Fix the resource issue with test-site deployment

* After dex is added, it is observed that almost all gate runner
  builds are failing.
* So trying to adjust the disk size to check if it resolves the
  issue.

Change-Id: Ie33bc32e49e00d225599c9de5ff7917fb527b8ef
This commit is contained in:
Sirajudeen 2021-06-18 23:28:13 +00:00
parent 12a6940214
commit 6cdb73997f
1 changed files with 2 additions and 2 deletions

View File

@ -89,12 +89,12 @@
ephemeral_vm_cfg: "{{ ephemeral_vm_cfg }}"
ephemeral_vm_memory_mb: 6144
ephemeral_vm_vcpus: 4
target_disk_size: 25G
target_disk_size: 30G
target_vm_cfg: "{{ target_vm_cfg }}"
target_vm_memory_mb: 7168
target_vm_vcpus: 2
target_vms_count: 1
worker_disk_size: 30G
worker_disk_size: 35G
worker_vm_cfg: "{{ worker_vm_cfg }}"
worker_vm_memory_mb: 7168
worker_vm_vcpus: 2