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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue