feat(workflows/eval): Try to build and upload in one fell swoop

This commit is contained in:
Tom Hubrecht 2024-10-09 21:32:38 +02:00
parent 6b23df6b54
commit 47ad002f12
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -99,14 +99,12 @@ jobs:
# Enter the shell # Enter the shell
nix-shell --run 'colmena build --on bridge01' nix-shell --run 'colmena build --on bridge01'
push_to_cache_krz01: build_and_cache_krz01:
runs-on: nix runs-on: nix
needs:
- build_krz01
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Push to cache - name: Build and cache the node
run: nix-shell --run cache-node run: nix-shell --run cache-node
env: env:
STORE_ENDPOINT: "https://tvix-store.dgnum.eu/infra-signing/" STORE_ENDPOINT: "https://tvix-store.dgnum.eu/infra-signing/"
@ -118,7 +116,7 @@ jobs:
if: always() if: always()
with: with:
name: outputs_krz01 name: outputs_krz01
path: uploaded.txt path: paths.txt
push_to_cache_compute01: push_to_cache_compute01:
runs-on: nix runs-on: nix