From 93313daf7903730d08a473318c2859f1531bf387 Mon Sep 17 00:00:00 2001 From: vanhalenar Date: Mon, 26 Jan 2026 09:28:15 +0000 Subject: [PATCH 1/2] Bump 10.0->10.2 --- ...agent.containerfile => rhel102-test-agent.containerfile} | 2 +- .../layer1-base/group2/rhel100-bootc.image-bootc | 1 - ...tainerfile => rhel102-bootc-crel-isolated.containerfile} | 2 +- ...ainerfile => rhel102-bootc-crel-optionals.containerfile} | 2 +- ...-crel.containerfile => rhel102-bootc-crel.containerfile} | 2 +- .../layer1-base/group2/rhel102-bootc.image-bootc | 1 + ...rce.containerfile => rhel102-bootc-source.containerfile} | 2 +- ...nerfile => rhel102-bootc-source-optionals.containerfile} | 2 +- ...le => rhel102-bootc-brew-ec-with-optional.containerfile} | 2 +- ...le => rhel102-bootc-brew-rc-with-optional.containerfile} | 2 +- ... rhel102-bootc-brew-zstream-with-optional.containerfile} | 2 +- ...-brew.containerfile => rhel102-bootc-brew.containerfile} | 2 +- .../{el100-src@optional.sh => el102-src@optional.sh} | 4 ++-- ...-src@standard-suite1.sh => el102-src@standard-suite1.sh} | 6 +++--- ...-src@standard-suite2.sh => el102-src@standard-suite2.sh} | 4 ++-- ...ok.sh => el96-prel@el102-src@upgrade-ostree2bootc-ok.sh} | 2 +- ...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 +- 20 files changed, 23 insertions(+), 23 deletions(-) rename test/image-blueprints-bootc/layer1-base/group1/{rhel100-test-agent.containerfile => rhel102-test-agent.containerfile} (93%) 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%) create mode 100644 test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc.image-bootc 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/layer5-release/group1/{rhel100-bootc-brew-ec-with-optional.containerfile => rhel102-bootc-brew-ec-with-optional.containerfile} (98%) rename test/image-blueprints-bootc/layer5-release/group1/{rhel100-bootc-brew-rc-with-optional.containerfile => rhel102-bootc-brew-rc-with-optional.containerfile} (98%) rename test/image-blueprints-bootc/layer5-release/group1/{rhel100-bootc-brew-zstream-with-optional.containerfile => rhel102-bootc-brew-zstream-with-optional.containerfile} (98%) rename test/image-blueprints-bootc/layer5-release/group1/{rhel100-bootc-brew.containerfile => rhel102-bootc-brew.containerfile} (97%) 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} (59%) rename test/scenarios-bootc/periodics/{el100-src@standard-suite2.sh => el102-src@standard-suite2.sh} (67%) rename test/scenarios-bootc/periodics/{el96-prel@el100-src@upgrade-ostree2bootc-ok.sh => el96-prel@el102-src@upgrade-ostree2bootc-ok.sh} (90%) 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%) diff --git a/test/image-blueprints-bootc/layer1-base/group1/rhel100-test-agent.containerfile b/test/image-blueprints-bootc/layer1-base/group1/rhel102-test-agent.containerfile similarity index 93% rename from test/image-blueprints-bootc/layer1-base/group1/rhel100-test-agent.containerfile rename to test/image-blueprints-bootc/layer1-base/group1/rhel102-test-agent.containerfile index 975ffe0c58..6f8b9bb19b 100644 --- a/test/image-blueprints-bootc/layer1-base/group1/rhel100-test-agent.containerfile +++ b/test/image-blueprints-bootc/layer1-base/group1/rhel102-test-agent.containerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/rhel10/rhel-bootc:10.0 +FROM registry.stage.redhat.io/rhel10/rhel-bootc:10.2 # Build arguments ARG USHIFT_RPM_REPO_NAME=microshift-local 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/layer1-base/group2/rhel102-bootc.image-bootc b/test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc.image-bootc new file mode 100644 index 0000000000..b1271528ef --- /dev/null +++ b/test/image-blueprints-bootc/layer1-base/group2/rhel102-bootc.image-bootc @@ -0,0 +1 @@ +registry.stage.redhat.io/rhel10/rhel-bootc:10.2 \ No newline at end of file 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/layer5-release/group1/rhel100-bootc-brew-ec-with-optional.containerfile b/test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew-ec-with-optional.containerfile similarity index 98% rename from test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew-ec-with-optional.containerfile rename to test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew-ec-with-optional.containerfile index c10567336c..ba90c9a115 100644 --- a/test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew-ec-with-optional.containerfile +++ b/test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew-ec-with-optional.containerfile @@ -1,6 +1,6 @@ # {{- if env.Getenv "BREW_EC_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/layer5-release/group1/rhel100-bootc-brew-rc-with-optional.containerfile b/test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew-rc-with-optional.containerfile similarity index 98% rename from test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew-rc-with-optional.containerfile rename to test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew-rc-with-optional.containerfile index cfc505d96c..72c94edc4a 100644 --- a/test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew-rc-with-optional.containerfile +++ b/test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew-rc-with-optional.containerfile @@ -1,6 +1,6 @@ # {{- if env.Getenv "BREW_RC_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/layer5-release/group1/rhel100-bootc-brew-zstream-with-optional.containerfile b/test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew-zstream-with-optional.containerfile similarity index 98% rename from test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew-zstream-with-optional.containerfile rename to test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew-zstream-with-optional.containerfile index b7e2e7ef11..f3eb0a5008 100644 --- a/test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew-zstream-with-optional.containerfile +++ b/test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew-zstream-with-optional.containerfile @@ -1,6 +1,6 @@ # {{- if env.Getenv "BREW_Y0_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/layer5-release/group1/rhel100-bootc-brew.containerfile b/test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew.containerfile similarity index 97% rename from test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew.containerfile rename to test/image-blueprints-bootc/layer5-release/group1/rhel102-bootc-brew.containerfile index b4b9a263a1..7de56bd797 100644 --- a/test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew.containerfile +++ b/test/image-blueprints-bootc/layer5-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 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 59% rename from test/scenarios-bootc/periodics/el100-src@standard-suite1.sh rename to test/scenarios-bootc/periodics/el102-src@standard-suite1.sh index c44327f811..1f4231a5f1 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() { @@ -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/ } 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-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 } 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 } From e233a8b4997a14ec912a70a640fd54a1eeb3a161 Mon Sep 17 00:00:00 2001 From: vanhalenar Date: Mon, 26 Jan 2026 09:33:56 +0000 Subject: [PATCH 2/2] Bump RHEL version in more files --- ...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 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) rename test/scenarios-bootc/releases/{el100-lrel@ginkgo-tests.sh => el102-lrel@ginkgo-tests.sh} (86%) rename test/scenarios-bootc/releases/{el100-lrel@optional.sh => el102-lrel@optional.sh} (92%) rename test/scenarios-bootc/releases/{el100-lrel@standard1.sh => el102-lrel@standard1.sh} (80%) rename test/scenarios-bootc/releases/{el100-lrel@standard2.sh => el102-lrel@standard2.sh} (85%) diff --git a/test/scenarios-bootc/releases/el100-lrel@ginkgo-tests.sh b/test/scenarios-bootc/releases/el102-lrel@ginkgo-tests.sh similarity index 86% rename from test/scenarios-bootc/releases/el100-lrel@ginkgo-tests.sh rename to test/scenarios-bootc/releases/el102-lrel@ginkgo-tests.sh index 0647d017e0..f1c2307cf7 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-${LATEST_RELEASE_TYPE}-with-optional" +start_image="rhel102-bootc-brew-${LATEST_RELEASE_TYPE}-with-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 92% rename from test/scenarios-bootc/releases/el100-lrel@optional.sh rename to test/scenarios-bootc/releases/el102-lrel@optional.sh index e37790a74c..ef45f1d4d3 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-${LATEST_RELEASE_TYPE}-with-optional" +start_image="rhel102-bootc-brew-${LATEST_RELEASE_TYPE}-with-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 80% rename from test/scenarios-bootc/releases/el100-lrel@standard1.sh rename to test/scenarios-bootc/releases/el102-lrel@standard1.sh index b48c859d43..5dde4eb9d0 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-${LATEST_RELEASE_TYPE}-with-optional" +start_image="rhel102-bootc-brew-${LATEST_RELEASE_TYPE}-with-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 85% rename from test/scenarios-bootc/releases/el100-lrel@standard2.sh rename to test/scenarios-bootc/releases/el102-lrel@standard2.sh index 58bfc75427..26f88e2a17 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-${LATEST_RELEASE_TYPE}-with-optional" +start_image="rhel102-bootc-brew-${LATEST_RELEASE_TYPE}-with-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() {