Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/9669
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 Unclassified FailureAs of commit 5dd40fb with merge base bb9733d ( UNCLASSIFIED FAILURE - DrCI could not classify the following job because the workflow did not run on the merge base. The failure may be pre-existing on trunk or introduced by this PR:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Mirrors the workflow of the same name in pytorch/pytorch and pytorch/executorch. On a release or release-candidate tag it reconciles the org-level release runner groups so the workflows this repository builds from stay allow-listed; on a pull request touching this file, and on dispatch without the flag, it only prints the diff. Passes --repo so the run touches only this repository's entries. The groups are shared, and before pytorch/test-infra#8788 the script PATCHed the allow-list to exactly one repository's desired set, which would have had each consumer remove the others' entries on every release. That PR also replaces the /branches?protected=true scan the anchor used to need, which times out on large repositories. Reads RUNNER_GROUP_TOKEN from the runner-group environment, as pytorch/pytorch and pytorch/executorch do. A pull request run does not select that environment, so it falls back to GITHUB_TOKEN and the script takes its discovery-only path. Authored with Claude Code.
huydhn
force-pushed
the
osdc/release-runner-groups-refresh
branch
2 times, most recently
from
September 12, 2026 23:15
7313341 to
d5d3535
Compare
NicolasHug
approved these changes
Sep 15, 2026
| @@ -0,0 +1,55 @@ | |||
| name: Refresh release runner groups | |||
Member
There was a problem hiding this comment.
Top-level description of what this does and why it's needed would be helpful!
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.
Last of three taking vision's Linux CI off EC2: #9667 moves the CI jobs, #9668 the wheel builds, this keeps the runner groups in sync.
Mirrors the workflow of the same name in
pytorch/pytorchandpytorch/executorch. On a release or release-candidate tag it reconciles the org-level release runner groups so the workflows this repo builds from stay allow-listed; on a PR touching this file, and on dispatch without the flag, it only prints the diff.Passes
--reposo the run touches only this repository's entries — the groups are shared, and before pytorch/test-infra#8788 the script PATCHed the allow-list to exactly one repo's desired set. That landed, so this now runs againsttest-infra@main.Verified against this repo:
0 workflows discovered so far, which is correct — nothing here uses a release runner label until #9668 lands, and the script refuses to apply an empty allow-list.
Authored with Claude Code.