[ROCm][CI] Add docker caching for MI250 runners#169300
[ROCm][CI] Add docker caching for MI250 runners#169300jithunnair-amd wants to merge 2 commits intomainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/169300
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c5c6145 with merge base 481e5ab ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Pull request overview
This PR extends ROCm CI infrastructure to enable docker image caching on MI250 GPU runners, matching the existing functionality available for gfx942 runners. The changes add the new linux.rocm.mi250.docker-cache runner to both the workflow matrix and the actionlint configuration file.
Key Changes
- Added MI250 docker-cache runner to the workflow matrix for parallel caching across both MI250 and gfx942 hardware
- Registered the new runner label in actionlint configuration to prevent linting errors
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/docker-cache-rocm.yml |
Added linux.rocm.mi250.docker-cache to the runner matrix alongside the existing gfx942 docker-cache runner |
.github/actionlint.yaml |
Registered linux.rocm.mi250.docker-cache in the self-hosted runner labels list under the MI2xx runners section |
|
@pytorchbot merge -f "Tested via manual trigger of caching workflow. Doesn't impact any other workflows" |
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 |
Enables docker image caching for MI250 CI runners. Tested via: https://github.com/pytorch/pytorch/actions/runs/19841041285 Pull Request resolved: #169300 Approved by: https://github.com/jeffdaily
Enables docker image caching for MI250 CI runners.
Tested via: https://github.com/pytorch/pytorch/actions/runs/19841041285
cc @jeffdaily @sunway513 @pruthvistony @ROCmSupport @jataylo @hongxiayang @naromero77amd @pragupta @jerrymannil @xinyazhang