mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
openscanhub: update to ami-09b22dfe6916e9ee0 in AWS
Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
@@ -11,10 +11,10 @@ declare -A \
|
||||
# TODO: We should build a custom image from it by running `osh-worker-role`.
|
||||
# That would reduce the time to spin up new workers.
|
||||
if [[ "$env" == "staging" ]]; then
|
||||
aws_image[x86_64]=ami-09cb5e508831f32a9
|
||||
aws_image[x86_64]=ami-09b22dfe6916e9ee0
|
||||
else
|
||||
# Only tested images should be promoted to production.
|
||||
aws_image[x86_64]=ami-09cb5e508831f32a9
|
||||
aws_image[x86_64]=ami-09b22dfe6916e9ee0
|
||||
fi
|
||||
|
||||
# We only support `x86_64` arch for OpenScanHub.
|
||||
|
||||
Reference in New Issue
Block a user