Skip to content

Commit 3161e3f

Browse files
committed
update ci
1 parent d447840 commit 3161e3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 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]
47+
runs-on: [self-hosted, linux, docker, 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]
74+
runs-on: [self-hosted, linux, docker, roc-rk3568-pc]
7575
strategy:
7676
fail-fast: false
7777
matrix:
@@ -136,5 +136,3 @@ jobs:
136136
export DISK_IMG="${{ github.workspace }}/disk-x86_64.img"
137137
export VM_CONFIGS="$(pwd)/configs/vms/nimbos-x86_64.toml"
138138
./axvisor.sh run --plat ${{ matrix.plat }} --vmconfigs $VM_CONFIGS --features fs --arceos-args DISK_IMG=$DISK_IMG,BLK=y
139-
140-

0 commit comments

Comments
 (0)