Skip to content

Commit

Permalink
chore: revert changes on volume for Amazon distros
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Feb 28, 2024
1 parent 705e7f9 commit 0894feb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions molecule/agent-smoke-kmodule/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ platforms:
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
volumes:
- device_name: /dev/xvda
ebs:
volume_size: 5
delete_on_termination: true
volume_type: gp3
- name: amazon-2023-x86_64
image: ami-0d4d826d70d17642f
instance_type: ${INSTANCE_TYPE_X86}
Expand Down
6 changes: 6 additions & 0 deletions molecule/agent-smoke-legacy-ebpf/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ platforms:
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
volumes:
- device_name: /dev/xvda
ebs:
volume_size: 5
delete_on_termination: true
volume_type: gp3
- name: amazon-2023-x86_64
image: ami-0d4d826d70d17642f
instance_type: ${INSTANCE_TYPE_X86}
Expand Down
6 changes: 6 additions & 0 deletions molecule/agent-uninstall-clean-all/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ platforms:
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
volumes:
- device_name: /dev/xvda
ebs:
volume_size: 5
delete_on_termination: true
volume_type: gp3
- name: amazon-2023-x86_64
image: ami-0d4d826d70d17642f
instance_type: ${INSTANCE_TYPE_X86}
Expand Down

0 comments on commit 0894feb

Please # to comment.