From f716af585f1c39663cb7372dcf0215e35e1aab0d Mon Sep 17 00:00:00 2001 From: Ivan Basov Date: Fri, 1 May 2026 13:28:28 -0700 Subject: [PATCH 1/2] ci: avoid flaky GPU apt cache --- .github/workflows/ci-gpu.yml | 8 ++++---- .github/workflows/long-running-tests.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-gpu.yml b/.github/workflows/ci-gpu.yml index 4ae1cc5..cebcac6 100644 --- a/.github/workflows/ci-gpu.yml +++ b/.github/workflows/ci-gpu.yml @@ -53,7 +53,7 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main with: - enable-apt: true + enable-apt: false - name: Install system dependencies run: | @@ -133,7 +133,7 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main with: - enable-apt: true + enable-apt: false - name: Install system dependencies run: | @@ -209,7 +209,7 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main with: - enable-apt: true + enable-apt: false - name: Install system dependencies run: | @@ -285,7 +285,7 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main with: - enable-apt: true + enable-apt: false - name: Install system dependencies run: | diff --git a/.github/workflows/long-running-tests.yml b/.github/workflows/long-running-tests.yml index 57ab817..961a05b 100644 --- a/.github/workflows/long-running-tests.yml +++ b/.github/workflows/long-running-tests.yml @@ -93,7 +93,7 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main with: - enable-apt: true + enable-apt: false - name: Install system dependencies run: | @@ -151,7 +151,7 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main with: - enable-apt: true + enable-apt: false - name: Install system dependencies run: | @@ -234,7 +234,7 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main with: - enable-apt: true + enable-apt: false - name: Install system dependencies run: | @@ -291,7 +291,7 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main with: - enable-apt: true + enable-apt: false - name: Install system dependencies run: | From e3cee7b40a1343ec4a1796db7086317ad29f4a36 Mon Sep 17 00:00:00 2001 From: Ivan Basov Date: Fri, 1 May 2026 13:34:02 -0700 Subject: [PATCH 2/2] ci: remove GPU proxy cache action --- .github/workflows/ci-gpu.yml | 20 -------------------- .github/workflows/long-running-tests.yml | 20 -------------------- 2 files changed, 40 deletions(-) diff --git a/.github/workflows/ci-gpu.yml b/.github/workflows/ci-gpu.yml index cebcac6..95ddd97 100644 --- a/.github/workflows/ci-gpu.yml +++ b/.github/workflows/ci-gpu.yml @@ -50,11 +50,6 @@ jobs: torch-cuda: ["cu128", "cu130"] name: "gpu / py${{ matrix.python-version }} / ${{ matrix.torch-cuda }}" steps: - - name: Setup proxy cache - uses: nv-gha-runners/setup-proxy-cache@main - with: - enable-apt: false - - name: Install system dependencies run: | export DEBIAN_FRONTEND=noninteractive @@ -130,11 +125,6 @@ jobs: NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} timeout-minutes: 40 steps: - - name: Setup proxy cache - uses: nv-gha-runners/setup-proxy-cache@main - with: - enable-apt: false - - name: Install system dependencies run: | export DEBIAN_FRONTEND=noninteractive @@ -206,11 +196,6 @@ jobs: NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} timeout-minutes: 20 steps: - - name: Setup proxy cache - uses: nv-gha-runners/setup-proxy-cache@main - with: - enable-apt: false - - name: Install system dependencies run: | export DEBIAN_FRONTEND=noninteractive @@ -282,11 +267,6 @@ jobs: NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} timeout-minutes: 20 steps: - - name: Setup proxy cache - uses: nv-gha-runners/setup-proxy-cache@main - with: - enable-apt: false - - name: Install system dependencies run: | export DEBIAN_FRONTEND=noninteractive diff --git a/.github/workflows/long-running-tests.yml b/.github/workflows/long-running-tests.yml index 961a05b..a87b653 100644 --- a/.github/workflows/long-running-tests.yml +++ b/.github/workflows/long-running-tests.yml @@ -90,11 +90,6 @@ jobs: NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} timeout-minutes: 30 steps: - - name: Setup proxy cache - uses: nv-gha-runners/setup-proxy-cache@main - with: - enable-apt: false - - name: Install system dependencies run: | export DEBIAN_FRONTEND=noninteractive @@ -148,11 +143,6 @@ jobs: NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} timeout-minutes: 90 steps: - - name: Setup proxy cache - uses: nv-gha-runners/setup-proxy-cache@main - with: - enable-apt: false - - name: Install system dependencies run: | export DEBIAN_FRONTEND=noninteractive @@ -231,11 +221,6 @@ jobs: NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} timeout-minutes: 60 steps: - - name: Setup proxy cache - uses: nv-gha-runners/setup-proxy-cache@main - with: - enable-apt: false - - name: Install system dependencies run: | export DEBIAN_FRONTEND=noninteractive @@ -288,11 +273,6 @@ jobs: NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} timeout-minutes: 90 steps: - - name: Setup proxy cache - uses: nv-gha-runners/setup-proxy-cache@main - with: - enable-apt: false - - name: Install system dependencies run: | export DEBIAN_FRONTEND=noninteractive