[Quartz] Add notify_quartz to release workflows#77
Open
HereThereBeDragons wants to merge 3 commits into
Open
Conversation
Contributor
Author
|
for the requirement "quartz must be live" we could also disable the job in the meantime in notify_quartz.yml itself? |
marbre
reviewed
Jul 16, 2026
marbre
left a comment
Member
There was a problem hiding this comment.
for the requirement "quartz must be live" we could also disable the job in the meantime in notify_quartz.yml itself?
Sounds good! Anyway, pre-commit needs to be fixed before this can land.
Contributor
Author
|
per-commit is failing because #75 is not merged yet and notify_quartz.yml does not exist yet. |
HereThereBeDragons
added a commit
to ROCm/TheRock
that referenced
this pull request
Jul 20, 2026
…6643) `notify_quartz.yml` is a reusable workflow that runs `notify_quartz.py` from TheRock. We also want to use it for rockrel ( ROCm/rockrel#77 ). To support this, the following is changed: - Pin repo checkout to `ROCm/TheRock` so the notify script is always available regardless of caller. - Bumps `actions/checkout` to v7.0.0 - Use dynamic naming for the `notify` job so runs are identifiable in the Actions UI.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds quartz_notify to each release-related workflow. Captures all workflow inputs and job outputs at start and end. Passes the workflow file name manually (
reporting_workflow), since the GitHub API does not expose it.Uses the notify quartz scripts from TheRock.
Introduces a new variable
NOTIFY_QUARTZ_ENABLEDthat can be set as a repo variable to enable/disable globally the behavior for quartz. Quartz will run ifNOTIFY_QUARTZ_ENABLED == 'true'.Prerequisite before merging: