Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update rocky 9 (x86_64) image for agent-smoke-universal-ebpf scenario #506

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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 Expand Up @@ -105,7 +105,7 @@ platforms:
delete_on_termination: true
volume_type: gp3
- name: rocky-9-x86_64
image: ami-021a1f96fec61f4e9
image: ami-04c56dce2c963b327
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
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 @@ -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 Expand Up @@ -105,7 +105,7 @@ platforms:
delete_on_termination: true
volume_type: gp3
- name: rocky-9-x86_64
image: ami-021a1f96fec61f4e9
image: ami-04c56dce2c963b327
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
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 @@ -61,7 +61,7 @@ platforms:
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: rocky-9-x86_64
image: ami-021a1f96fec61f4e9
image: ami-04c56dce2c963b327
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 @@ -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 Expand Up @@ -105,7 +105,7 @@ platforms:
delete_on_termination: true
volume_type: gp3
- name: rocky-9-x86_64
image: ami-021a1f96fec61f4e9
image: ami-04c56dce2c963b327
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
Loading