Skip to content

Commit

Permalink
chore: move release instruction screenshots out of root directory (#1…
Browse files Browse the repository at this point in the history
…1215)

Signed-off-by: Chen Sun <[email protected]>
  • Loading branch information
chensun committed Sep 16, 2024
1 parent c642949 commit 1a4849a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Do the following things before a release:
1. Verify cloudbuild and postsubmit tests are passing: visit <https://github.com/kubeflow/pipelines/commits/master> for master branch.
![How to very cloudbuild and postsubmit status](release-status-check.png)
![How to very cloudbuild and postsubmit status](images/release-status-check.png)
If not, contact the KFP team to determine if the failure(s) would block the release. You can also retry the failed job by opening the detail page of prow job, and click the refresh button next ot the job title.
Expand Down Expand Up @@ -235,7 +235,7 @@ in gcr.io/ml-pipeline-test succeeded. If it fails, please click "View more detai
on Google Cloud Build" and then "Retry".
NOTE: you can find your latest release commit in <https://github.com/kubeflow/pipelines/commits/master> and select your release branch.
![How to very cloudbuild and postsubmit status](release-status-check.png)
![How to very cloudbuild and postsubmit status](images/release-status-check.png)
1. Select the `release-on-tag` cloudbuild job that copies built images and artifacts to
public image registry and gcs bucket. This job should have already failed because
Expand All @@ -246,9 +246,9 @@ and then "Retry", because after waiting for previous step, artifacts are now rea
It will create a build with "Branch: $BRANCH" instead of "TAG: $VERSION".
Open "View more details on Google Cloud Build", and rerun from there.

![Retry release-on-tag from the Google Cloud Build details page](retry-release-on-tag.png)
![Retry release-on-tag from the Google Cloud Build details page](images/retry-release-on-tag.png)

![Verify that you're retrying the right build](verify-retry-the-right-build.png)
![Verify that you're retrying the right build](images/verify-retry-the-right-build.png)
TODO: we should have an automation KFP cluster, and the waiting and submiting
`release-on-tag` cloudbuild task should happen automatically.
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 1a4849a

Please sign in to comment.