Kai Lüke
Kai Lüke
I can have a look at setting up a new publish job to run mantle's plume for AWS and Azure publishing and we can also do the mantle ore commands...
The problem of left-over keys seems to be linked to terminating the kola process before it can delete the key, and the solution is to add key removal to the...
Would it make sense first to revert the reverts and then modify the shared module instead of doing this now for the to-be-removed code?
One more strategy to reduce the number of tests running on cloud platforms: - [ ] Mark generic tests which don't really need to run on all cloud platforms because...
Reducing the number of tests that boot a new machine (through task 1 and point 4 here) is the most beneficial thing to start with because the Equinix Metal arm64...
Aha, isn't that a bit opaque (and even nondeterministic depending on the implementation?) in the case that two tests actually conflict with each other but it's not explicitly visible what...
I think that even with the separation of exclusive and non-exclusive tests we would still benefit from the generic and non-generic separation (the above mentioned `--no-generic` flag) because we don't...
As a first iteration I think it's also ok to mark things as qemu-only and if the need arises to run on other platforms, we can still implement something like...
I went ahead and finally prepared the change to limit the generic tests to QEMU because I want to add a image formats parameter to the new pipeline and don't...
> so I was checking coreos/coreos-assembler: they have a good approach of merging configuration to run non-exclusive tests (https://github.com/coreos/coreos-assembler/pull/2356) With the generic tests being limited to qemu I think we...