Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -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
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry.stage.redhat.io/rhel10/rhel-bootc:10.2
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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/
}
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() {
Expand All @@ -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/
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() {
Expand Down