Rename legacy Jenkins CI label from linux.16xlarge.nvidia.gpu to 4-gpu#3839
Rename legacy Jenkins CI label from linux.16xlarge.nvidia.gpu to 4-gpu#3839anishesg wants to merge 3 commits intopytorch:mainfrom
Conversation
Fixes pytorch#3780 Signed-off-by: anish k <[email protected]>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3839
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 New FailureAs of commit 80c63bc with merge base 5efb99a ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@claude review this PR and offer any suggestions |
|
Claude finished @sekyondaMeta's task in 58s —— View job PR Review: Rename legacy Jenkins CI label to
|
|
Renamed the label to |
malfet
left a comment
There was a problem hiding this comment.
PR description is very confusing, not sure why linux.16xlarge.nvidia.gpu is called Rename legacy Jenkins CI label from, because this label never existed on Jenkins, but still exists on GitHub
Fixes #3780
The Jenkins CI label
linux.16xlarge.nvidia.gpuin.jenkins/metadata.jsonis a legacy name that doesn't describe the actual hardware used — it simply means "needs multi-GPU". This caused confusion when debugging CI for new tutorials because the label implied specific hardware that wasn't involved.This change renames all four occurrences of
linux.16xlarge.nvidia.gputo4-gpuin.jenkins/metadata.json, and updates the hard-coded equality check in.jenkins/get_files_to_run.py(line 44) to match the new label name. The routing logic and shard assignment behavior are unchanged; only the label name is updated to accurately reflect its semantic meaning.