Jonathan Lebon

Results 653 comments of Jonathan Lebon

Follow-ups to this in https://github.com/coreos/fedora-coreos-pipeline/pull/419 and https://github.com/coreos/coreos-ci-lib/pull/93.

There is an alternative model here, which is to make it more something like `KOLA_HANG_ON_FAIL`/`--hang-on-fail` where kola just stops execution when a test fails so humans can debug into the...

Can you open a PR which pulls it in like in https://github.com/coreos/coreos-assembler/pull/1130? That'll give us a sanity-check that CI works fine with it.

Related to this, we should make kola aware of its total CPU and RAM allowance when passed `--parallel N` on QEMU. E.g. some switch like `--qemu-max-ram 16G` should make kola...

So it looks like the primary RFE in this issue is for tests to request different RAM amounts. At least for QEMU, this is done. But we still need to...

Yeah, change detection is broken because it's fundamentally linked to `cosa build`. Technically what you want is a new build where the OSTree is the same but just the extensions...

> How about extending this to a more generalized path validation, i.e. not just limited to mount points? For example, Ignition will bail if a storage config for `/usr` is...

This is part of https://github.com/coreos/fedora-coreos-tracker/issues/681.

> Enabling kdump on FCOS (& RHCOS) requires: I think that list is also missing enabling `kdump.service` itself.