mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Pass the system to the test yml from ci
This commit is contained in:
parent
10b7535c87
commit
6469efee7b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -56,6 +56,7 @@ jobs:
|
||||||
needs: build_x86_64-linux
|
needs: build_x86_64-linux
|
||||||
with:
|
with:
|
||||||
os: blacksmith-32vcpu-ubuntu-2204
|
os: blacksmith-32vcpu-ubuntu-2204
|
||||||
|
system: x86_64-linux
|
||||||
|
|
||||||
test_aarch64-linux:
|
test_aarch64-linux:
|
||||||
if: github.event_name == 'merge_group'
|
if: github.event_name == 'merge_group'
|
||||||
|
@ -63,13 +64,15 @@ jobs:
|
||||||
needs: build_aarch64-linux
|
needs: build_aarch64-linux
|
||||||
with:
|
with:
|
||||||
os: blacksmith-32vcpu-ubuntu-2204-arm
|
os: blacksmith-32vcpu-ubuntu-2204-arm
|
||||||
|
system: aarch64-linux
|
||||||
|
|
||||||
test_x86_64-darwin:
|
test_x86_64-darwin:
|
||||||
if: github.event_name == 'merge_group'
|
if: github.event_name == 'merge_group'
|
||||||
uses: ./.github/workflows/test.yml
|
uses: ./.github/workflows/test.yml
|
||||||
needs: build_aarch64-darwin
|
needs: build_x86_64-darwin
|
||||||
with:
|
with:
|
||||||
os: macos-latest-large
|
os: macos-latest-large
|
||||||
|
system: x86_64-darwin
|
||||||
|
|
||||||
test_aarch64-darwin:
|
test_aarch64-darwin:
|
||||||
if: github.event_name == 'merge_group'
|
if: github.event_name == 'merge_group'
|
||||||
|
@ -77,6 +80,7 @@ jobs:
|
||||||
needs: build_aarch64-darwin
|
needs: build_aarch64-darwin
|
||||||
with:
|
with:
|
||||||
os: macos-latest-xlarge
|
os: macos-latest-xlarge
|
||||||
|
system: aarch64-darwin
|
||||||
|
|
||||||
vm_tests_smoke:
|
vm_tests_smoke:
|
||||||
if: github.event_name != 'merge_group'
|
if: github.event_name != 'merge_group'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue