TheRock CI Workflow Updates 20251106 (#1743)

- Update the pinned SHA for TheRock in CI workflows.
- Update the version for actions in those same workflows.
- Comment out the rm .patch line and provide details on its use.
This commit is contained in:
Joseph Macaranas
2025-11-06 12:06:44 -05:00
committed by GitHub
parent 37bbb58a19
commit 524f62ae67
3 changed files with 19 additions and 17 deletions
+7 -6
View File
@@ -31,14 +31,14 @@ jobs:
AWS_SHARED_CREDENTIALS_FILE: /home/awsconfig/credentials.ini
steps:
- name: "Checking out repository for rocm-systems"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Checkout TheRock repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: "ROCm/TheRock"
path: "TheRock"
ref: 550a6f7f6af0deaafba352da1dd0674e146902b6 # 2025-10-28 commit
ref: 6fab5d65a552483bcfa1f6ccaaabf699c8188c1e # 2025-11-06 commit
- name: Install python deps
run: |
@@ -60,11 +60,12 @@ jobs:
- name: Runner health status
run: |
./TheRock/build_tools/health_status.py
- name: Fetch sources
timeout-minutes: 30
run: |
rm ./TheRock/patches/amd-mainline/rocm-systems/0010-clr-ClPrint-std-string-to-c-string-fix.patch
# Remove patches here if they cannot be applied cleanly, and they have not been deleted from TheRock repo
# rm ./TheRock/patches/amd-mainline/rocm-systems/*.patch
./TheRock/build_tools/fetch_sources.py --jobs 12 --no-include-rocm-systems --no-include-rocm-libraries --no-include-ml-frameworks