@@ -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
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
0 commit comments