From 8575ff031df1355f8cae946033e187ea28b510f9 Mon Sep 17 00:00:00 2001 From: Xun Jiang/Bruce Jiang <59276555+blackpiglet@users.noreply.github.com> Date: Thu, 28 May 2026 03:23:38 +0800 Subject: [PATCH] Modify the e2e upgrade test to support n-1 upgrade. (#9854) Signed-off-by: Xun Jiang --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 0e04239d1..ae58e2c95 100644 --- a/test/Makefile +++ b/test/Makefile @@ -76,7 +76,7 @@ HAS_VSPHERE_PLUGIN ?= false RESTORE_HELPER_IMAGE ?= #Released version only -UPGRADE_FROM_VELERO_VERSION ?= v1.16.2,v1.17.2 +UPGRADE_FROM_VELERO_VERSION ?= v1.15.2,v1.16.2,v1.17.2 # UPGRADE_FROM_VELERO_CLI can has the same format(a list divided by comma) with UPGRADE_FROM_VELERO_VERSION # Upgrade tests will be executed sequently according to the list by UPGRADE_FROM_VELERO_VERSION