From a56487343b64fec1c738c2e876bccb62722c6a04 Mon Sep 17 00:00:00 2001 From: Farshid Tavakolizadeh Date: Thu, 19 Sep 2024 16:49:37 +0200 Subject: [PATCH] Use Testflinger job queue served by multiple machines (#182) --- .github/workflows/nvidia-test.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/nvidia-test.yml b/.github/workflows/nvidia-test.yml index e2a48e8..f09539f 100644 --- a/.github/workflows/nvidia-test.yml +++ b/.github/workflows/nvidia-test.yml @@ -35,24 +35,14 @@ jobs: needs: publish env: TESTFLINGER_DIR: .github/workflows/testflinger - strategy: - fail-fast: true - matrix: - job-queue: - - 202007-28059 - # - 202008-2816s7 - # - 202112-29789 - # noprovision node, for CI testing - # - 202302-31212 + JOB_QUEUE: docker-nvidia + SNAP_CHANNEL: latest/edge/runid-${{ inputs.run_id }} steps: - name: Checkout code uses: actions/checkout@v4 - name: Create Testflinger job queue run: | - export JOB_QUEUE="${{ matrix.job-queue }}" - export SNAP_CHANNEL="latest/edge/runid-${{ inputs.run_id }}" - envsubst '$JOB_QUEUE' \ < $TESTFLINGER_DIR/nvidia-job.yaml \ > $TESTFLINGER_DIR/nvidia-job.temp