Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor release progress from single workflow #7037

Conversation

willdavsmith
Copy link
Contributor

Description

This PR adds some logic to update the release process to:

  1. simplify the troubleshooting process for a release - all successes and failures should be reported in one place
  2. remove manual steps of triggering the release verification workflow, the samples verification workflow, releasing docs, and releasing samples

Type of change

  • This pull request adds or changes features of Radius and has an approved issue (issue link required).

Fixes: #6924

@willdavsmith willdavsmith requested review from a team as code owners January 17, 2024 17:33
@@ -187,3 +187,84 @@ jobs:
run: |
./radius/.github/scripts/release-create-tag-and-branch.sh recipes ${{ steps.get-version.outputs.release-version }} ${{ steps.get-version.outputs.release-branch-name }}
if: success()

- name: Wait for the radius-project/radius Build and Test workflow to complete

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of creating our own script, I would consider using the following action:

  1. https://github.com/marketplace/actions/wait-on-check
  2. https://github.com/marketplace/actions/await-remote-run

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait-on-check is promising for this scenario.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait-on-check doesn't support different repos, so I forked and added these changes: lewagon/wait-on-check-action@master...willdavsmith:wait-on-check-action:master

Signed-off-by: willdavsmith <[email protected]>
Signed-off-by: willdavsmith <[email protected]>
@willdavsmith willdavsmith marked this pull request as draft February 23, 2024 16:50
Copy link

This pull request has been automatically marked as stale because it has been inactive for 90 days. Remove stale label or comment or this PR will be closed in 7 days.

@github-actions github-actions bot added the stale label May 23, 2024
@github-actions github-actions bot closed this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kick off samples verification, samples release, docs release from versions.yaml change
2 participants