Skip to content

wip: Use just "qemu" as a platform name for x86 target #960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ platforms:
dtb: dtbs/qcom/qcs6490-rb3gen2.dtb
compatible: ['qcom,qcs6490-rb3gen2', 'qcom,qcm6490']

qemu: &qemu-device
qemu-x86: &qemu-device
base_name: qemu
arch: x86_64
boot_method: qemu
Expand All @@ -2103,7 +2103,7 @@ platforms:
cpu: qemu64
guestfs_interface: ide

qemu-x86: *qemu-device
qemu: *qemu-device

rk3288-rock2-square:
<<: *arm-device
Expand Down Expand Up @@ -2297,7 +2297,7 @@ scheduler:
name: kbuild-gcc-12-x86
runtime: *lava-collabora-runtime
platforms: &collabora-x86-platforms
- qemu-x86
- qemu

- job: baseline-x86-baylibre
event: *kbuild-gcc-12-x86-node-event
Expand Down Expand Up @@ -2353,7 +2353,7 @@ scheduler:
name: kbuild-gcc-12-x86-mfd
runtime: *lava-collabora-runtime
platforms:
- qemu-x86
- qemu

- job: kbuild-clang-17-arm-allmodconfig
<<: *build-k8s-all
Expand Down Expand Up @@ -2830,7 +2830,7 @@ scheduler:
event: *kbuild-gcc-12-x86-node-event
runtime: *lava-collabora-runtime
platforms:
- qemu-x86
- qemu

- job: rt-tests-cyclicdeadline
event: &kbuild-gcc-12-arm64-preempt_rt-node-event
Expand Down