Skip to content

Commit bdf1ab8

Browse files
committed
DONT MERGE
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1 parent 2daf277 commit bdf1ab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cloud_playbooks/roles/packet-ci/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
vm_cpu_cores: 2
55
vm_cpu_sockets: 1
66
vm_cpu_threads: 2
7-
vm_memory: 2048
7+
vm_memory: 4096
88
releases_disk_size: 2Gi
99

1010
# Request/Limit allocation settings

tests/common_vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ local_release_dir: "{{ '/tmp/releases' if inventory_hostname != 'localhost' else
4242
hydrophone_version: "0.7.0"
4343
hydrophone_arch: "x86_64"
4444
hydrophone_checksum: "sha256:15a6c09962f9bd4a1587af068b5edef1072327a77012d8fbb84992c7c87c0475"
45-
hydrophone_parallel: 10
45+
hydrophone_parallel: 1
4646
hydrophone_path: /usr/local/bin/hydrophone

0 commit comments

Comments
 (0)