Merge pull request #2853 from mheon/up_resource_for_build_each_commit
Increase resources for build_each_commit task
This commit is contained in:
commit
bda28c61db
|
|
@ -179,9 +179,9 @@ build_each_commit_task:
|
||||||
gce_instance:
|
gce_instance:
|
||||||
image_project: "libpod-218412"
|
image_project: "libpod-218412"
|
||||||
zone: "us-central1-a" # Required by Cirrus for the time being
|
zone: "us-central1-a" # Required by Cirrus for the time being
|
||||||
cpu: 2
|
cpu: 8
|
||||||
memory: "4Gb"
|
memory: "8Gb"
|
||||||
disk: 40
|
disk: 200
|
||||||
image_name: "${FEDORA_CACHE_IMAGE_NAME}"
|
image_name: "${FEDORA_CACHE_IMAGE_NAME}"
|
||||||
|
|
||||||
timeout_in: 30m
|
timeout_in: 30m
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue