-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[suiop][image] add list and get current status endpoint (#18373)
## Description Adding two endpoints for improving image building process visibility: 1. list: show all the images in the AR 2. status: check whether the image is built and stored in AR, if not in AR, show real-time status of the building process ## Test plan list <img width="469" alt="image" src="https://github.com/MystenLabs/sui/assets/147538877/651a1e1c-b4fa-4b99-b343-8a9d1e1e2652"> status ``` suiop ci image status --repo-name infra-metadata-service --image-name go-executor Requested status for repo: infra-metadata-service, image: go-executor, ref: branch:main Image Status: Found Image SHA: 1d01c74ca5cfb3c7103 ``` ``` suiop ci image status --repo-name infra-metadata-service --image-name go-executor --ref-type=commit --ref-val=123 Requested status for repo: infra-metadata-service, image: go-executor, ref: commit:123 Image Status: Not built and image not found Image SHA: 123 ``` How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
- Loading branch information
1 parent
f862b10
commit 77b242f
Showing
3 changed files
with
201 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters