Skip to content

Commit a49004c

Browse files
committed
调整了 runner 分配
1 parent 3395f61 commit a49004c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
./axvisor.sh run --plat ${{ matrix.plat }} --vmconfigs $VM_CONFIGS --features fs,ept-level-4 --arceos-args DISK_IMG=$DISK_IMG,BUS=mmio,BLK=y,MEM=8g
4545
4646
aarch64-generic-phytiumpi:
47-
runs-on: [self-hosted, linux, docker, phytiumpi]
47+
runs-on: [self-hosted, linux, phytiumpi]
4848
strategy:
4949
fail-fast: false
5050
matrix:
@@ -71,7 +71,7 @@ jobs:
7171
cd ..
7272
7373
aarch64-generic-rk3568:
74-
runs-on: [self-hosted, linux, docker, roc-rk3568-pc]
74+
runs-on: [self-hosted, linux, roc-rk3568-pc]
7575
strategy:
7676
fail-fast: false
7777
matrix:
@@ -98,7 +98,7 @@ jobs:
9898
cd ..
9999
100100
x86-qemu-q35:
101-
runs-on: self-hosted
101+
runs-on: [self-hosted, linux, docker]
102102
strategy:
103103
fail-fast: false
104104
matrix:

0 commit comments

Comments
 (0)