From 5b2790be31b644625620ae608714768ee893cc14 Mon Sep 17 00:00:00 2001 From: vanhalenar Date: Wed, 18 Feb 2026 11:22:39 +0000 Subject: [PATCH 1/4] Bump 10.0 bootc scenarios to 10.2 --- .../{el100-src@optional.sh => el102-src@optional.sh} | 4 ++-- ...-src@standard-suite1.sh => el102-src@standard-suite1.sh} | 4 ++-- ...-src@standard-suite2.sh => el102-src@standard-suite2.sh} | 4 ++-- ...sh => el96-yminus2@el102-src@upgrade-ostree2bootc-ok.sh} | 2 +- ...-src@upgrade-ok.sh => el96-prel@el102-src@upgrade-ok.sh} | 2 +- ...0-src@upgrade-ok.sh => el96-src@el102-src@upgrade-ok.sh} | 2 +- ...c@upgrade-ok.sh => el96-yminus2@el102-src@upgrade-ok.sh} | 2 +- ...l100-lrel@ginkgo-tests.sh => el102-lrel@ginkgo-tests.sh} | 4 ++-- .../{el100-lrel@optional.sh => el102-lrel@optional.sh} | 4 ++-- .../{el100-lrel@standard1.sh => el102-lrel@standard1.sh} | 6 +++--- .../{el100-lrel@standard2.sh => el102-lrel@standard2.sh} | 4 ++-- 11 files changed, 19 insertions(+), 19 deletions(-) rename test/scenarios-bootc/periodics/{el100-src@optional.sh => el102-src@optional.sh} (92%) rename test/scenarios-bootc/periodics/{el100-src@standard-suite1.sh => el102-src@standard-suite1.sh} (72%) rename test/scenarios-bootc/periodics/{el100-src@standard-suite2.sh => el102-src@standard-suite2.sh} (67%) rename test/scenarios-bootc/periodics/{el96-yminus2@el100-src@upgrade-ostree2bootc-ok.sh => el96-yminus2@el102-src@upgrade-ostree2bootc-ok.sh} (90%) rename test/scenarios-bootc/presubmits/{el96-prel@el100-src@upgrade-ok.sh => el96-prel@el102-src@upgrade-ok.sh} (91%) rename test/scenarios-bootc/presubmits/{el96-src@el100-src@upgrade-ok.sh => el96-src@el102-src@upgrade-ok.sh} (88%) rename test/scenarios-bootc/presubmits/{el96-yminus2@el100-src@upgrade-ok.sh => el96-yminus2@el102-src@upgrade-ok.sh} (88%) rename test/scenarios-bootc/releases/{el100-lrel@ginkgo-tests.sh => el102-lrel@ginkgo-tests.sh} (87%) rename test/scenarios-bootc/releases/{el100-lrel@optional.sh => el102-lrel@optional.sh} (93%) rename test/scenarios-bootc/releases/{el100-lrel@standard1.sh => el102-lrel@standard1.sh} (82%) rename test/scenarios-bootc/releases/{el100-lrel@standard2.sh => el102-lrel@standard2.sh} (86%) diff --git a/test/scenarios-bootc/periodics/el100-src@optional.sh b/test/scenarios-bootc/periodics/el102-src@optional.sh similarity index 92% rename from test/scenarios-bootc/periodics/el100-src@optional.sh rename to test/scenarios-bootc/periodics/el102-src@optional.sh index 2fd29a0800..318b778e5e 100644 --- a/test/scenarios-bootc/periodics/el100-src@optional.sh +++ b/test/scenarios-bootc/periodics/el102-src@optional.sh @@ -14,9 +14,9 @@ scenario_create_vms() { if [[ "${UNAME_M}" =~ aarch64 ]]; then networks="${VM_MULTUS_NETWORK},${VM_MULTUS_NETWORK}" fi - LVM_SYSROOT_SIZE=20480 prepare_kickstart host1 kickstart-bootc.ks.template rhel100-bootc-source-optionals + LVM_SYSROOT_SIZE=20480 prepare_kickstart host1 kickstart-bootc.ks.template rhel102-bootc-source-optionals # Three nics - one for sriov, one for macvlan, another for ipvlan (they cannot enslave the same interface) - launch_vm --boot_blueprint rhel100-bootc --network "${networks}" --vm_disksize 25 + launch_vm --boot_blueprint rhel102-bootc --network "${networks}" --vm_disksize 25 } scenario_remove_vms() { diff --git a/test/scenarios-bootc/periodics/el100-src@standard-suite1.sh b/test/scenarios-bootc/periodics/el102-src@standard-suite1.sh similarity index 72% rename from test/scenarios-bootc/periodics/el100-src@standard-suite1.sh rename to test/scenarios-bootc/periodics/el102-src@standard-suite1.sh index c44327f811..21f24f5664 100644 --- a/test/scenarios-bootc/periodics/el100-src@standard-suite1.sh +++ b/test/scenarios-bootc/periodics/el102-src@standard-suite1.sh @@ -3,8 +3,8 @@ # Sourced from scenario.sh and uses functions defined there. scenario_create_vms() { - prepare_kickstart host1 kickstart-bootc.ks.template rhel100-bootc-source - launch_vm --boot_blueprint rhel100-bootc + prepare_kickstart host1 kickstart-bootc.ks.template rhel102-bootc-source + launch_vm --boot_blueprint rhel102-bootc } scenario_remove_vms() { diff --git a/test/scenarios-bootc/periodics/el100-src@standard-suite2.sh b/test/scenarios-bootc/periodics/el102-src@standard-suite2.sh similarity index 67% rename from test/scenarios-bootc/periodics/el100-src@standard-suite2.sh rename to test/scenarios-bootc/periodics/el102-src@standard-suite2.sh index f484aaafd2..5a26f2207c 100644 --- a/test/scenarios-bootc/periodics/el100-src@standard-suite2.sh +++ b/test/scenarios-bootc/periodics/el102-src@standard-suite2.sh @@ -3,8 +3,8 @@ # Sourced from scenario.sh and uses functions defined there. scenario_create_vms() { - prepare_kickstart host1 kickstart-bootc.ks.template rhel100-bootc-source - launch_vm --boot_blueprint rhel100-bootc + prepare_kickstart host1 kickstart-bootc.ks.template rhel102-bootc-source + launch_vm --boot_blueprint rhel102-bootc } scenario_remove_vms() { diff --git a/test/scenarios-bootc/periodics/el96-yminus2@el100-src@upgrade-ostree2bootc-ok.sh b/test/scenarios-bootc/periodics/el96-yminus2@el102-src@upgrade-ostree2bootc-ok.sh similarity index 90% rename from test/scenarios-bootc/periodics/el96-yminus2@el100-src@upgrade-ostree2bootc-ok.sh rename to test/scenarios-bootc/periodics/el96-yminus2@el102-src@upgrade-ostree2bootc-ok.sh index 6bbb62ae18..5868baf4b7 100644 --- a/test/scenarios-bootc/periodics/el96-yminus2@el100-src@upgrade-ostree2bootc-ok.sh +++ b/test/scenarios-bootc/periodics/el96-yminus2@el102-src@upgrade-ostree2bootc-ok.sh @@ -15,7 +15,7 @@ scenario_remove_vms() { scenario_run_tests() { run_tests host1 \ - --variable "TARGET_REF:rhel100-bootc-source" \ + --variable "TARGET_REF:rhel102-bootc-source" \ --variable "BOOTC_REGISTRY:${MIRROR_REGISTRY_URL}" \ suites/upgrade/upgrade-successful.robot } diff --git a/test/scenarios-bootc/presubmits/el96-prel@el100-src@upgrade-ok.sh b/test/scenarios-bootc/presubmits/el96-prel@el102-src@upgrade-ok.sh similarity index 91% rename from test/scenarios-bootc/presubmits/el96-prel@el100-src@upgrade-ok.sh rename to test/scenarios-bootc/presubmits/el96-prel@el102-src@upgrade-ok.sh index 152f589b27..0a62c8afd6 100644 --- a/test/scenarios-bootc/presubmits/el96-prel@el100-src@upgrade-ok.sh +++ b/test/scenarios-bootc/presubmits/el96-prel@el102-src@upgrade-ok.sh @@ -21,7 +21,7 @@ scenario_run_tests() { exit_if_image_not_found "${start_image}" run_tests host1 \ - --variable "TARGET_REF:rhel100-bootc-source" \ + --variable "TARGET_REF:rhel102-bootc-source" \ --variable "BOOTC_REGISTRY:${MIRROR_REGISTRY_URL}" \ suites/upgrade/upgrade-successful.robot } diff --git a/test/scenarios-bootc/presubmits/el96-src@el100-src@upgrade-ok.sh b/test/scenarios-bootc/presubmits/el96-src@el102-src@upgrade-ok.sh similarity index 88% rename from test/scenarios-bootc/presubmits/el96-src@el100-src@upgrade-ok.sh rename to test/scenarios-bootc/presubmits/el96-src@el102-src@upgrade-ok.sh index 4c5a9f5d8f..51ead612d0 100644 --- a/test/scenarios-bootc/presubmits/el96-src@el100-src@upgrade-ok.sh +++ b/test/scenarios-bootc/presubmits/el96-src@el102-src@upgrade-ok.sh @@ -13,7 +13,7 @@ scenario_remove_vms() { scenario_run_tests() { run_tests host1 \ - --variable "TARGET_REF:rhel100-bootc-source" \ + --variable "TARGET_REF:rhel102-bootc-source" \ --variable "BOOTC_REGISTRY:${MIRROR_REGISTRY_URL}" \ suites/upgrade/upgrade-successful.robot } diff --git a/test/scenarios-bootc/presubmits/el96-yminus2@el100-src@upgrade-ok.sh b/test/scenarios-bootc/presubmits/el96-yminus2@el102-src@upgrade-ok.sh similarity index 88% rename from test/scenarios-bootc/presubmits/el96-yminus2@el100-src@upgrade-ok.sh rename to test/scenarios-bootc/presubmits/el96-yminus2@el102-src@upgrade-ok.sh index 922b10ccb2..4c5f3a3c06 100644 --- a/test/scenarios-bootc/presubmits/el96-yminus2@el100-src@upgrade-ok.sh +++ b/test/scenarios-bootc/presubmits/el96-yminus2@el102-src@upgrade-ok.sh @@ -13,7 +13,7 @@ scenario_remove_vms() { scenario_run_tests() { run_tests host1 \ - --variable "TARGET_REF:rhel100-bootc-source" \ + --variable "TARGET_REF:rhel102-bootc-source" \ --variable "BOOTC_REGISTRY:${MIRROR_REGISTRY_URL}" \ suites/upgrade/upgrade-successful.robot } diff --git a/test/scenarios-bootc/releases/el100-lrel@ginkgo-tests.sh b/test/scenarios-bootc/releases/el102-lrel@ginkgo-tests.sh similarity index 87% rename from test/scenarios-bootc/releases/el100-lrel@ginkgo-tests.sh rename to test/scenarios-bootc/releases/el102-lrel@ginkgo-tests.sh index 24f0c33b8f..26dca5ee88 100644 --- a/test/scenarios-bootc/releases/el100-lrel@ginkgo-tests.sh +++ b/test/scenarios-bootc/releases/el102-lrel@ginkgo-tests.sh @@ -2,7 +2,7 @@ # Sourced from scenario.sh and uses functions defined there. -start_image="rhel100-bootc-brew-lrel-optional" +start_image="rhel102-bootc-brew-lrel-optional" scenario_create_vms() { if ! does_image_exist "${start_image}"; then @@ -11,7 +11,7 @@ scenario_create_vms() { fi prepare_kickstart host1 kickstart-bootc.ks.template "${start_image}" - launch_vm --boot_blueprint rhel100-bootc --vm_disksize 30 --vm_vcpus 4 + launch_vm --boot_blueprint rhel102-bootc --vm_disksize 30 --vm_vcpus 4 } scenario_remove_vms() { diff --git a/test/scenarios-bootc/releases/el100-lrel@optional.sh b/test/scenarios-bootc/releases/el102-lrel@optional.sh similarity index 93% rename from test/scenarios-bootc/releases/el100-lrel@optional.sh rename to test/scenarios-bootc/releases/el102-lrel@optional.sh index 09c344ba60..27c326196f 100644 --- a/test/scenarios-bootc/releases/el100-lrel@optional.sh +++ b/test/scenarios-bootc/releases/el102-lrel@optional.sh @@ -7,7 +7,7 @@ VM_BRIDGE_IP="$(get_vm_bridge_ip "${VM_MULTUS_NETWORK}")" # shellcheck disable=SC2034 # used elsewhere WEB_SERVER_URL="http://${VM_BRIDGE_IP}:${WEB_SERVER_PORT}" -start_image="rhel100-bootc-brew-lrel-optional" +start_image="rhel102-bootc-brew-lrel-optional" scenario_create_vms() { exit_if_image_not_found "${start_image}" @@ -21,7 +21,7 @@ scenario_create_vms() { LVM_SYSROOT_SIZE=20480 prepare_kickstart host1 kickstart-bootc.ks.template "${start_image}" # Three nics - one for sriov, one for macvlan, another for ipvlan (they cannot enslave the same interface) - launch_vm --boot_blueprint rhel100-bootc --network "${networks}" --vm_disksize 25 --vm_vcpus 4 + launch_vm --boot_blueprint rhel102-bootc --network "${networks}" --vm_disksize 25 --vm_vcpus 4 } scenario_remove_vms() { diff --git a/test/scenarios-bootc/releases/el100-lrel@standard1.sh b/test/scenarios-bootc/releases/el102-lrel@standard1.sh similarity index 82% rename from test/scenarios-bootc/releases/el100-lrel@standard1.sh rename to test/scenarios-bootc/releases/el102-lrel@standard1.sh index a113615d04..2003937597 100644 --- a/test/scenarios-bootc/releases/el100-lrel@standard1.sh +++ b/test/scenarios-bootc/releases/el102-lrel@standard1.sh @@ -2,7 +2,7 @@ # Sourced from scenario.sh and uses functions defined there. -start_image="rhel100-bootc-brew-lrel-optional" +start_image="rhel102-bootc-brew-lrel-optional" scenario_create_vms() { if ! does_image_exist "${start_image}"; then @@ -11,7 +11,7 @@ scenario_create_vms() { fi prepare_kickstart host1 kickstart-bootc.ks.template "${start_image}" - launch_vm --boot_blueprint rhel100-bootc --vm_vcpus 4 + launch_vm --boot_blueprint rhel102-bootc --vm_vcpus 4 } scenario_remove_vms() { @@ -30,6 +30,6 @@ scenario_run_tests() { fi run_tests host1 \ - --variable "EXPECTED_OS_VERSION:10.0" \ + --variable "EXPECTED_OS_VERSION:10.2" \ suites/standard1/ } diff --git a/test/scenarios-bootc/releases/el100-lrel@standard2.sh b/test/scenarios-bootc/releases/el102-lrel@standard2.sh similarity index 86% rename from test/scenarios-bootc/releases/el100-lrel@standard2.sh rename to test/scenarios-bootc/releases/el102-lrel@standard2.sh index 7c797f8f42..9186ffbea7 100644 --- a/test/scenarios-bootc/releases/el100-lrel@standard2.sh +++ b/test/scenarios-bootc/releases/el102-lrel@standard2.sh @@ -2,7 +2,7 @@ # Sourced from scenario.sh and uses functions defined there. -start_image="rhel100-bootc-brew-lrel-optional" +start_image="rhel102-bootc-brew-lrel-optional" scenario_create_vms() { if ! does_image_exist "${start_image}"; then @@ -11,7 +11,7 @@ scenario_create_vms() { fi prepare_kickstart host1 kickstart-bootc.ks.template "${start_image}" - launch_vm --boot_blueprint rhel100-bootc --vm_vcpus 4 + launch_vm --boot_blueprint rhel102-bootc --vm_vcpus 4 } scenario_remove_vms() { From 62cad9a8ab3bdfd0cede2d17927b2d0ecc0507ea Mon Sep 17 00:00:00 2001 From: vanhalenar Date: Wed, 18 Feb 2026 11:37:50 +0000 Subject: [PATCH 2/4] Bump 10.0 bootc blueprints to 10.2 --- .../group1/rhel100-test-agent.containerfile | 22 ------------------- .../group2/rhel100-bootc.image-bootc | 1 - ...rhel102-bootc-crel-isolated.containerfile} | 2 +- ...hel102-bootc-crel-optionals.containerfile} | 2 +- ...rfile => rhel102-bootc-crel.containerfile} | 2 +- ...ile => rhel102-bootc-source.containerfile} | 2 +- ...l102-bootc-source-optionals.containerfile} | 2 +- ...02-bootc-brew-lrel-optional.containerfile} | 2 +- ...rfile => rhel102-bootc-brew.containerfile} | 2 +- 9 files changed, 7 insertions(+), 30 deletions(-) delete mode 100644 test/image-blueprints-bootc/layer1-base/group1/rhel100-test-agent.containerfile delete mode 100644 test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc.image-bootc rename test/image-blueprints-bootc/layer1-base/group2/{rhel100-bootc-crel-isolated.containerfile => rhel102-bootc-crel-isolated.containerfile} (98%) rename test/image-blueprints-bootc/layer1-base/group2/{rhel100-bootc-crel-optionals.containerfile => rhel102-bootc-crel-optionals.containerfile} (97%) rename test/image-blueprints-bootc/layer1-base/group2/{rhel100-bootc-crel.containerfile => rhel102-bootc-crel.containerfile} (97%) rename test/image-blueprints-bootc/layer2-presubmit/group1/{rhel100-bootc-source.containerfile => rhel102-bootc-source.containerfile} (98%) rename test/image-blueprints-bootc/layer2-presubmit/group2/{rhel100-bootc-source-optionals.containerfile => rhel102-bootc-source-optionals.containerfile} (96%) rename test/image-blueprints-bootc/layer4-release/group1/{rhel100-bootc-brew-lrel-optional.containerfile => rhel102-bootc-brew-lrel-optional.containerfile} (98%) rename test/image-blueprints-bootc/layer4-release/group1/{rhel100-bootc-brew.containerfile => rhel102-bootc-brew.containerfile} (97%) diff --git a/test/image-blueprints-bootc/layer1-base/group1/rhel100-test-agent.containerfile b/test/image-blueprints-bootc/layer1-base/group1/rhel100-test-agent.containerfile deleted file mode 100644 index 975ffe0c58..0000000000 --- a/test/image-blueprints-bootc/layer1-base/group1/rhel100-test-agent.containerfile +++ /dev/null @@ -1,22 +0,0 @@ -FROM registry.redhat.io/rhel10/rhel-bootc:10.0 - -# Build arguments -ARG USHIFT_RPM_REPO_NAME=microshift-local -ARG USHIFT_RPM_REPO_PATH=/tmp/$USHIFT_RPM_REPO_NAME - -# Configure the RPM repositories (without EUS enabled) -COPY --chmod=755 ./bootc-images/rpm-repo-config.sh /tmp/rpm-repo-config.sh -RUN /tmp/rpm-repo-config.sh && rm -f /tmp/rpm-repo-config.sh - -# Copy the MicroShift repository contents -COPY ./rpm-repos/$USHIFT_RPM_REPO_NAME $USHIFT_RPM_REPO_PATH - -# Copy repository configuration -COPY ./bootc-images/$USHIFT_RPM_REPO_NAME.repo /etc/yum.repos.d/ - -# Install the test agent and cleanup -RUN dnf install -y microshift-test-agent && \ - systemctl enable microshift-test-agent && \ - rm -vf /etc/yum.repos.d/microshift-*.repo && \ - rm -rvf $USHIFT_RPM_REPO_PATH && \ - dnf clean all diff --git a/test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc.image-bootc b/test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc.image-bootc deleted file mode 100644 index 942d2ffdc5..0000000000 --- a/test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc.image-bootc +++ /dev/null @@ -1 +0,0 @@ -registry.redhat.io/rhel10/rhel-bootc:10.0 \ No newline at end of file diff --git a/test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc-crel-isolated.containerfile b/test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc-crel-isolated.containerfile similarity index 98% rename from test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc-crel-isolated.containerfile rename to test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc-crel-isolated.containerfile index 52d7011c25..b11531e7ef 100644 --- a/test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc-crel-isolated.containerfile +++ b/test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc-crel-isolated.containerfile @@ -1,6 +1,6 @@ # {{- if env.Getenv "CURRENT_RELEASE_VERSION" "" -}} # Note: This comment makes templating add a new line before the code -FROM localhost/rhel100-test-agent:latest +FROM localhost/rhel102-test-agent:latest # Copy repository configuration COPY ./bootc-images/microshift-fast-datapath-rhel9.repo ./bootc-images/microshift-crel.repo ./bootc-images/microshift-rhocp-y.repo \ diff --git a/test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc-crel-optionals.containerfile b/test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc-crel-optionals.containerfile similarity index 97% rename from test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc-crel-optionals.containerfile rename to test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc-crel-optionals.containerfile index 4ec4a560c6..82784af5c1 100644 --- a/test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc-crel-optionals.containerfile +++ b/test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc-crel-optionals.containerfile @@ -1,6 +1,6 @@ # {{- if env.Getenv "CURRENT_RELEASE_VERSION" "" -}} # Note: This comment makes templating add a new line before the code -FROM localhost/rhel100-test-agent:latest +FROM localhost/rhel102-test-agent:latest # Copy repository configuration COPY ./bootc-images/microshift-fast-datapath-rhel9.repo ./bootc-images/microshift-crel.repo ./bootc-images/microshift-rhocp-y.repo \ diff --git a/test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc-crel.containerfile b/test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc-crel.containerfile similarity index 97% rename from test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc-crel.containerfile rename to test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc-crel.containerfile index db6f4f9877..f6296561db 100644 --- a/test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc-crel.containerfile +++ b/test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc-crel.containerfile @@ -1,6 +1,6 @@ # {{- if env.Getenv "CURRENT_RELEASE_VERSION" "" -}} # Note: This comment makes templating add a new line before the code -FROM localhost/rhel100-test-agent:latest +FROM localhost/rhel102-test-agent:latest # Copy repository configuration COPY ./bootc-images/microshift-fast-datapath-rhel9.repo ./bootc-images/microshift-crel.repo ./bootc-images/microshift-rhocp-y.repo \ diff --git a/test/image-blueprints-bootc/layer2-presubmit/group1/rhel100-bootc-source.containerfile b/test/image-blueprints-bootc/layer2-presubmit/group1/rhel102-bootc-source.containerfile similarity index 98% rename from test/image-blueprints-bootc/layer2-presubmit/group1/rhel100-bootc-source.containerfile rename to test/image-blueprints-bootc/layer2-presubmit/group1/rhel102-bootc-source.containerfile index 0d582ee64a..b846b1a971 100644 --- a/test/image-blueprints-bootc/layer2-presubmit/group1/rhel100-bootc-source.containerfile +++ b/test/image-blueprints-bootc/layer2-presubmit/group1/rhel102-bootc-source.containerfile @@ -1,4 +1,4 @@ -FROM localhost/rhel100-test-agent:latest +FROM localhost/rhel102-test-agent:latest # Build arguments ARG USHIFT_RPM_REPO_NAME=microshift-local diff --git a/test/image-blueprints-bootc/layer2-presubmit/group2/rhel100-bootc-source-optionals.containerfile b/test/image-blueprints-bootc/layer2-presubmit/group2/rhel102-bootc-source-optionals.containerfile similarity index 96% rename from test/image-blueprints-bootc/layer2-presubmit/group2/rhel100-bootc-source-optionals.containerfile rename to test/image-blueprints-bootc/layer2-presubmit/group2/rhel102-bootc-source-optionals.containerfile index 289a385bb6..a860dbb214 100644 --- a/test/image-blueprints-bootc/layer2-presubmit/group2/rhel100-bootc-source-optionals.containerfile +++ b/test/image-blueprints-bootc/layer2-presubmit/group2/rhel102-bootc-source-optionals.containerfile @@ -1,4 +1,4 @@ -FROM localhost/rhel100-bootc-source:latest +FROM localhost/rhel102-bootc-source:latest # Build arguments ARG USHIFT_RPM_REPO_NAME=microshift-local diff --git a/test/image-blueprints-bootc/layer4-release/group1/rhel100-bootc-brew-lrel-optional.containerfile b/test/image-blueprints-bootc/layer4-release/group1/rhel102-bootc-brew-lrel-optional.containerfile similarity index 98% rename from test/image-blueprints-bootc/layer4-release/group1/rhel100-bootc-brew-lrel-optional.containerfile rename to test/image-blueprints-bootc/layer4-release/group1/rhel102-bootc-brew-lrel-optional.containerfile index f23a625730..5d6cf5ff5d 100644 --- a/test/image-blueprints-bootc/layer4-release/group1/rhel100-bootc-brew-lrel-optional.containerfile +++ b/test/image-blueprints-bootc/layer4-release/group1/rhel102-bootc-brew-lrel-optional.containerfile @@ -1,6 +1,6 @@ # {{- if env.Getenv "BREW_LREL_RELEASE_VERSION" "" -}} # Note: This comment makes templating add a new line before the code -FROM localhost/rhel100-test-agent:latest +FROM localhost/rhel102-test-agent:latest # Build arguments ARG USHIFT_RPM_REPO_NAME=microshift-brew diff --git a/test/image-blueprints-bootc/layer4-release/group1/rhel100-bootc-brew.containerfile b/test/image-blueprints-bootc/layer4-release/group1/rhel102-bootc-brew.containerfile similarity index 97% rename from test/image-blueprints-bootc/layer4-release/group1/rhel100-bootc-brew.containerfile rename to test/image-blueprints-bootc/layer4-release/group1/rhel102-bootc-brew.containerfile index b4b9a263a1..7de56bd797 100644 --- a/test/image-blueprints-bootc/layer4-release/group1/rhel100-bootc-brew.containerfile +++ b/test/image-blueprints-bootc/layer4-release/group1/rhel102-bootc-brew.containerfile @@ -1,6 +1,6 @@ # {{- if env.Getenv "BREW_VERSION" "" -}} # Note: This comment makes templating add a new line before the code -FROM localhost/rhel100-test-agent:latest +FROM localhost/rhel102-test-agent:latest # Build arguments ARG USHIFT_RPM_REPO_NAME=microshift-brew From fb1eacb68993973fe0b7be88b21ceaa014baa727 Mon Sep 17 00:00:00 2001 From: vanhalenar Date: Fri, 20 Feb 2026 12:52:14 +0000 Subject: [PATCH 3/4] Fix expected os ver --- test/scenarios-bootc/periodics/el102-src@standard-suite1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scenarios-bootc/periodics/el102-src@standard-suite1.sh b/test/scenarios-bootc/periodics/el102-src@standard-suite1.sh index 21f24f5664..1f4231a5f1 100644 --- a/test/scenarios-bootc/periodics/el102-src@standard-suite1.sh +++ b/test/scenarios-bootc/periodics/el102-src@standard-suite1.sh @@ -13,6 +13,6 @@ scenario_remove_vms() { scenario_run_tests() { run_tests host1 \ - --variable "EXPECTED_OS_VERSION:10.0" \ + --variable "EXPECTED_OS_VERSION:10.2" \ suites/standard1/ } From 483f41a17719c6468b94619dba223fd109bcfe73 Mon Sep 17 00:00:00 2001 From: vanhalenar Date: Fri, 20 Feb 2026 12:55:42 +0000 Subject: [PATCH 4/4] Bump missed upgrade test --- ...otc-ok.sh => el96-prel@el102-src@upgrade-ostree2bootc-ok.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/scenarios-bootc/periodics/{el96-prel@el100-src@upgrade-ostree2bootc-ok.sh => el96-prel@el102-src@upgrade-ostree2bootc-ok.sh} (90%) diff --git a/test/scenarios-bootc/periodics/el96-prel@el100-src@upgrade-ostree2bootc-ok.sh b/test/scenarios-bootc/periodics/el96-prel@el102-src@upgrade-ostree2bootc-ok.sh similarity index 90% rename from test/scenarios-bootc/periodics/el96-prel@el100-src@upgrade-ostree2bootc-ok.sh rename to test/scenarios-bootc/periodics/el96-prel@el102-src@upgrade-ostree2bootc-ok.sh index cadbab5a64..4dd9098206 100644 --- a/test/scenarios-bootc/periodics/el96-prel@el100-src@upgrade-ostree2bootc-ok.sh +++ b/test/scenarios-bootc/periodics/el96-prel@el102-src@upgrade-ostree2bootc-ok.sh @@ -15,7 +15,7 @@ scenario_remove_vms() { scenario_run_tests() { run_tests host1 \ - --variable "TARGET_REF:rhel100-bootc-source" \ + --variable "TARGET_REF:rhel102-bootc-source" \ --variable "BOOTC_REGISTRY:${MIRROR_REGISTRY_URL}" \ suites/upgrade/upgrade-successful.robot }