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:
|
||||
image_project: "libpod-218412"
|
||||
zone: "us-central1-a" # Required by Cirrus for the time being
|
||||
cpu: 2
|
||||
memory: "4Gb"
|
||||
disk: 40
|
||||
cpu: 8
|
||||
memory: "8Gb"
|
||||
disk: 200
|
||||
image_name: "${FEDORA_CACHE_IMAGE_NAME}"
|
||||
|
||||
timeout_in: 30m
|
||||
|
|
|
|||
Loading…
Reference in New Issue