From bc01cc5f736e52f697c4d983e64b55233908961f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Mon, 27 Jan 2025 16:10:31 +0100 Subject: [PATCH] f MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: oliver könig --- .github/workflows/cicd-main copy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd-main copy.yml b/.github/workflows/cicd-main copy.yml index abe218be116ad..454c99949390e 100644 --- a/.github/workflows/cicd-main copy.yml +++ b/.github/workflows/cicd-main copy.yml @@ -226,14 +226,12 @@ jobs: CUDA_VISIBLE_DEVICES="" NEMO_NUMBA_MINVER=0.53 pytest tests/collections/asr -m "not pleasefixme" --cpu --with_downloads --cov-report=term --cov=nemo/collections/asr --relax_numba_compat COVERAGE: - runs-on: ubuntu-latest + runs-on: self-hosted-azure-cpu + container: nemoci.azurecr.io/nemo_container:${{ github.run_id }} needs: - L0_Unit_Tests_CPU_ASR - L0_Unit_Tests_GPU_ASR steps: - - name: Checkout branch - uses: actions/checkout@v4 - - name: Download CPU coverage uses: actions/download-artifact@v4 with: