coreos-assembler
coreos-assembler copied to clipboard
add support for `qemu` to denylist processing
Basically if I add an entry to kola-denylist.yaml
that looks like:
- pattern: podman.base
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/966
snooze: 2021-10-15
platforms:
- aws
- gcp
- qemu
It would be nice if it worked against qemu. Right now you have to use qemu-unpriv
.
@HuijingHei - is this one solved now with your recent work?
Probably no, could you help to add more description about this?
What I can understand about qemu
vs qemu-unpriv
is refer to https://github.com/coreos/coreos-assembler/tree/main/mantle#qemu
In case it meant Replace 'qemu-unpriv' with 'qemu'
, seems https://github.com/coreos/coreos-assembler/pull/3285 is doing this. But it might be old, I will open another PR for this.
@HuijingHei - I'm so sorry. I totally confused this qemu
/qemu-unpriv
work with the recent work you did for gcp
/gce
in https://github.com/coreos/coreos-assembler/issues/3378.
It was @travier doing the qemu
bits (as you found).
@dustymabe No problem.