From 717bafe6efe76f34100f61e2605b9bcd64482a87 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 5 Jun 2024 18:55:08 +0200 Subject: [PATCH] Everyone gets a fix. --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f8cb7196..64df9def 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -116,7 +116,7 @@ jobs: cancel-in-progress: true needs: - build-and-push-image # Wait for the docker image to be built - runs-on: [self-hosted, nvidia-gpu , multi-gpu, a10, ci] + runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci] env: DOCKER_VOLUME: /cache steps: @@ -152,7 +152,7 @@ jobs: needs: - build-and-push-image # Wait for the main docker image to be built - integration-tests # Wait for the main integration-tests - runs-on: [self-hosted, nvidia-gpu , multi-gpu, a10, ci] + runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci] permissions: contents: write packages: write @@ -243,7 +243,7 @@ jobs: needs: - build-and-push-image # Wait for the main docker image to be built - integration-tests # Wait for the main integration-tests - runs-on: [self-hosted, nvidia-gpu , multi-gpu, a10, ci] + runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci] permissions: contents: write packages: write