mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Run all of hydraJobs.tests.*
This commit is contained in:
parent
7202f11c74
commit
a691dcf48f
1 changed files with 8 additions and 6 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -68,6 +68,7 @@ jobs:
|
|||
with:
|
||||
os: macos-latest
|
||||
|
||||
# Build hydraJobs.tests.*.
|
||||
vm_tests:
|
||||
needs: build_x86_64-linux
|
||||
runs-on: UbuntuLatest32Cores128G
|
||||
|
@ -78,12 +79,13 @@ jobs:
|
|||
flakehub: true
|
||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||
- run: |
|
||||
nix build -L \
|
||||
.#hydraJobs.tests.functional_user \
|
||||
.#hydraJobs.tests.githubFlakes \
|
||||
.#hydraJobs.tests.nix-docker \
|
||||
.#hydraJobs.tests.tarballFlakes \
|
||||
;
|
||||
nix build -L --keep-going \
|
||||
$(nix flake show --json \
|
||||
| jq -r '
|
||||
.hydraJobs.tests
|
||||
| with_entries(select(.value.type == "derivation"))
|
||||
| keys[]
|
||||
| ".#hydraJobs.tests." + .')
|
||||
|
||||
flake_regressions:
|
||||
needs: build_x86_64-linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue