1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Pass the system to the test yml from ci

This commit is contained in:
Graham Christensen 2025-03-28 11:04:51 -04:00
parent 10b7535c87
commit 6469efee7b

View file

@ -56,6 +56,7 @@ jobs:
needs: build_x86_64-linux
with:
os: blacksmith-32vcpu-ubuntu-2204
system: x86_64-linux
test_aarch64-linux:
if: github.event_name == 'merge_group'
@ -63,13 +64,15 @@ jobs:
needs: build_aarch64-linux
with:
os: blacksmith-32vcpu-ubuntu-2204-arm
system: aarch64-linux
test_x86_64-darwin:
if: github.event_name == 'merge_group'
uses: ./.github/workflows/test.yml
needs: build_aarch64-darwin
needs: build_x86_64-darwin
with:
os: macos-latest-large
system: x86_64-darwin
test_aarch64-darwin:
if: github.event_name == 'merge_group'
@ -77,6 +80,7 @@ jobs:
needs: build_aarch64-darwin
with:
os: macos-latest-xlarge
system: aarch64-darwin
vm_tests_smoke:
if: github.event_name != 'merge_group'