From cfb9509158eb58f4ece2cdd1855a13209f88b2bd Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 2 Apr 2025 06:59:09 -0500 Subject: [PATCH] Enable proxy cache on NVKS V100 nodes. --- .github/workflows/conda-cpp-tests.yaml | 2 -- .github/workflows/conda-python-tests.yaml | 2 -- .github/workflows/wheels-test.yaml | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/conda-cpp-tests.yaml b/.github/workflows/conda-cpp-tests.yaml index a582f0d8..ca487730 100644 --- a/.github/workflows/conda-cpp-tests.yaml +++ b/.github/workflows/conda-cpp-tests.yaml @@ -164,8 +164,6 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main continue-on-error: true - # Skip the cache on RDS Lab nodes - if: ${{ matrix.GPU != 'v100' }} - name: C++ tests run: ${{ inputs.script }} diff --git a/.github/workflows/conda-python-tests.yaml b/.github/workflows/conda-python-tests.yaml index b5bca2a3..efcfc2b6 100644 --- a/.github/workflows/conda-python-tests.yaml +++ b/.github/workflows/conda-python-tests.yaml @@ -170,8 +170,6 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main continue-on-error: true - # Skip the cache on RDS Lab nodes - if: ${{ matrix.GPU != 'v100' }} - name: Python tests run: ${{ inputs.script }} diff --git a/.github/workflows/wheels-test.yaml b/.github/workflows/wheels-test.yaml index cc97ed89..023de874 100644 --- a/.github/workflows/wheels-test.yaml +++ b/.github/workflows/wheels-test.yaml @@ -179,8 +179,6 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main continue-on-error: true - # Skip the cache on RDS Lab nodes - if: ${{ matrix.GPU != 'v100' }} - name: Run tests run: ${{ inputs.script }}