From 2a882b7703574dc890dd8e3a07be5ca9decd68ac Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 29 Mar 2022 10:18:02 -0600 Subject: Upgrade tests: reexamine cross-testing matrix - removed: v1.9.0, v2.0.6 + added: v3.4.0 (Cannot add v4 because there's no such image on quay. As soon as one appears, we should add it.) Add a workaround for a UTS namespace conflict new in v3.4 Signed-off-by: Ed Santiago --- .cirrus.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index ae5463427..4001704c4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -721,14 +721,12 @@ upgrade_test_task: depends_on: - local_system_test matrix: - - env: - PODMAN_UPGRADE_FROM: v1.9.0 - - env: - PODMAN_UPGRADE_FROM: v2.0.6 - env: PODMAN_UPGRADE_FROM: v2.1.1 - env: PODMAN_UPGRADE_FROM: v3.1.2 + - env: + PODMAN_UPGRADE_FROM: v3.4.4 gce_instance: *standardvm env: TEST_FLAVOR: upgrade_test -- cgit v1.2.3-54-g00ecf