Skip to content

Commit a662e0b

Browse files
pacevedomggiguash
authored andcommitted
Update el94 tests to el96
1 parent 10509e4 commit a662e0b

12 files changed

+18
-18
lines changed

test/bin/build_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ get_blueprint_name() {
124124
# rhel92-microshift-source -> rhel-9.2
125125
#
126126
# The function also supports an explicit parent override directive in the
127-
# blueprint in the following format: '# parent = rhel-9.4-microshift-4.17'.
127+
# blueprint in the following format: '# parent = rhel-9.6-microshift-4.17'.
128128
# Note that the directive must be commented out in the blueprint to avoid
129129
# composer syntax errors.
130130
#

test/bin/scenario.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ source "${SCRIPTDIR}/common_versions.sh"
1818
# shellcheck source=test/bin/scenario_container.sh
1919
source "${SCRIPTDIR}/scenario_container.sh"
2020

21-
DEFAULT_BOOT_BLUEPRINT="rhel-9.4"
21+
DEFAULT_BOOT_BLUEPRINT="rhel-9.6"
2222
LVM_SYSROOT_SIZE="15360"
2323
PULL_SECRET="${PULL_SECRET:-${HOME}/.pull-secret.json}"
2424
PULL_SECRET_CONTENT="$(jq -c . "${PULL_SECRET}")"

test/image-blueprints/layer1-base/group3/rhel96-brew-y1-with-optionals.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ distro = "rhel-96"
1717

1818
# Parent specification directive recognized by test/bin/build_images.sh to be
1919
# used with the '--parent' argument of 'osbuild-composer'
20-
# parent = "rhel-9.4-microshift-brew-optionals-4.{{ .Env.YMINUS2_MINOR_VERSION }}-zstream"
20+
# parent = "rhel-9.6-microshift-brew-optionals-4.{{ .Env.YMINUS2_MINOR_VERSION }}-zstream"
2121

2222
{{ range (env.Getenv "MICROSHIFT_MANDATORY_RPMS" | strings.Split " ") }}
2323
[[packages]]

test/image-blueprints/layer1-base/group3/rhel96-microshift-previous-minor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ distro = "rhel-96"
77

88
# Parent specification directive recognized by test/bin/build_images.sh to be
99
# used with the '--parent' argument of 'osbuild-composer'
10-
# parent = "rhel-9.4-microshift-4.{{ .Env.YMINUS2_MINOR_VERSION }}"
10+
# parent = "rhel-9.6-microshift-4.{{ .Env.YMINUS2_MINOR_VERSION }}"
1111

1212
{{ range (env.Getenv "MICROSHIFT_MANDATORY_RPMS" | strings.Split " ") }}
1313
[[packages]]

test/scenarios-bootc/periodics/el94-yminus2@[email protected] renamed to test/scenarios-bootc/periodics/el96-yminus2@[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
scenario_create_vms() {
66
# The y-2 ostree image will be fetched from the cache as it is not built
77
# as part of the bootc image build procedure
8-
prepare_kickstart host1 kickstart.ks.template "rhel-9.4-microshift-4.${YMINUS2_MINOR_VERSION}"
8+
prepare_kickstart host1 kickstart.ks.template "rhel-9.6-microshift-4.${YMINUS2_MINOR_VERSION}"
99
launch_vm
1010
}
1111

test/scenarios-bootc/presubmits/el94-yminus2@[email protected] renamed to test/scenarios-bootc/presubmits/el96-yminus2@[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Sourced from scenario.sh and uses functions defined there.
44

55
scenario_create_vms() {
6-
prepare_kickstart host1 kickstart-bootc.ks.template rhel94-bootc-yminus2
7-
launch_vm --boot_blueprint rhel94-bootc
6+
prepare_kickstart host1 kickstart-bootc.ks.template rhel96-bootc-yminus2
7+
launch_vm --boot_blueprint rhel96-bootc
88
}
99

1010
scenario_remove_vms() {

test/scenarios-bootc/presubmits/el94-yminus2@prel@[email protected] renamed to test/scenarios-bootc/presubmits/el96-yminus2@prel@[email protected]

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
# Sourced from scenario.sh and uses functions defined there.
44

55
scenario_create_vms() {
6-
prepare_kickstart host1 kickstart-bootc.ks.template rhel94-bootc-yminus2
7-
launch_vm --boot_blueprint rhel94-bootc
6+
prepare_kickstart host1 kickstart-bootc.ks.template rhel96-bootc-yminus2
7+
launch_vm --boot_blueprint rhel96-bootc
88
}
99

1010
scenario_remove_vms() {
1111
remove_vm host1
1212
}
1313

1414
scenario_run_tests() {
15-
prepare_static_delta rhel94-bootc-yminus2 rhel96-bootc-prel
16-
apply_static_delta rhel94-bootc-yminus2 rhel96-bootc-prel
15+
prepare_static_delta rhel96-bootc-yminus2 rhel96-bootc-prel
16+
apply_static_delta rhel96-bootc-yminus2 rhel96-bootc-prel
1717

1818
prepare_static_delta rhel96-bootc-prel rhel96-bootc-source
1919
apply_static_delta rhel96-bootc-prel rhel96-bootc-source
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ scenario_create_vms() {
1313
echo "Image '${dest_image}' not found - skipping test"
1414
return 0
1515
fi
16-
prepare_kickstart host1 kickstart-bootc.ks.template rhel94-bootc-brew-y2-with-optional
17-
launch_vm --boot_blueprint rhel94-bootc
16+
prepare_kickstart host1 kickstart-bootc.ks.template rhel96-bootc-brew-y2-with-optional
17+
launch_vm --boot_blueprint rhel96-bootc
1818
}
1919

2020
scenario_remove_vms() {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ scenario_create_vms() {
1313
echo "Image '${dest_image}' not found - skipping test"
1414
return 0
1515
fi
16-
prepare_kickstart host1 kickstart-bootc.ks.template rhel94-bootc-brew-y2-with-optional
17-
launch_vm --boot_blueprint rhel94-bootc
16+
prepare_kickstart host1 kickstart-bootc.ks.template rhel96-bootc-brew-y2-with-optional
17+
launch_vm --boot_blueprint rhel96-bootc
1818
}
1919

2020
scenario_remove_vms() {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Sourced from scenario.sh and uses functions defined there.
44

55
scenario_create_vms() {
6-
prepare_kickstart host1 kickstart.ks.template "rhel-9.4-microshift-4.${YMINUS2_MINOR_VERSION}"
6+
prepare_kickstart host1 kickstart.ks.template "rhel-9.6-microshift-4.${YMINUS2_MINOR_VERSION}"
77
launch_vm
88
}
99

0 commit comments

Comments
 (0)