From 41353c8f3c8fc71178f1d735ea0971cb4bb2712e Mon Sep 17 00:00:00 2001 From: Geo Min <197663526+geomin12@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:00:27 +0000 Subject: [PATCH] [rocm-libraries] ROCm/rocm-libraries#4378 (commit d8e2826) [ci] Adding mi350 required group ID After updating mi325 group-id, we are noticing errors for mi350. Tested here for mi350: https://github.com/ROCm/TheRock/actions/runs/21733399385/job/62692971370 Tested here for mi325: https://github.com/ROCm/TheRock/actions/runs/21759203211/job/62778060417 Adding both work properly --- .github/workflows/therock-test-component.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/therock-test-component.yml b/.github/workflows/therock-test-component.yml index ebd100dc76..8c1e94bc89 100644 --- a/.github/workflows/therock-test-component.yml +++ b/.github/workflows/therock-test-component.yml @@ -30,6 +30,7 @@ jobs: --device /dev/kfd --device /dev/dri --group-add 992 + --group-add 110 --env-file /etc/podinfo/gha-gpu-isolation-settings strategy: fail-fast: false