Bump TheRock SHA for CI 20251230 (#2466)

* Bump TheRock SHA for CI 20251230
* Remove patch and align workflows between OS
Tento commit je obsažen v:
Joseph Macaranas
2026-01-05 13:00:37 -05:00
odevzdal GitHub
rodič 7871f53563
revize 11d9472e5f
3 změnil soubory, kde provedl 8 přidání a 12 odebrání
+3 -6
Zobrazit soubor
@@ -38,7 +38,7 @@ jobs:
with: with:
repository: "ROCm/TheRock" repository: "ROCm/TheRock"
path: "TheRock" path: "TheRock"
ref: 5cee24b272e0c58d2ce7c5ab01aee3400e562812 # 2025-12-12 commit ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit
- name: Install python deps - name: Install python deps
run: | run: |
@@ -64,15 +64,12 @@ jobs:
- name: Fetch sources - name: Fetch sources
timeout-minutes: 30 timeout-minutes: 30
run: | run: |
# 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 ./TheRock/build_tools/fetch_sources.py --jobs 12 --no-include-rocm-systems --no-include-rocm-libraries --no-include-ml-frameworks
rm ./TheRock/patches/amd-mainline/rocm-systems/0002-Revert-hsakmt-bump-vgpr-count-for-gfx1151-1807.patch
- name: Patch rocm-systems - name: Patch rocm-systems
run: | run: |
# 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
git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-systems/*.patch git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-systems/*.patch
- name: Configure Projects - name: Configure Projects
+1 -2
Zobrazit soubor
@@ -39,7 +39,7 @@ jobs:
with: with:
repository: "ROCm/TheRock" repository: "ROCm/TheRock"
path: "TheRock" path: "TheRock"
ref: 5cee24b272e0c58d2ce7c5ab01aee3400e562812 # 2025-12-12 commit ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit
- name: Set up Python - name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
@@ -54,7 +54,6 @@ jobs:
run: | run: |
# Remove patches here if they cannot be applied cleanly, and they have not been deleted from TheRock repo # 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 # rm ./TheRock/patches/amd-mainline/rocm-systems/*.patch
rm ./TheRock/patches/amd-mainline/rocm-systems/0002-Revert-hsakmt-bump-vgpr-count-for-gfx1151-1807.patch
git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-systems/*.patch git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-systems/*.patch
- name: Install requirements - name: Install requirements
+4 -4
Zobrazit soubor
@@ -29,7 +29,7 @@ jobs:
sparse-checkout: build_tools sparse-checkout: build_tools
path: "prejob" path: "prejob"
repository: "ROCm/TheRock" repository: "ROCm/TheRock"
ref: 5cee24b272e0c58d2ce7c5ab01aee3400e562812 # 2025-12-12 commit ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit
# Checkout failure is possible on Windows, as it's the first job on a GPU test runner. # Checkout failure is possible on Windows, as it's the first job on a GPU test runner.
# Post-job cleanup isn't necessary since no executables are launched in this job. # Post-job cleanup isn't necessary since no executables are launched in this job.
@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with: with:
repository: "ROCm/TheRock" repository: "ROCm/TheRock"
ref: 5cee24b272e0c58d2ce7c5ab01aee3400e562812 # 2025-12-12 commit ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit
- name: "Configuring CI options" - name: "Configuring CI options"
env: env:
@@ -84,7 +84,7 @@ jobs:
sparse-checkout: build_tools sparse-checkout: build_tools
path: "prejob" path: "prejob"
repository: "ROCm/TheRock" repository: "ROCm/TheRock"
ref: 5cee24b272e0c58d2ce7c5ab01aee3400e562812 # 2025-12-12 commit ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit
- name: Pre-job cleanup processes on Windows - name: Pre-job cleanup processes on Windows
if: ${{ runner.os == 'Windows' }} if: ${{ runner.os == 'Windows' }}
@@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with: with:
repository: "ROCm/TheRock" repository: "ROCm/TheRock"
ref: 5cee24b272e0c58d2ce7c5ab01aee3400e562812 # 2025-12-12 commit ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit
- name: Run setup test environment workflow - name: Run setup test environment workflow
uses: './.github/actions/setup_test_environment' uses: './.github/actions/setup_test_environment'