Skip to content

Commit be628e5

Browse files
Luppheszmiklank
authored andcommitted
feat: Remove unused upgrade test from Makefile
Remove the upgrade-tests option from Makefile. This test was used for the upgrade path from RHEL7 to RHEL8 but was not hooked in CI. Today we use a newer version of the test in the common repository, and it is unnecessary to have it here. This option does not work anyway since the run_upgrade_test was significantly changed, and this option was probably forgotten in the Makefile.
1 parent 86ed323 commit be628e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ include common/common.mk
1414
clean-hook: clean-versions
1515

1616
script_env += NOT_RELEASED_VERSIONS="$(NOT_RELEASED_VERSIONS)"
17-
18-
# Additional upgrade tests. Not hooked into CI ATM.
19-
upgrade-tests: $(VERSIONS)
20-
OS=$(OS) test/run_upgrade_test 9.2:remote 9.4:local 9.5:local 9.6:local 10:local

0 commit comments

Comments
 (0)