Skip to content

Commit 0894feb

Browse files
committed
chore: revert changes on volume for Amazon distros
1 parent 705e7f9 commit 0894feb

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

molecule/agent-smoke-kmodule/molecule.yml.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ platforms:
5858
instance_type: ${INSTANCE_TYPE_X86}
5959
region: ${REGION}
6060
vpc_subnet_id: ${VPC_SUBNET_ID}
61+
volumes:
62+
- device_name: /dev/xvda
63+
ebs:
64+
volume_size: 5
65+
delete_on_termination: true
66+
volume_type: gp3
6167
- name: amazon-2023-x86_64
6268
image: ami-0d4d826d70d17642f
6369
instance_type: ${INSTANCE_TYPE_X86}

molecule/agent-smoke-legacy-ebpf/molecule.yml.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ platforms:
5858
instance_type: ${INSTANCE_TYPE_X86}
5959
region: ${REGION}
6060
vpc_subnet_id: ${VPC_SUBNET_ID}
61+
volumes:
62+
- device_name: /dev/xvda
63+
ebs:
64+
volume_size: 5
65+
delete_on_termination: true
66+
volume_type: gp3
6167
- name: amazon-2023-x86_64
6268
image: ami-0d4d826d70d17642f
6369
instance_type: ${INSTANCE_TYPE_X86}

molecule/agent-uninstall-clean-all/molecule.yml.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ platforms:
5858
instance_type: ${INSTANCE_TYPE_X86}
5959
region: ${REGION}
6060
vpc_subnet_id: ${VPC_SUBNET_ID}
61+
volumes:
62+
- device_name: /dev/xvda
63+
ebs:
64+
volume_size: 5
65+
delete_on_termination: true
66+
volume_type: gp3
6167
- name: amazon-2023-x86_64
6268
image: ami-0d4d826d70d17642f
6369
instance_type: ${INSTANCE_TYPE_X86}

0 commit comments

Comments
 (0)