Dusty Mabe
Dusty Mabe
These are backports that should enable our RHCOS downstream to execute code in the architecture defined by our https://github.com/coreos/fedora-coreos-pipeline.git
It appears the newer P9 hardware that we are utilizing that is running a Fedora stack don't need this and it's causing other errors like: ``` libguestfs: error: could not...
For example, this ugly failure has been hanging around in our console logs for some time: ``` [ 5.733962] ln: [ 5.733968] failed to create symbolic link '/run/udev/rules.d/80-coreos-boot-disk.rules' [ 5.734511]...
We've seen it happen several times recently where gangplank exits with the wrong exit code. There is a failure but then jenkins doesn't stop because it doesn't get the bad...
Right now there is no easy way that I can find to copy an arbitrary file over to the remote host for a gangplank run. It would be nice to...
We currently have a [specific sub-test that is failing](https://github.com/coreos/fedora-coreos-tracker/issues/966) consistently on certain platforms. It would be nice if we could denylist/snooze just the subtest. With: ``` - pattern: podman.base/resources tracker:...
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...
in some cases we just want to run a build and test and we don't actually want the artifacts to be uploaded to minio, we just care about the test...
# Bug Report # If I try to run a test stage after a build stage with `delay_meta_merge: true` gangplank won't pick up the meta.json fragment that was produced by...
When running `gangplank` in podman mode with `-A base,aws,finalize` I notice a few files are getting transferred back and forth over minio more than once, which isn't what I would...