diff options
author | Ed Santiago <santiago@redhat.com> | 2022-03-29 10:18:02 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-03-29 15:24:36 -0600 |
commit | 2a882b7703574dc890dd8e3a07be5ca9decd68ac (patch) | |
tree | 28508ffc160c9369f7f4ec26655ff73339838162 /.cirrus.yml | |
parent | c319edaaf8013d8397c5847a761f53e68536635a (diff) | |
download | podman-2a882b7703574dc890dd8e3a07be5ca9decd68ac.tar.gz podman-2a882b7703574dc890dd8e3a07be5ca9decd68ac.tar.bz2 podman-2a882b7703574dc890dd8e3a07be5ca9decd68ac.zip |
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 <santiago@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index ae5463427..4001704c4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -722,13 +722,11 @@ upgrade_test_task: - 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 |