Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-in-devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ jobs:
with:
node-version: '22'

- if: ${{ env.HAS_DEVCONTAINER == 'true' }}
name: Setup proxy cache
uses: nv-gha-runners/setup-proxy-cache@main
continue-on-error: true
# - if: ${{ env.HAS_DEVCONTAINER == 'true' }}
# name: Setup proxy cache
# uses: nv-gha-runners/setup-proxy-cache@main
# continue-on-error: true

- if: ${{ env.HAS_DEVCONTAINER == 'true' }}
name: Run build in devcontainer
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conda-cpp-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ jobs:
echo "RAPIDS_NIGHTLY_DATE=${RAPIDS_NIGHTLY_DATE}"
} >> "${GITHUB_ENV}"

- name: Setup proxy cache
uses: nv-gha-runners/setup-proxy-cache@main
continue-on-error: true
# - name: Setup proxy cache
# uses: nv-gha-runners/setup-proxy-cache@main
# continue-on-error: true

# This has to be AFTER the checkout step. It creates a telemetry-artifacts directory,
# and the checkout step would destroy it.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conda-cpp-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ jobs:
sha: ${{ inputs.sha }}
build_workflow_name: ${{ inputs.build_workflow_name }}

- name: Setup proxy cache
uses: nv-gha-runners/setup-proxy-cache@main
continue-on-error: true
# - name: Setup proxy cache
# uses: nv-gha-runners/setup-proxy-cache@main
# continue-on-error: true

# Install latest rapidsai/sccache client and configure sccache-dist
- name: Setup sccache-dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conda-python-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ jobs:
GH_TOKEN: ${{ github.token }}
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 }}"
- name: Setup proxy cache
uses: nv-gha-runners/setup-proxy-cache@main
# - name: Setup proxy cache
# uses: nv-gha-runners/setup-proxy-cache@main
# Install latest rapidsai/sccache client and configure sccache-dist
- name: Setup sccache-dist
uses: rapidsai/shared-actions/setup-sccache-dist@main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conda-python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ 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
# - name: Setup proxy cache
# uses: nv-gha-runners/setup-proxy-cache@main
# continue-on-error: true

# Install latest rapidsai/sccache client and configure sccache-dist
- name: Setup sccache-dist
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ jobs:
ssh-key: ${{ secrets[inputs.extra-repo-deploy-key] }} # zizmor: ignore[overprovisioned-secrets]
persist-credentials: false

- name: Setup proxy cache
uses: nv-gha-runners/setup-proxy-cache@main
continue-on-error: true
# - name: Setup proxy cache
# uses: nv-gha-runners/setup-proxy-cache@main
# continue-on-error: true

- name: Telemetry setup
uses: rapidsai/shared-actions/telemetry-dispatch-setup@main
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/wheels-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,9 @@ jobs:
sha: ${{ inputs.sha }}
build_workflow_name: ${{ inputs.build_workflow_name }}

- name: Setup proxy cache
uses: nv-gha-runners/setup-proxy-cache@main
continue-on-error: true

# - name: Setup proxy cache
# uses: nv-gha-runners/setup-proxy-cache@main
# continue-on-error: true

# Install latest rapidsai/sccache client and configure sccache-dist
- name: Setup sccache-dist
Expand Down