coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
333 stars 165 forks source link

testiso/iscsi: reduce VM memory to 2GB #3768

Closed jbtrystram closed 4 months ago

jbtrystram commented 4 months ago

Openshift prow have a default limit to 3GB for the kola job so reduce the memory for this test to 2GB, local testing showed no issue with this amount.

See https://github.com/openshift/os/pull/1461#issuecomment-2022503532

c4rt0 commented 4 months ago

Watching all repos does help indeed :)

/lgtm

jbtrystram commented 4 months ago

Though note if we enable this test on multi-arch, we'll have to refine this more.

Yes I was looking at the default memory values and had this in mind as well. I wasn't sure to put a note in the commit message, I guess I should have :)