File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
scenarios-bootc/periodics Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -138,3 +138,9 @@ function clear_fail_marker() {
138138 rm -f " ${MICROSHIFT_GREENBOOT_FAIL_MARKER} "
139139 fi
140140}
141+
142+ # No-op shim for gitops package
143+ function log_script_exit() {
144+ >&2 echo " log_script_exit function is deprecated and should not be used"
145+ :
146+ }
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export CNCF_SONOBUOY_VERSION=v0.57.3
139139export CNCF_SYSTEMD_LOGS_VERSION=v0.4
140140
141141# The current version of the microshift-gitops package.
142- export GITOPS_VERSION=1.16
142+ export GITOPS_VERSION=1.19
143143
144144# The brew release versions needed for release regression testing
145145BREW_Y0_RELEASE_VERSION=" $( get_vrel_from_rpm " ${BREW_RPM_SOURCE} /4.${MINOR_VERSION} -zstream/${UNAME_M} /" ) "
Original file line number Diff line number Diff line change 2525CNCF_SYSTEMD_LOGS_VERSION = "v0.4"
2626
2727# The current version of the microshift-gitops package.
28- GITOPS_VERSION = "1.16 "
28+ GITOPS_VERSION = "1.19 "
2929
3030
3131logging .basicConfig (
Original file line number Diff line number Diff line change 33# Sourced from scenario.sh and uses functions defined there.
44
55scenario_create_vms () {
6- # TODO: Add rhel98-bootc-source-gitops when the RPM package is updated not to use
7- # non-existent calls from the greenboot functions include file
8- prepare_kickstart host1 kickstart-bootc.ks.template rhel98-bootc-source
6+ prepare_kickstart host1 kickstart-bootc.ks.template rhel98-bootc-source-gitops
97 launch_vm --boot_blueprint rhel98-bootc
108}
119
@@ -14,12 +12,11 @@ scenario_remove_vms() {
1412}
1513
1614scenario_run_tests () {
17- # TODO: Add suites/gitops/ when the RPM package is updated not to use
18- # non-existent calls from the greenboot functions include file
1915 run_tests host1 \
2016 --variable " PROXY_HOST:${VM_BRIDGE_IP} " \
2117 --variable " PROXY_PORT:9001" \
2218 --variable " PROMETHEUS_HOST:$( hostname) " \
19+ suites/gitops/ \
2320 suites/telemetry/telemetry.robot \
2421 suites/osconfig/clusterid.robot \
2522 suites/osconfig/systemd-resolved.robot
You can’t perform that action at this time.
0 commit comments