From 4d182c3ff1278d3b6a329c23aed4e576262a1733 Mon Sep 17 00:00:00 2001 From: IlyasMoutawwakil Date: Fri, 30 Aug 2024 11:09:52 +0200 Subject: [PATCH] test --- .github/workflows/test_api_rocm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_api_rocm.yaml b/.github/workflows/test_api_rocm.yaml index d2239e87..370d22dc 100644 --- a/.github/workflows/test_api_rocm.yaml +++ b/.github/workflows/test_api_rocm.yaml @@ -30,7 +30,8 @@ jobs: # the script in scripts/rocm_docker_devices.sh sets the environment variable ROCM_DOCKER_DEVICES # which is a string of the form --device /dev/kfd --device /dev/dri/renderD128 --device /dev/dri/renderD129 ... # that's used in the next job to mount the devices in the docker container - runs-on: ubuntu-latest + runs-on: [self-hosted, amd-gpu, single-gpu, mi250] + steps: - name: Checkout uses: actions/checkout@v4