Skip to content

Commit

Permalink
test: fix use plan with >=2c for gitlab app (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Feb 26, 2024
1 parent ad5893a commit d3dae8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/integration/targets/cleanup/tasks/cleanup_vpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
loop_control:
label: "{{ item.description }}"
pause: 2
retries: 5
retries: 20
delay: 3
register: result
until: result is not failed
4 changes: 2 additions & 2 deletions tests/integration/targets/instance/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ vultr_instances:
- "{{ vultr_resource_prefix }}_instance_vpc_3"

- label: "{{ vultr_resource_prefix }}_app1"
plan: vc2-1c-1gb
plan_update: vc2-1c-2gb
plan: vc2-4c-8gb
plan_update: vc2-6c-16gb
region: ams
app: GitLab on Ubuntu 22.04 x64
backups: false
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/instance/tasks/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
region: "{{ item.region }}"
state: absent
with_items: "{{ vutr_instance_vpcs }}"
retries: 5
retries: 20
delay: 3
register: result
until: result is not failed

0 comments on commit d3dae8b

Please sign in to comment.