We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daf277 commit bdf1ab8Copy full SHA for bdf1ab8
tests/cloud_playbooks/roles/packet-ci/defaults/main.yml
@@ -4,7 +4,7 @@
4
vm_cpu_cores: 2
5
vm_cpu_sockets: 1
6
vm_cpu_threads: 2
7
-vm_memory: 2048
+vm_memory: 4096
8
releases_disk_size: 2Gi
9
10
# Request/Limit allocation settings
tests/common_vars.yml
@@ -42,5 +42,5 @@ local_release_dir: "{{ '/tmp/releases' if inventory_hostname != 'localhost' else
42
hydrophone_version: "0.7.0"
43
hydrophone_arch: "x86_64"
44
hydrophone_checksum: "sha256:15a6c09962f9bd4a1587af068b5edef1072327a77012d8fbb84992c7c87c0475"
45
-hydrophone_parallel: 10
+hydrophone_parallel: 1
46
hydrophone_path: /usr/local/bin/hydrophone
0 commit comments