diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index 4274795f13..67fe4e9945 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: "ROCm/TheRock" - ref: aa315ec2801ff6772a6c9ca6799669395630c45c + ref: d76278526218def9fb1b016bc9e421738cb4f8f6 # 2025-12-09 commit - name: Checkout rccl repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -117,7 +117,7 @@ jobs: run: | python3 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 build \ --upload @@ -142,5 +142,6 @@ jobs: uses: ./.github/workflows/therock-test-packages-single-node.yml with: amdgpu_families: ${{ inputs.amdgpu_families }} + artifact_group: ${{ inputs.artifact_group }} test_runs_on: linux-mi325-1gpu-ossci-rocm artifact_run_id: ${{ github.run_id }} diff --git a/.github/workflows/therock-test-packages-multi-node.yml b/.github/workflows/therock-test-packages-multi-node.yml index ca0a417305..f4ca2bf4e4 100644 --- a/.github/workflows/therock-test-packages-multi-node.yml +++ b/.github/workflows/therock-test-packages-multi-node.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: "ROCm/TheRock" - ref: 6ecc2af91fc8a4271a949005d7404bd13278c005 # 2025-10-23 commit + ref: d76278526218def9fb1b016bc9e421738cb4f8f6 # 2025-12-09 commit - name: Run setup test environment workflow uses: './.github/actions/setup_test_environment' diff --git a/.github/workflows/therock-test-packages-single-node.yml b/.github/workflows/therock-test-packages-single-node.yml index 8c88f55cea..71c7c39d5e 100644 --- a/.github/workflows/therock-test-packages-single-node.yml +++ b/.github/workflows/therock-test-packages-single-node.yml @@ -5,6 +5,8 @@ on: inputs: amdgpu_families: type: string + artifact_group: + type: string test_runs_on: type: string artifact_run_id: @@ -13,6 +15,8 @@ on: inputs: amdgpu_families: type: string + artifact_group: + type: string test_runs_on: type: string artifact_run_id: @@ -46,13 +50,14 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: "ROCm/TheRock" - ref: f89dcd5c5625baecb467b9287e952c5c819073fd + ref: d76278526218def9fb1b016bc9e421738cb4f8f6 # 2025-12-09 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.artifact_group }} OUTPUT_ARTIFACTS_DIR: ${{ env.OUTPUT_ARTIFACTS_DIR }} VENV_DIR: ${{ env.VENV_DIR }} FETCH_ARTIFACT_ARGS: "--rccl --tests"