Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kola: stop requesting 8G of RAM for all external tests on ppc64le and…
… aarch64 With coreos#1768, on ppc64le and aarch64, we now request 8G of RAM for *all* external tests, even trivial ones like `misc-ro`. We already have platform defaults in `platform/qemu`. Let's rely on those if the test doesn't declare any memory requirements (this is done implicitly by this code by having 0 * 2 still being 0). If it *does*, then as a heuristic, just multiply by 2 for ppc64le and aarch64 to a max of 8G. Obviously long term, we need to clean this up by having the test provide a more symbolic requirement rather than a specific memory amount. (This could be "flavours", or it could just be e.g. tags like "reprovisions-root"). (There's also [the zram change](coreos/fedora-coreos-config#768) which should help a lot lowering the memory requirements for root-reprovisioning tests.) But for now at least, this heuristic will help with Power builds hitting memory limits too easily.
- Loading branch information