Skip to content

Commit 354f558

Browse files
committed
ci: update test-qemu
1 parent c9b9e77 commit 354f558

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
args = [
2+
"-nographic",
3+
"-cpu",
4+
"cortex-a72",
5+
"-machine",
6+
"virt,virtualization=on,gic-version=3",
7+
"-smp",
8+
"1",
9+
"-append",
10+
"root=/dev/vda rw init=/init",
11+
"-m",
12+
"8g",
13+
]
14+
fail_regex = []
15+
success_regex = []
16+
to_bin = true
17+
uefi = false

.github/workflows/test-qemu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test for QEMU
22

3-
on: [workflow_dispatch]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
test-qemu:
@@ -53,5 +53,5 @@ jobs:
5353
export RUST_LOG=debug
5454
cargo xtask qemu \
5555
--build-config configs/board/${{ matrix.arch }}.toml \
56-
--uboot-config .github/workflows/uboot.toml \
56+
--qemu-config .github/workflows/qemu-${{ matrix.arch }}.toml \
5757
--vmconfigs ${{ matrix.vmconfigs }}

0 commit comments

Comments
 (0)