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

test: update ami image id #385

Merged
merged 1 commit into from
Mar 12, 2024
Merged
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
8 changes: 4 additions & 4 deletions tests/integration/playbooks/deploy-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
ami_id: ""
ami:
x86_64:
rhel-9-4: ami-047cbb4b91f923934
centos-stream-9: ami-087dde0e824141404
rhel-9-4: ami-044442bf4326c9933
centos-stream-9: ami-08f2fe20b72b2ffa7
aarch64:
rhel-9-4: ami-0bf2a1a5d9ee15e42
centos-stream-9: ami-025af1eccc54ec6e6
rhel-9-4: ami-0eb96688e8d46c2af
centos-stream-9: ami-09866c25c2d97b6cc
instance_type:
x86_64:
"0": t2.medium
Expand Down
Loading