forked from u-root/u-root
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vmtest.yaml
More file actions
74 lines (63 loc) · 2.72 KB
/
Copy path.vmtest.yaml
File metadata and controls
74 lines (63 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
amd64:
VMTEST_QEMU:
container: "ghcr.io/hugelgupf/vmtest/qemu:main@sha256:d5b3d31f39edb6394d20bdd76027512f956d78af9c6e49ecf2ab9ab59944638a"
template: "{{.qemu}}/bin/qemu-system-x86_64 -L {{.qemu}}/pc-bios -m 1G"
directories:
qemu: "/zqemu"
VMTEST_KERNEL:
container: "ghcr.io/u-root/u-root/test-kernel-amd64@sha256:8b6e8c08724ef0aa2809685c7adb98e1b9b000f79fa790ec254c3176ecc5ec93"
template: "{{.bzImage}}"
files:
bzImage: "/bzImage"
UROOT_MULTIBOOT_TEST_KERNEL_DIR:
container: "ghcr.io/u-root/u-root/test-multiboot-test-kernel-amd64@sha256:4439ae6289f5ccb5fa193556de8d639900c1a4c6f57c8d1d6015f5ea49b5d9f9"
template: "{{.mbdir}}"
directories:
mbdir: "/mb"
UROOT_TEST_UEFIPAYLOAD:
container: "ghcr.io/u-root/u-root/test-uefipayload-amd64@sha256:0c8eb1b8a20b1ab3748b830eef76634711586f18ff0accf7ba98015fa86383ff"
template: "{{.payload}}"
files:
payload: "/UEFIPAYLOAD.fd"
VMTEST_OVMF:
container: "ghcr.io/u-root/u-root/test-ovmf-amd64@sha256:8852700b3d5f030918b9e5710b422edc5ab09579245eb566568953756815ecbb"
template: "{{.ovmf}}"
files:
ovmf: "/OVMF.fd"
UROOT_TEST_UPLFIT:
container: "ghcr.io/u-root/u-root/test-upl-fit-amd64@sha256:1133b7242c7b91cd75e6f232a9a099e7ed6e343aaa19b61517a5cce69f40375f"
template: "{{.uplfit}}"
files:
uplfit: "/UplFitX64.fit"
arm:
VMTEST_QEMU:
container: "ghcr.io/hugelgupf/vmtest/qemu:main@sha256:d5b3d31f39edb6394d20bdd76027512f956d78af9c6e49ecf2ab9ab59944638a"
template: "{{.qemu}}/bin/qemu-system-arm -M virt,highmem=off -L {{.qemu}}/pc-bios"
directories:
qemu: "/zqemu"
VMTEST_KERNEL:
container: "ghcr.io/u-root/u-root/test-kernel-arm@sha256:0550f61f1a620033fc20ec642361f53c00fa8d02b077a637bef41fe62b71461a"
template: "{{.zImage}}"
files:
zImage: "/zImage"
arm64:
VMTEST_QEMU:
container: "ghcr.io/hugelgupf/vmtest/qemu:main@sha256:d5b3d31f39edb6394d20bdd76027512f956d78af9c6e49ecf2ab9ab59944638a"
template: "{{.qemu}}/bin/qemu-system-aarch64 -machine virt -cpu max -m 1G -L {{.qemu}}/pc-bios"
directories:
qemu: "/zqemu"
VMTEST_KERNEL:
container: "ghcr.io/u-root/u-root/test-kernel-arm64@sha256:d0b65ec5584fef929828324b0f998ad7e853c95bcc2288a163ebdf64401fe5a0"
template: "{{.Image}}"
files:
Image: "/Image"
VMTEST_OVMF:
container: "ghcr.io/u-root/u-root/test-ovmf-arm64@sha256:eb0616a30523707fed22e7ca739ec04fcf60005847fc35b1a52732dbeb4340da"
template: "{{.ovmf}}"
files:
ovmf: "/QEMU_EFI.fd"
UROOT_TEST_UPLFIT:
container: "ghcr.io/u-root/u-root/test-upl-fit-arm64@sha256:4dc0bd2393ebbec53e2b4855ebeb338f4458cfb9b4c3d5091bc9d7863365b2ee"
template: "{{.uplfit}}"
files:
uplfit: "/UplFitARM64.fit"