Skip to content

Commit c1d893c

Browse files
Add self hosted runners (#309)
- The runners are hosted and maintained by Arm - c7g.8xlarge - Ubuntu 22.04
1 parent 15914d9 commit c1d893c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/atfe_nightly_build_and_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
include:
3232
- build_script: build.sh
3333
test_script: test.sh
34-
runner: ubuntu-22.04
34+
runner: ah-ubuntu_22_04-c7g_8x-100
3535
- build_script: build_llvmlibc_overlay.sh
3636
test_script: ''
37-
runner: ubuntu-22.04
37+
runner: ah-ubuntu_22_04-c7g_8x-100
3838
- build_script: build_newlib_nano_overlay.sh
3939
test_script: ''
40-
runner: ubuntu-22.04
40+
runner: ah-ubuntu_22_04-c7g_8x-100
4141
- build_script: build_newlib_overlay.sh
4242
test_script: ''
43-
runner: ubuntu-22.04
43+
runner: ah-ubuntu_22_04-c7g_8x-100
4444

4545
steps:
4646
- name: Checkout

0 commit comments

Comments
 (0)