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 12, 2024
1 parent 16f1a3c commit 9a22e86
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-02ff8b1bce28323a8
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-02ff8b1bce28323a8
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-02ff8b1bce28323a8
instance_type: ${INSTANCE_TYPE_X86}
Expand Down

0 comments on commit 9a22e86

Please sign in to comment.