1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Run flake-regressions

This commit is contained in:
Eelco Dolstra 2025-05-07 18:24:45 +02:00
parent df93fa8604
commit 8c568277fd

View file

@ -89,7 +89,7 @@ jobs:
| ".#hydraJobs.tests." + .')
flake_regressions:
if: github.event_name == 'merge_group'
#if: github.event_name == 'merge_group'
needs: build_x86_64-linux
runs-on: namespace-profile-x86-32cpu-64gb
steps:
@ -112,7 +112,7 @@ jobs:
- run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH PARALLEL="-P 50%" flake-regressions/eval-all.sh
flake_regressions_lazy:
if: github.event_name == 'merge_group'
#if: github.event_name == 'merge_group'
needs: build_x86_64-linux
runs-on: namespace-profile-x86-32cpu-64gb
steps: