Skip to content

Commit

Permalink
Revert "turn off package proxy cache on conda-based jobs" (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored Feb 24, 2025
1 parent 3fd3c36 commit 3096d84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conda-cpp-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ jobs:
echo "RAPIDS_REF_NAME=${{ inputs.branch || github.ref_name }}" >> "${GITHUB_ENV}"
echo "RAPIDS_NIGHTLY_DATE=${{ inputs.date }}" >> "${GITHUB_ENV}"
# - 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' && matrix.GPU != 'a100' }}
- 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' && matrix.GPU != 'a100' }}

- name: C++ tests
run: ${{ inputs.script }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/conda-python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ jobs:
with:
extra_attributes: "rapids.PACKAGER=conda,rapids.CUDA_VER=${{ matrix.CUDA_VER }},rapids.PY_VER=${{ matrix.PY_VER }},rapids.ARCH=${{ matrix.ARCH }},rapids.LINUX_VER=${{ matrix.LINUX_VER }},rapids.GPU=${{ matrix.GPU }},rapids.DRIVER=${{ matrix.DRIVER }},rapids.DEPENDENCIES=${{ matrix.DEPENDENCIES }}"

# - 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' && matrix.GPU != 'a100' }}
- 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' && matrix.GPU != 'a100' }}

- name: Python tests
run: ${{ inputs.script }}
Expand Down

0 comments on commit 3096d84

Please sign in to comment.