Jonathan Lebon
Jonathan Lebon
``` + ostree pull-local --repo /tmp/rootfs/ostree/repo /home/jenkins/agent/workspace/rhcos/rhcos-rhcos-4.10/tmp/repo 371919701a4139c2df6685738f91c4ac7f23d4c586b9e6ef2014069942408d90 error: openat(f7/ee6a9b728a11e0c62bd4b8a20c741d76cf637277434e0716fa1ea82f0e80fe.filez): Invalid argument ``` This is happening in the RHCOS pipeline, as part of coreos-assembler, when running `create_disk.sh` inside a supermin...
See e.g. https://github.com/ostreedev/ostree/pull/2025#issuecomment-600917509: ``` ERROR: tests/test-concurrency.py ================================ n_committers 4 n_pruners 0 Creating tree tree0 Creating tree tree1 PID 30315 ostree --repo=repo commit --fsync=0 -b tree0 --tree=dir=tree0 PID 30316 ostree --repo=repo...
This would make writing them less error-prone.
Would make code in https://github.com/coreos/coreos-assembler/pull/2293 easier.
Should say e.g. whether it created the bucket or whether it already existed. Similarly for the `vmimport` role.
Noticed this while debugging something else so just noting it here for now. When doing `rpm-ostree override replace `, we're losing the default target because the `systemd` RPM ships with...
# Feature Request # ## Desired Feature ## In addition to per-process parallelism, kola should support not going over a certain amount of total memory. This ensures that it meshes...
We've seen this in Jenkins output: ``` + cosa kola run --rerun --no-test-exit-error --tag reprovision kola -p qemu-unpriv --output-dir tmp/kola run --rerun --no-test-exit-error --tag reprovision ������ Skipping kola test pattern...
Right now, the D-Bus methods include the parameter names in the signature. This is bound to become obsolete and break backwards compatibility as more options are added. It would probably...
Accessing https://projectatomic.io yields the following in Firefox: ``` projectatomic.io uses an invalid security certificate. The certificate is only valid for the following names *.redhat.com, redhat.com Error code: SSL_ERROR_BAD_CERT_DOMAIN ``` The...