Skip to content

Commit 12808e3

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

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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: 2 additions & 2 deletions
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
46-
hydrophone_path: /usr/local/bin/hydrophone
45+
hydrophone_parallel: 1
46+
hydrophone_path: "{{ bin_dir }}/hydrophone"

tests/testcases/000_install-hydrophone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
- name: Extract hydrophone
1010
unarchive:
1111
src: /tmp/hydrophone.tar.gz
12-
dest: /usr/local/bin/
12+
dest: "{{ bin_dir }}"
1313
copy: false

0 commit comments

Comments
 (0)