mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Put flake_regressions back in the merge queue
This commit is contained in:
parent
9bab483196
commit
d0a89fa03f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.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:
|
||||||
|
@ -109,10 +109,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
determinate: true
|
determinate: true
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||||
- run: lscpu && 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:
|
||||||
|
@ -132,7 +132,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
determinate: true
|
determinate: true
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||||
- run: lscpu && nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH PARALLEL="-P 50%" NIX_CONFIG="lazy-trees = true" flake-regressions/eval-all.sh
|
- run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH PARALLEL="-P 50%" NIX_CONFIG="lazy-trees = true" flake-regressions/eval-all.sh
|
||||||
|
|
||||||
manual:
|
manual:
|
||||||
if: github.event_name != 'merge_group'
|
if: github.event_name != 'merge_group'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue