From 684654cf8433ecd38bf4b44686824a34d3810d3f Mon Sep 17 00:00:00 2001 From: Geo Min Date: Thu, 5 Feb 2026 11:01:53 -0800 Subject: [PATCH] [ci] Updating variable group-id for OSSCI (#4360) OSSCI migrated mi325s, so need a new groupID Sanity works here: https://github.com/ROCm/TheRock/actions/runs/21723540679/job/62659665907 normal run works here: https://github.com/ROCm/TheRock/actions/runs/21723540679/job/62659791422 I've dabbled with organization variables, however, this does not work for forks so for now, we will do the manual update --- .github/workflows/therock-test-component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/therock-test-component.yml b/.github/workflows/therock-test-component.yml index 74f3bb0017..ebd100dc76 100644 --- a/.github/workflows/therock-test-component.yml +++ b/.github/workflows/therock-test-component.yml @@ -29,7 +29,7 @@ jobs: --group-add video --device /dev/kfd --device /dev/dri - --group-add 110 + --group-add 992 --env-file /etc/podinfo/gha-gpu-isolation-settings strategy: fail-fast: false