Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into gerlando-agent-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iurly committed Apr 16, 2024
2 parents fc926b1 + c26c89c commit 0bbb47e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions molecule/agent-smoke-kmodule/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ platforms:
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-x86_64
image: ami-053053586808c3e70
image: ami-0e001c9271cf7f3b9
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-arm64
image: ami-0ed19957e49be45d2
image: ami-058b428b3b45defec
instance_type: ${INSTANCE_TYPE_AARCH}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
2 changes: 1 addition & 1 deletion molecule/agent-smoke-legacy-ebpf/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ platforms:
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-x86_64
image: ami-053053586808c3e70
image: ami-0e001c9271cf7f3b9
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
4 changes: 2 additions & 2 deletions molecule/agent-smoke-universal-ebpf/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ platforms:
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-x86_64
image: ami-053053586808c3e70
image: ami-0e001c9271cf7f3b9
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-arm64
image: ami-0ed19957e49be45d2
image: ami-058b428b3b45defec
instance_type: ${INSTANCE_TYPE_AARCH}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
4 changes: 2 additions & 2 deletions molecule/agent-uninstall-clean-all/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ platforms:
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-x86_64
image: ami-053053586808c3e70
image: ami-0e001c9271cf7f3b9
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-arm64
image: ami-0ed19957e49be45d2
image: ami-058b428b3b45defec
instance_type: ${INSTANCE_TYPE_AARCH}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
4 changes: 2 additions & 2 deletions molecule/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansible-core==2.16.5
ansible-lint==24.2.2
boto3==1.34.79
botocore==1.34.79
boto3==1.34.82
botocore==1.34.82
envsubst==0.1.5
molecule==24.2.1
molecule-plugins[ec2,docker]==23.5.3
Expand Down

0 comments on commit 0bbb47e

Please sign in to comment.