Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion scripts/aws/manage_aws_stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ get_amis() {
local -r region="${3}"
local ami_table
ami_table=$(aws ec2 describe-images --region "${region}" \
--filters "Name=name,Values=$(tr '[:lower:]' '[:upper:]' <<< "${os}")*HVM-*Hourly2-GP3" "Name=architecture,Values=${arch}*" \
--filters "Name=name,Values=$(tr '[:lower:]' '[:upper:]' <<< "${os}")*HVM*Hourly2-GP3" "Name=architecture,Values=${arch}*" \
--query 'Images[*].[Name,ImageId,Architecture]' --output text)

echo "${ami_table}" | sort -t'-' -k3,3r
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# Note:
# This is a workaround for the problem described in https://issues.redhat.com/browse/USHIFT-5584.
# Revert to the rhel-9.6 base image when it is in GA.
#
# FROM registry.stage.redhat.io/rhel9-eus/rhel-9.6-bootc:9.6
FROM quay.io/centos-bootc/centos-bootc:stream9
FROM registry.redhat.io/rhel9-eus/rhel-9.6-bootc:9.6

# Build arguments
ARG USHIFT_RPM_REPO_NAME=microshift-local
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
# Note:
# This is a workaround for the problem described in https://issues.redhat.com/browse/USHIFT-5584.
# Revert to the rhel-9.6 base image when it is in GA.
#
# registry.stage.redhat.io/rhel9-eus/rhel-9.6-bootc:9.6
quay.io/centos-bootc/centos-bootc:stream9
registry.redhat.io/rhel9-eus/rhel-9.6-bootc:9.6
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ scenario_remove_vms() {
remove_vm host1
}

# Note:
# This is a workaround for the problem described in https://issues.redhat.com/browse/USHIFT-5584.
# Revert to the rhel-9.6 base image when it is in GA.
#
# --variable "EXPECTED_OS_VERSION:9.6" \
scenario_run_tests() {
run_tests host1 \
--variable "EXPECTED_OS_VERSION:9" \
--variable "EXPECTED_OS_VERSION:9.6" \
suites/standard1/ suites/selinux/validate-selinux-policy.robot
}
7 changes: 1 addition & 6 deletions test/scenarios-bootc/presubmits/el96-src@standard-suite1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ scenario_remove_vms() {
remove_vm host1
}

# Note:
# This is a workaround for the problem described in https://issues.redhat.com/browse/USHIFT-5584.
# Revert to the rhel-9.6 base image when it is in GA.
#
# --variable "EXPECTED_OS_VERSION:9.6" \
scenario_run_tests() {
run_tests host1 \
--variable "EXPECTED_OS_VERSION:9" \
--variable "EXPECTED_OS_VERSION:9.6" \
suites/standard1/ suites/selinux/validate-selinux-policy.robot
}