mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Run some jobs on blacksmith
This commit is contained in:
parent
9620c840cf
commit
10977365ff
1 changed files with 8 additions and 8 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
eval:
|
eval:
|
||||||
runs-on: UbuntuLatest32Cores128G
|
runs-on: blacksmith-32vcpu-ubuntu-2204
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -28,13 +28,13 @@ jobs:
|
||||||
build_x86_64-linux:
|
build_x86_64-linux:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
os: UbuntuLatest32Cores128G
|
os: blacksmith-32vcpu-ubuntu-2204
|
||||||
|
|
||||||
build_aarch64-linux:
|
build_aarch64-linux:
|
||||||
if: github.event_name == 'merge_group'
|
if: github.event_name == 'merge_group'
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
os: UbuntuLatest32Cores128GArm
|
os: blacksmith-32vcpu-ubuntu-2204-arm
|
||||||
|
|
||||||
build_x86_64-darwin:
|
build_x86_64-darwin:
|
||||||
if: github.event_name == 'merge_group'
|
if: github.event_name == 'merge_group'
|
||||||
|
@ -51,14 +51,14 @@ jobs:
|
||||||
uses: ./.github/workflows/test.yml
|
uses: ./.github/workflows/test.yml
|
||||||
needs: build_x86_64-linux
|
needs: build_x86_64-linux
|
||||||
with:
|
with:
|
||||||
os: UbuntuLatest32Cores128G
|
os: blacksmith-32vcpu-ubuntu-2204
|
||||||
|
|
||||||
test_aarch64-linux:
|
test_aarch64-linux:
|
||||||
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-linux
|
needs: build_aarch64-linux
|
||||||
with:
|
with:
|
||||||
os: UbuntuLatest32Cores128GArm
|
os: blacksmith-32vcpu-ubuntu-2204-arm
|
||||||
|
|
||||||
test_x86_64-darwin:
|
test_x86_64-darwin:
|
||||||
if: github.event_name == 'merge_group'
|
if: github.event_name == 'merge_group'
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
|
|
||||||
vm_tests_smoke:
|
vm_tests_smoke:
|
||||||
needs: build_x86_64-linux
|
needs: build_x86_64-linux
|
||||||
runs-on: UbuntuLatest32Cores128G
|
runs-on: blacksmith-32vcpu-ubuntu-2204
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
||||||
vm_tests_all:
|
vm_tests_all:
|
||||||
if: github.event_name == 'merge_group'
|
if: github.event_name == 'merge_group'
|
||||||
needs: build_x86_64-linux
|
needs: build_x86_64-linux
|
||||||
runs-on: UbuntuLatest32Cores128G
|
runs-on: blacksmith-32vcpu-ubuntu-2204
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
@ -114,7 +114,7 @@ jobs:
|
||||||
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: UbuntuLatest32Cores128G
|
runs-on: blacksmith-32vcpu-ubuntu-2204
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout nix
|
- name: Checkout nix
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue