From 47ad002f12a619f8c2f7e5dc3cc528a63fde1846 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 9 Oct 2024 21:32:38 +0200 Subject: [PATCH] feat(workflows/eval): Try to build and upload in one fell swoop --- .forgejo/workflows/eval.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/eval.yaml b/.forgejo/workflows/eval.yaml index 0fe36fe..7ebb568 100644 --- a/.forgejo/workflows/eval.yaml +++ b/.forgejo/workflows/eval.yaml @@ -99,14 +99,12 @@ jobs: # Enter the shell nix-shell --run 'colmena build --on bridge01' - push_to_cache_krz01: + build_and_cache_krz01: runs-on: nix - needs: - - build_krz01 steps: - uses: actions/checkout@v3 - - name: Push to cache + - name: Build and cache the node run: nix-shell --run cache-node env: STORE_ENDPOINT: "https://tvix-store.dgnum.eu/infra-signing/" @@ -118,7 +116,7 @@ jobs: if: always() with: name: outputs_krz01 - path: uploaded.txt + path: paths.txt push_to_cache_compute01: runs-on: nix