Jonathan Lebon

Results 153 issues of Jonathan Lebon

Just as a quick preflight check before bringing up the editor rather than letting git error out on exit after having typed stuff out. Thankfully it saves the draft, so...

Noticed these while perusing this code. I don't think it's currently causing any issues, other than added confusion. :) See individual commits.

modules
multipath

Don't support passing a directory containing root CA certs to copy. Default to just updating the bundles like `update-ca-trust` does. Accordingly, rename to `update-ca-trust-unpriv`.

We've hit this in the pipeline when running AWS aarch64 tests: > 17:28:20 2022-08-05T21:28:19Z kola: retryloop: failed to bring up machines: error running instances: InsufficientInstanceCapacity: We currently do not have...

jira

The first commits work towards generalizing `osmet-pack` to support just running the matched `coreos-installer` in a supermin VM. The final patch makes the miniso packing step use it. Its commit...

do-not-merge/work-in-progress

Our bump-lockfile job hit the following when running the aarch64 upgrade test: ``` [2022-07-28T21:04:40.149Z] + set -xeuo pipefail [2022-07-28T21:04:40.149Z] ++ umask [2022-07-28T21:04:40.149Z] + '[' 0000 = 0000 ']' [2022-07-28T21:04:40.149Z] +...

bug
good-first-issue

I was investigating https://github.com/coreos/fedora-coreos-config/issues/1637 and while looking at the test logs at e.g. `tmp/kola/non-exclusive-test-bucket-0/$uuid/ext.config.kubernetes.kube-watch.txt`, I noticed that test logs were not correctly separated. E.g.: ``` Apr 06 17:49:50 qemu0 kola-runext-test.sh[4073]:...

We've added new services in https://github.com/coreos/fedora-coreos-config/pull/1269 and https://github.com/coreos/fedora-coreos-config/pull/1540 which verify that there is only one `boot` filesystem. We currently don't have CI that exercises them. Add tests for these. I...

jira

This is the only bit in that function that didn't use the const.

Right now, we have ``` USER builder ``` in our Dockerfile. This causes incompatibilities with GitHub Action because it assumes that it runs as root. We should consider removing it....