Dusty Mabe
Dusty Mabe
The tag list in https://quay.io/repository/fedora/fedora-coreos?tab=tags&tag=latest is getting a little polluted with all the development/mechanical streams building daily. Maybe let's push the dev/mechanical streams to a new repo (`quay.io/fedora/fedora-coreos-devel` ??).
**Describe the bug** `rpmbuild -rs` seems to no longer create a needed directory since `4.20.1-1.fc41`. It works fine in `4.20.0-1.fc41`. **To Reproduce** ``` # podman run -it --rm --pull=always quay.io/fedora/fedora:41...
This will allow us to do something like: ``` variables: id: "fedora" releasever: "42" osversion: "${id}-${releasever}" ``` Which can definitely be useful in certain situations.
Basically `ostree log` will then output information about the commit that was previewed and the existing commit that the system is currently deployed to will not be in there. ```...
When we run kola in the pipeline we run many many tests in a single run, but only 4 at a time (`--parallel=4`). It appears, though, that some qemu processes...
Yields results in the logs of tests that looks like: ``` --- PASS: podman.workflow (367.30s) --- PASS: podman.workflow/run (306.45s) cluster.go:151: Trying to pull quay.io/fedora/fedora:latest... cluster.go:151: Getting image source signatures cluster.go:151:...
Typically we have branched COSA everytime we branch for a new OCP release. i.e. the `rhcos-4.18` branch is for OCP 4.18 builds. This has served us well, but we are...
Currently we don't have any CI coverage for the PXE case: > Concatenate the initramfs and rootfs files together, and specify the combined file as the initrd. This method is...
I wrote [diffbuildsizes.py.txt](https://github.com/user-attachments/files/18167609/diffbuildsizes.py.txt) a while ago when we switched to OSBuild to try to verify nothing dramatic was happening when we went from one build tool to the next. This...