Skip to content

Commit

Permalink
update disk sizes in tests (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai authored Oct 29, 2024
1 parent c670322 commit 9aae586
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
disks:
- label: test-disk
filesystem: ext4
size: 10
size: 20
configs:
- label: cool-config
devices:
Expand Down Expand Up @@ -43,7 +43,7 @@
disks:
- label: test-disk
filesystem: ext4
size: 10
size: 20
configs:
- label: cool-config
devices:
Expand Down Expand Up @@ -76,7 +76,7 @@
disks:
- label: test-disk
filesystem: ext4
size: 10
size: 20
configs:
- label: cool-config
devices:
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/instance_config_vpc/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
disks:
- label: test-disk
filesystem: ext4
size: 10
size: 20
configs:
- label: cool-config
devices:
Expand Down Expand Up @@ -84,7 +84,7 @@
disks:
- label: test-disk
filesystem: ext4
size: 10
size: 30
configs:
- label: cool-config
devices:
Expand Down Expand Up @@ -126,7 +126,7 @@
disks:
- label: test-disk
filesystem: ext4
size: 10
size: 30
configs:
- label: cool-config
devices:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/vpc_ip_list/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
disks:
- label: test-disk
filesystem: ext4
size: 10
size: 25
configs:
- label: cool-config
devices:
Expand Down

0 comments on commit 9aae586

Please sign in to comment.