mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
Run flake-regressions
This commit is contained in:
parent
df93fa8604
commit
8c568277fd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
||||||
| ".#hydraJobs.tests." + .')
|
| ".#hydraJobs.tests." + .')
|
||||||
|
|
||||||
flake_regressions:
|
flake_regressions:
|
||||||
if: github.event_name == 'merge_group'
|
#if: github.event_name == 'merge_group'
|
||||||
needs: build_x86_64-linux
|
needs: build_x86_64-linux
|
||||||
runs-on: namespace-profile-x86-32cpu-64gb
|
runs-on: namespace-profile-x86-32cpu-64gb
|
||||||
steps:
|
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
|
- 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:
|
flake_regressions_lazy:
|
||||||
if: github.event_name == 'merge_group'
|
#if: github.event_name == 'merge_group'
|
||||||
needs: build_x86_64-linux
|
needs: build_x86_64-linux
|
||||||
runs-on: namespace-profile-x86-32cpu-64gb
|
runs-on: namespace-profile-x86-32cpu-64gb
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue