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 ubuntu 2204 (arm64) image for agent-smoke-universal-ebpf scenario #326

Merged
merged 18 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a04c8c8
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-universal-eb...
Jan 11, 2024
665c503
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-kmodule scen...
Jan 11, 2024
59da446
chore: Update AMI for ubuntu 2204 (arm64) in agent-uninstall-clean-al...
Jan 11, 2024
4524916
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-universal-eb...
Jan 19, 2024
b074c7a
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-kmodule scen...
Jan 19, 2024
5c54e52
chore: Update AMI for ubuntu 2204 (arm64) in agent-uninstall-clean-al...
Jan 19, 2024
dc1a183
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-universal-eb...
Jan 20, 2024
b7d088b
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-kmodule scen...
Jan 20, 2024
4766fa0
chore: Update AMI for ubuntu 2204 (arm64) in agent-uninstall-clean-al...
Jan 20, 2024
5c2591d
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-universal-eb...
Jan 25, 2024
7bdbea4
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-kmodule scen...
Jan 25, 2024
1e5baeb
chore: Update AMI for ubuntu 2204 (arm64) in agent-uninstall-clean-al...
Jan 25, 2024
b6fcca2
chore: Update AMI for ubuntu 2204 (arm64) in agent-uninstall-clean-al...
Jan 26, 2024
dfc85ff
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-kmodule scen...
Jan 26, 2024
a53728d
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-universal-eb...
Jan 26, 2024
d16ab80
chore: Update AMI for ubuntu 2204 (arm64) in agent-uninstall-clean-al...
Jan 27, 2024
d8157e0
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-kmodule scen...
Jan 27, 2024
9b7d86b
chore: Update AMI for ubuntu 2204 (arm64) in agent-smoke-universal-eb...
Jan 27, 2024
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
2 changes: 1 addition & 1 deletion molecule/agent-smoke-kmodule/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: ubuntu-2204-arm64
image: ami-01ec7354bd709968b
image: ami-0ccb3496f552e9547
instance_type: ${INSTANCE_TYPE_AARCH}
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 @@ -51,7 +51,7 @@ platforms:
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-arm64
image: ami-0feba2720136a0493
image: ami-0ccb3496f552e9547
instance_type: ${INSTANCE_TYPE_AARCH}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
2 changes: 1 addition & 1 deletion molecule/agent-uninstall-clean-all/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: ubuntu-2204-arm64
image: ami-01ec7354bd709968b
image: ami-0ccb3496f552e9547
instance_type: ${INSTANCE_TYPE_AARCH}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
Loading