feat(workflows/eval): Try to build and upload in one fell swoop
All checks were successful
build configuration / build_web02 (push) Successful in 1m15s
build configuration / build_storage01 (push) Successful in 1m18s
build configuration / build_vault01 (push) Successful in 1m22s
build configuration / build_compute01 (push) Successful in 1m26s
build configuration / build_web01 (push) Successful in 1m47s
lint / check (push) Successful in 25s
build configuration / build_geo01 (push) Successful in 1m11s
build configuration / build_geo02 (push) Successful in 1m8s
build configuration / build_bridge01 (push) Successful in 1m6s
build configuration / build_rescue01 (push) Successful in 1m14s
build configuration / build_and_cache_krz01 (push) Successful in 2m3s
build configuration / push_to_cache_web02 (push) Successful in 1m20s
build configuration / push_to_cache_vault01 (push) Successful in 1m34s
build configuration / push_to_cache_storage01 (push) Successful in 1m48s
build configuration / push_to_cache_compute01 (push) Successful in 2m7s
build configuration / push_to_cache_web01 (push) Successful in 2m10s
build configuration / push_to_cache_geo01 (push) Successful in 1m14s
build configuration / push_to_cache_geo02 (push) Successful in 1m14s
build configuration / push_to_cache_bridge01 (push) Successful in 1m15s
build configuration / push_to_cache_rescue01 (push) Successful in 1m19s
All checks were successful
build configuration / build_web02 (push) Successful in 1m15s
build configuration / build_storage01 (push) Successful in 1m18s
build configuration / build_vault01 (push) Successful in 1m22s
build configuration / build_compute01 (push) Successful in 1m26s
build configuration / build_web01 (push) Successful in 1m47s
lint / check (push) Successful in 25s
build configuration / build_geo01 (push) Successful in 1m11s
build configuration / build_geo02 (push) Successful in 1m8s
build configuration / build_bridge01 (push) Successful in 1m6s
build configuration / build_rescue01 (push) Successful in 1m14s
build configuration / build_and_cache_krz01 (push) Successful in 2m3s
build configuration / push_to_cache_web02 (push) Successful in 1m20s
build configuration / push_to_cache_vault01 (push) Successful in 1m34s
build configuration / push_to_cache_storage01 (push) Successful in 1m48s
build configuration / push_to_cache_compute01 (push) Successful in 2m7s
build configuration / push_to_cache_web01 (push) Successful in 2m10s
build configuration / push_to_cache_geo01 (push) Successful in 1m14s
build configuration / push_to_cache_geo02 (push) Successful in 1m14s
build configuration / push_to_cache_bridge01 (push) Successful in 1m15s
build configuration / push_to_cache_rescue01 (push) Successful in 1m19s
This commit is contained in:
parent
6b23df6b54
commit
47ad002f12
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue