From a691dcf48f161d47922487170c94ad3105901a8a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 20 Feb 2025 15:36:36 +0100 Subject: [PATCH] Run all of hydraJobs.tests.* --- .github/workflows/ci.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d3aa5d01..7834c0ea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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