Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/22757
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 935498c with merge base 8011520 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
huydhn
marked this pull request as ready for review
September 12, 2026 22:03
huydhn
force-pushed
the
osdc/release-runner-groups-refresh
branch
from
September 12, 2026 22:04
78ddffd to
1952aa5
Compare
huydhn
force-pushed
the
osdc/release-runner-groups-refresh
branch
from
September 12, 2026 23:15
4e1c114 to
1952aa5
Compare
georgehong
approved these changes
Sep 14, 2026
Mirrors pytorch/pytorch's workflow of the same name. On a release or release-candidate tag it reconciles the org-level release runner groups so the wheel 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 with pytorch/pytorch, and before pytorch/test-infra#8788 the script PATCHed the allow-list to exactly one repository's desired set, which would have had the two remove each other's entries on every release. Reads RUNNER_GROUP_TOKEN from the runner-group environment, as pytorch/pytorch does. 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
from
September 14, 2026 23:55
1952aa5 to
935498c
Compare
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.
Mirrors the workflow of the same name in
pytorch/pytorch. 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 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 withpytorch/pytorch, and before pytorch/test-infra#8788 the script PATCHed the allow-list to exactly one repository's desired set — the two would have removed each other's entries on every release. That landed, so this now runs againsttest-infra@main.Reads
RUNNER_GROUP_TOKENfrom therunner-groupenvironment. A PR run does not select that environment, so it falls back toGITHUB_TOKENand the script takes its discovery-only path.Verified against this repo: anchors on
release/1.5, pinsmain,nightly,release/1.5,release/1.4and thev1.4.1tags. 0 workflows discovered so far, which is correct — nothing here uses a release runner label until #22753 lands, and the script refuses to apply an empty allow-list.Authored with Claude Code.