1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 22:33:57 +02:00

Run all of hydraJobs.tests.*

This commit is contained in:
Eelco Dolstra 2025-02-20 15:36:36 +01:00
parent 7202f11c74
commit a691dcf48f

View file

@ -68,6 +68,7 @@ jobs:
with: with:
os: macos-latest os: macos-latest
# Build hydraJobs.tests.*.
vm_tests: vm_tests:
needs: build_x86_64-linux needs: build_x86_64-linux
runs-on: UbuntuLatest32Cores128G runs-on: UbuntuLatest32Cores128G
@ -78,12 +79,13 @@ jobs:
flakehub: true flakehub: true
- uses: DeterminateSystems/flakehub-cache-action@main - uses: DeterminateSystems/flakehub-cache-action@main
- run: | - run: |
nix build -L \ nix build -L --keep-going \
.#hydraJobs.tests.functional_user \ $(nix flake show --json \
.#hydraJobs.tests.githubFlakes \ | jq -r '
.#hydraJobs.tests.nix-docker \ .hydraJobs.tests
.#hydraJobs.tests.tarballFlakes \ | with_entries(select(.value.type == "derivation"))
; | keys[]
| ".#hydraJobs.tests." + .')
flake_regressions: flake_regressions:
needs: build_x86_64-linux needs: build_x86_64-linux