mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
Move more stuff to the merge queue
This commit is contained in:
parent
d9f742302e
commit
4c39f29a4a
1 changed files with 7 additions and 1 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -31,11 +31,13 @@ jobs:
|
||||||
os: UbuntuLatest32Cores128G
|
os: UbuntuLatest32Cores128G
|
||||||
|
|
||||||
build_aarch64-linux:
|
build_aarch64-linux:
|
||||||
|
if: github.event_name == 'merge_group'
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
os: UbuntuLatest32Cores128GArm
|
os: UbuntuLatest32Cores128GArm
|
||||||
|
|
||||||
build_x86_64-darwin:
|
build_x86_64-darwin:
|
||||||
|
if: github.event_name == 'merge_group'
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
os: macos-13
|
os: macos-13
|
||||||
|
@ -52,18 +54,21 @@ jobs:
|
||||||
os: UbuntuLatest32Cores128G
|
os: UbuntuLatest32Cores128G
|
||||||
|
|
||||||
test_aarch64-linux:
|
test_aarch64-linux:
|
||||||
|
if: github.event_name == 'merge_group'
|
||||||
uses: ./.github/workflows/test.yml
|
uses: ./.github/workflows/test.yml
|
||||||
needs: build_aarch64-linux
|
needs: build_aarch64-linux
|
||||||
with:
|
with:
|
||||||
os: UbuntuLatest32Cores128GArm
|
os: UbuntuLatest32Cores128GArm
|
||||||
|
|
||||||
test_x86_64-darwin:
|
test_x86_64-darwin:
|
||||||
|
if: github.event_name == 'merge_group'
|
||||||
uses: ./.github/workflows/test.yml
|
uses: ./.github/workflows/test.yml
|
||||||
needs: build_aarch64-darwin
|
needs: build_aarch64-darwin
|
||||||
with:
|
with:
|
||||||
os: macos-13
|
os: macos-13
|
||||||
|
|
||||||
test_aarch64-darwin:
|
test_aarch64-darwin:
|
||||||
|
if: github.event_name == 'merge_group'
|
||||||
uses: ./.github/workflows/test.yml
|
uses: ./.github/workflows/test.yml
|
||||||
needs: build_aarch64-darwin
|
needs: build_aarch64-darwin
|
||||||
with:
|
with:
|
||||||
|
@ -107,6 +112,7 @@ jobs:
|
||||||
| head -n5) # FIXME: for testing the merge queue
|
| head -n5) # FIXME: for testing the merge queue
|
||||||
|
|
||||||
flake_regressions:
|
flake_regressions:
|
||||||
|
if: github.event_name == 'merge_group'
|
||||||
needs: build_x86_64-linux
|
needs: build_x86_64-linux
|
||||||
runs-on: UbuntuLatest32Cores128G
|
runs-on: UbuntuLatest32Cores128G
|
||||||
steps:
|
steps:
|
||||||
|
@ -126,4 +132,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
flakehub: true
|
flakehub: true
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||||
- run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH MAX_FLAKES=25 flake-regressions/eval-all.sh
|
- run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH MAX_FLAKES=50 flake-regressions/eval-all.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue