Skip to content

Commit f67a20b

Browse files
authored
Revert "details from org var (#3431)" (#3473)
This reverts commit f4729de.
1 parent e22622f commit f67a20b

4 files changed

Lines changed: 6 additions & 29 deletions

File tree

.github/workflows/therock-ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
repository: "ROCm/TheRock"
5656
path: "TheRock"
57-
ref: bfcaf6e0bcd4bfe3c21990f49bbccb7d2a087d5d # 2025-12-15 commit
57+
ref: d76278526218def9fb1b016bc9e421738cb4f8f6 # 2025-12-09 commit
5858

5959
- name: Setup ccache
6060
run: |

.github/workflows/therock-ci.yml

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,44 +35,21 @@ jobs:
3535
BASE_REF: HEAD^
3636
outputs:
3737
enable_therock_ci: ${{ steps.configure.outputs.enable_therock_ci }}
38-
linux_package_targets: ${{ steps.configure_linux.outputs.package_targets }}
3938
steps:
4039
- name: "Checking out repository"
4140
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4241
with:
4342
# We need the parent commit to do a diff
4443
fetch-depth: 2
45-
46-
- name: Checkout TheRock repository
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
48-
with:
49-
repository: "ROCm/TheRock"
50-
path: TheRock
51-
ref: bfcaf6e0bcd4bfe3c21990f49bbccb7d2a087d5d # 2025-12-15 commit
5244

5345
- name: "Configuring CI options"
5446
id: configure
5547
run: python .github/scripts/therock_configure_ci.py
5648

57-
- name: Fetch Linux targets for build and test
58-
env:
59-
THEROCK_PACKAGE_PLATFORM: "linux"
60-
# TODO(geomin12): Allow dynamic values of AMDGPU_FAMILIES, with opt-in options
61-
AMDGPU_FAMILIES: "gfx94X"
62-
# Variable comes from ROCm organization variable 'ROCM_THEROCK_TEST_RUNNERS'
63-
ROCM_THEROCK_TEST_RUNNERS: ${{ vars.ROCM_THEROCK_TEST_RUNNERS }}
64-
LOAD_TEST_RUNNERS_FROM_VAR: true
65-
id: configure_linux
66-
run: python ./TheRock/build_tools/github_actions/fetch_package_targets.py
67-
6849
therock-ci-linux:
69-
name: TheRock CI Linux (${{ matrix.target_bundle.amdgpu_family }})
50+
name: TheRock CI Linux
7051
needs: setup
7152
if: ${{ needs.setup.outputs.enable_therock_ci == 'true' }}
72-
strategy:
73-
fail-fast: false
74-
matrix:
75-
target_bundle: ${{ fromJSON(needs.setup.outputs.linux_package_targets) }}
7653
permissions:
7754
contents: read
7855
id-token: write
@@ -87,8 +64,8 @@ jobs:
8764
-DTHEROCK_COMPOSABLE_KERNEL_SOURCE_DIR=../composable_kernel
8865
-DTHEROCK_USE_EXTERNAL_ROCM_LIBRARIES=ON
8966
-DTHEROCK_ROCM_LIBRARIES_SOURCE_DIR=../
90-
amdgpu_families: ${{ matrix.target_bundle.amdgpu_family }}
91-
test_runs_on: ${{ matrix.target_bundle.test_machine }}
67+
amdgpu_families: "gfx94X-dcgpu"
68+
test_runs_on: "linux-mi325-1gpu-ossci-rocm-frac"
9269

9370
therock_ci_summary:
9471
name: TheRock CI Summary

.github/workflows/therock-test-component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5252
with:
5353
repository: "ROCm/TheRock"
54-
ref: bfcaf6e0bcd4bfe3c21990f49bbccb7d2a087d5d # 2025-12-15 commit
54+
ref: d76278526218def9fb1b016bc9e421738cb4f8f6 # 2025-12-09 commit
5555

5656
- name: Run setup test environment workflow
5757
uses: './.github/actions/setup_test_environment'

.github/workflows/therock-test-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
with:
2929
repository: "ROCm/TheRock"
30-
ref: bfcaf6e0bcd4bfe3c21990f49bbccb7d2a087d5d # 2025-12-15 commit
30+
ref: d76278526218def9fb1b016bc9e421738cb4f8f6 # 2025-12-09 commit
3131

3232
- name: "Configuring CI options"
3333
env:

0 commit comments

Comments
 (0)