From 405d93b5bcb6ac5f00a02aa5af1022399dbbfbe5 Mon Sep 17 00:00:00 2001 From: Aaron Siddhartha Mondal Date: Thu, 18 Jan 2024 15:05:54 +0100 Subject: [PATCH] Disable flaky caching for LRE-Remote workflow Fixes #611 --- .github/workflows/image.yaml | 8 +++++--- .github/workflows/lre.yaml | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 21306a308..cf173aa3d 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -28,9 +28,11 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - # - name: Cache Nix derivations TODO(aaronmondal): revisit this bit when there are less flakes or it is more understood - # uses: >- # Custom commit, last pinned at 2023-11-17. - # DeterminateSystems/magic-nix-cache-action@a04e6275a6bea232cd04fc6f3cbf20d4cb02a3e1 + # TODO(aaronmondal): Caching is flaky for this workflow. + # See: https://github.com/DeterminateSystems/magic-nix-cache/issues/32 + # - name: Cache Nix derivations + # uses: >- # Custom commit, last pinned at 2023-11-17. + # DeterminateSystems/magic-nix-cache-action@a04e6275a6bea232cd04fc6f3cbf20d4cb02a3e1 - name: Test image run: | diff --git a/.github/workflows/lre.yaml b/.github/workflows/lre.yaml index 5185d85a5..9ed8dd8ae 100644 --- a/.github/workflows/lre.yaml +++ b/.github/workflows/lre.yaml @@ -55,9 +55,11 @@ jobs: uses: >- #v7 DeterminateSystems/nix-installer-action@5620eb4af6b562c53e4d4628c0b6e4f9d9ae8612 - - name: Cache Nix derivations - uses: >- # Custom commit, last pinned at 2023-11-17. - DeterminateSystems/magic-nix-cache-action@a04e6275a6bea232cd04fc6f3cbf20d4cb02a3e1 + # TODO(aaronmondal): Caching is flaky for this workflow. + # See: https://github.com/DeterminateSystems/magic-nix-cache/issues/32 + # - name: Cache Nix derivations + # uses: >- # Custom commit, last pinned at 2023-11-17. + # DeterminateSystems/magic-nix-cache-action@a04e6275a6bea232cd04fc6f3cbf20d4cb02a3e1 - name: Start Kubernetes cluster (Infra) run: >