openscanhub: update to ami-09cb5e508831f32a9 in AWS

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-09-02 10:13:12 +02:00
parent c6ad51abc0
commit fff0f4f70d

View file

@ -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-0322b3bb1843afd17
aws_image[x86_64]=ami-09cb5e508831f32a9
else
# Only tested images should be promoted to production.
aws_image[x86_64]=ami-0322b3bb1843afd17
aws_image[x86_64]=ami-09cb5e508831f32a9
fi
# We only support `x86_64` arch for OpenScanHub.