diff options
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3fcf335ed..f39e599ba 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -418,6 +418,7 @@ unit_test_task: apiv2_test_task: name: "APIv2 test on $DISTRO_NV" alias: apiv2_test + only_if: *not_docs skip: *tags depends_on: - validate @@ -643,6 +644,8 @@ upgrade_test_task: PODMAN_UPGRADE_FROM: v2.0.6 - env: PODMAN_UPGRADE_FROM: v2.1.1 + - env: + PODMAN_UPGRADE_FROM: v3.1.2 gce_instance: *standardvm env: TEST_FLAVOR: upgrade_test |