[TheRock CI] Fixing patches for rocm-systems (#1460)

* Fixing patches for rocm-systems

* Adding all

* Adding remaining projects

* Submodule bump

* adding compiler

* adding test commit hash

* Adding artifact group

* adding update for artifact group

* Adding new commit hash
This commit is contained in:
Geo Min
2025-10-28 19:47:17 -07:00
committed by GitHub
parent 22213c0ec3
commit 8e98b80deb
5 changed files with 23 additions and 12 deletions
+2 -3
View File
@@ -38,7 +38,7 @@ jobs:
with:
repository: "ROCm/TheRock"
path: "TheRock"
ref: 83b25f87ea8f163ef37295f28204a9b4ab86f168 # 2025-09-30 commit
ref: 550a6f7f6af0deaafba352da1dd0674e146902b6 # 2025-10-28 commit
- name: Install python deps
run: |
@@ -69,7 +69,6 @@ jobs:
- name: Patch rocm-systems
run: |
rm ./TheRock/patches/amd-mainline/rocm-systems/0007-Rollup-of-build-changes-needed-for-compat-with-TheRo.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
@@ -115,7 +114,7 @@ jobs:
run: |
python TheRock/build_tools/github_actions/post_build_upload.py \
--run-id ${{ github.run_id }} \
--amdgpu-family ${{ env.AMDGPU_FAMILIES }} \
--artifact-group ${{ env.AMDGPU_FAMILIES }} \
--build-dir TheRock/build \
--upload
+2 -3
View File
@@ -39,7 +39,7 @@ jobs:
with:
repository: "ROCm/TheRock"
path: "TheRock"
ref: 83b25f87ea8f163ef37295f28204a9b4ab86f168 # 2025-09-30 commit
ref: 550a6f7f6af0deaafba352da1dd0674e146902b6 # 2025-10-28 commit
- name: Set up Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
@@ -52,7 +52,6 @@ jobs:
- name: Patch rocm-systems
run: |
rm ./TheRock/patches/amd-mainline/rocm-systems/0007-Rollup-of-build-changes-needed-for-compat-with-TheRo.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
@@ -143,7 +142,7 @@ jobs:
run: |
python TheRock/build_tools/github_actions/post_build_upload.py \
--run-id ${{ github.run_id }} \
--amdgpu-family ${{ env.AMDGPU_FAMILIES }} \
--artifact-group ${{ env.AMDGPU_FAMILIES }} \
--build-dir ${{ env.BUILD_DIR }} \
--upload
+2 -1
View File
@@ -92,12 +92,13 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: "ROCm/TheRock"
ref: 550a6f7f6af0deaafba352da1dd0674e146902b6 # 2025-10-28 commit
- name: Run setup test environment workflow
uses: './.github/actions/setup_test_environment'
with:
ARTIFACT_RUN_ID: ${{ env.ARTIFACT_RUN_ID }}
AMDGPU_FAMILIES: ${{ inputs.amdgpu_families }}
ARTIFACT_GROUP: ${{ inputs.amdgpu_families }}
OUTPUT_ARTIFACTS_DIR: ${{ env.OUTPUT_ARTIFACTS_DIR }}
VENV_DIR: ${{ env.VENV_DIR }}
FETCH_ARTIFACT_ARGS: ${{ matrix.components.fetch_artifact_args }}