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 1 commit intopytorch:mainfrom
Conversation
Fixes pytorch#3780 Signed-off-by: anish k <ak8686@princeton.edu>
🔗 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: ✅ No FailuresAs of commit 88efc1e with merge base 5e98ccc ( 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
|
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.