coreos-assembler icon indicating copy to clipboard operation
coreos-assembler copied to clipboard

add support for `qemu` to denylist processing

Open dustymabe opened this issue 3 years ago • 6 comments

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.

dustymabe avatar Sep 27 '21 19:09 dustymabe

@HuijingHei - is this one solved now with your recent work?

dustymabe avatar May 03 '23 15:05 dustymabe

Probably no, could you help to add more description about this?

HuijingHei avatar May 04 '23 01:05 HuijingHei

What I can understand about qemu vs qemu-unpriv is refer to https://github.com/coreos/coreos-assembler/tree/main/mantle#qemu

HuijingHei avatar May 04 '23 01:05 HuijingHei

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 avatar May 04 '23 09:05 HuijingHei

@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 avatar May 04 '23 18:05 dustymabe

@dustymabe No problem.

HuijingHei avatar May 05 '23 00:05 HuijingHei