Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/therock-ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
repository: "ROCm/TheRock"
path: "TheRock"
ref: 37007c3e526156203fa8a4fab38b59415264d4b1 # 2026-03-06 commit
ref: a839ff11b737c64e9b3aa4907543e9ef2ca21a3a # 2026-03-06 commit

- name: Install python deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/therock-ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
repository: "ROCm/TheRock"
path: "TheRock"
ref: 37007c3e526156203fa8a4fab38b59415264d4b1 # 2026-03-06 commit
ref: a839ff11b737c64e9b3aa4907543e9ef2ca21a3a # 2026-03-06 commit

- name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/therock-rccl-ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
repository: "ROCm/TheRock"
path: "TheRock"
ref: 37007c3e526156203fa8a4fab38b59415264d4b1 # 2026-03-06 commit
ref: a839ff11b737c64e9b3aa4907543e9ef2ca21a3a # 2026-03-06 commit

- name: Install python deps
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: "ROCm/TheRock"
ref: 37007c3e526156203fa8a4fab38b59415264d4b1 # 2026-03-06 commit
ref: a839ff11b737c64e9b3aa4907543e9ef2ca21a3a # 2026-03-06 commit

- name: Run setup test environment workflow
uses: './.github/actions/setup_test_environment'
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/therock-test-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ jobs:
runs-on: ${{ inputs.test_runs_on }}
container:
image: ${{ inputs.platform == 'linux' && 'ghcr.io/rocm/no_rocm_image_ubuntu24_04@sha256:4150afe4759d14822f0e3f8930e1124f26e11f68b5c7b91ec9a02b20b1ebbb98' || null }}
options: --ipc host
--group-add video
--device /dev/kfd
--device /dev/dri
--group-add 992
--group-add 110
--env-file /etc/podinfo/gha-gpu-isolation-settings
options: --ipc host --group-add video --device /dev/kfd --device /dev/dri --group-add 992 --group-add 110 --env-file /etc/podinfo/gha-gpu-isolation-settings
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -65,7 +59,7 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: "ROCm/TheRock"
ref: 37007c3e526156203fa8a4fab38b59415264d4b1 # 2026-03-06 commit
ref: a839ff11b737c64e9b3aa4907543e9ef2ca21a3a # 2026-03-06 commit

- name: Run setup test environment workflow
uses: './.github/actions/setup_test_environment'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/therock-test-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sparse-checkout: build_tools
path: "prejob"
repository: "ROCm/TheRock"
ref: 37007c3e526156203fa8a4fab38b59415264d4b1 # 2026-03-06 commit
ref: a839ff11b737c64e9b3aa4907543e9ef2ca21a3a # 2026-03-06 commit

# 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.
Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: "ROCm/TheRock"
ref: 37007c3e526156203fa8a4fab38b59415264d4b1 # 2026-03-06 commit
ref: a839ff11b737c64e9b3aa4907543e9ef2ca21a3a # 2026-03-06 commit

- name: Setting up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
Expand Down
Loading