1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

ci: add a cpu and memory request

We're not currently requesting anything, which means we're at the mercy
of any default limit set on the cluster we're running on. Let's add an
explicit request.

Also bump the CPU request to 4 from the default of 2.
This commit is contained in:
Jonathan Lebon
2022-10-17 17:38:20 -04:00
committed by Dusty Mabe
parent 0790ef1f99
commit 04cb471e5c

View File

@@ -1,6 +1,7 @@
// Documentation: https://github.com/coreos/coreos-ci/blob/main/README-upstream-ci.md
cosaPod {
// We run `kolaTestIso` which requires at least 8Gi. Add 512M for overhead.
cosaPod(cpus: 4, memory: "8704Mi") {
checkoutToDir(scm, 'config')
def basearch = shwrapCapture("cosa basearch")