Skip to content
12 changes: 6 additions & 6 deletions molecule/agent-smoke-kmodule/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lint: |
yamllint tasks/agent
platforms:
- name: alma-8-x86_64
image: ami-0f384fefb431fbea2
image: ami-0825c833650fed842
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down Expand Up @@ -45,11 +45,11 @@ platforms:
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
# - name: ubuntu-1804-x86_64
# image: ami-055744c75048d8296
# instance_type: ${INSTANCE_TYPE_X86}
# region: ${REGION}
# vpc_subnet_id: ${VPC_SUBNET_ID}
# - name: ubuntu-1804-x86_64
# image: ami-055744c75048d8296
# instance_type: ${INSTANCE_TYPE_X86}
# region: ${REGION}
# vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2004-x86_64
image: ami-06f8dce63a6b60467
instance_type: ${INSTANCE_TYPE_X86}
Expand Down
12 changes: 6 additions & 6 deletions molecule/agent-smoke-legacy-ebpf/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lint: |
yamllint tasks/agent
platforms:
- name: alma-8-x86_64
image: ami-0f384fefb431fbea2
image: ami-0825c833650fed842
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down Expand Up @@ -45,11 +45,11 @@ platforms:
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
# - name: ubuntu-1804-x86_64
# image: ami-055744c75048d8296
# instance_type: ${INSTANCE_TYPE_X86}
# region: ${REGION}
# vpc_subnet_id: ${VPC_SUBNET_ID}
# - name: ubuntu-1804-x86_64
# image: ami-055744c75048d8296
# instance_type: ${INSTANCE_TYPE_X86}
# region: ${REGION}
# vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2004-x86_64
image: ami-06f8dce63a6b60467
instance_type: ${INSTANCE_TYPE_X86}
Expand Down
2 changes: 1 addition & 1 deletion molecule/agent-smoke-universal-ebpf/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lint: |
yamllint tasks/agent
platforms:
- name: alma-8-x86_64
image: ami-0f384fefb431fbea2
image: ami-0825c833650fed842
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
12 changes: 6 additions & 6 deletions molecule/agent-uninstall-clean-all/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lint: |
yamllint tasks/agent
platforms:
- name: alma-8-x86_64
image: ami-0f384fefb431fbea2
image: ami-0825c833650fed842
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down Expand Up @@ -45,11 +45,11 @@ platforms:
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
# - name: ubuntu-1804-x86_64
# image: ami-055744c75048d8296
# instance_type: ${INSTANCE_TYPE_X86}
# region: ${REGION}
# vpc_subnet_id: ${VPC_SUBNET_ID}
# - name: ubuntu-1804-x86_64
# image: ami-055744c75048d8296
# instance_type: ${INSTANCE_TYPE_X86}
# region: ${REGION}
# vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2004-x86_64
image: ami-06f8dce63a6b60467
instance_type: ${INSTANCE_TYPE_X86}
Expand Down
Loading