Remove builder repo from workflows and scripts#143776
Remove builder repo from workflows and scripts#143776atalman wants to merge 2 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/143776
Note: Links to docs will display an error until the docs builds have been completed. ❌ 5 New Failures, 5 Unrelated FailuresAs of commit 5d124d5 with merge base 2ab698e ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| # Possibly limiting builds to specific cuda versions be delimiting images would be a choice | ||
| if [[ "$OS_NAME" == *"Ubuntu"* ]]; then | ||
| echo "Switching to CUDA version ${DESIRED_CUDA}" | ||
| /builder/conda/switch_cuda_version.sh "${DESIRED_CUDA}" |
There was a problem hiding this comment.
I believe this code is not used for a while The PR to remove switch_cuda_versions.sh was merged on November 19 pytorch/builder#2041
|
@pytorchmergebot merge -i |
Merge startedYour change will be merged while ignoring the following 0 checks: Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
|
@pytorchmergebot merge -f "xpu build failures are not related" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Part of pytorch/builder#2054
Builder is repo is no longer used. Hence remove any references to builder repo