diff options
author | Chris Evich <cevich@redhat.com> | 2021-08-31 09:36:48 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-08-31 09:36:48 -0400 |
commit | b3aee22bdc3cf0ad22cefec1d9d38dc82c0340c3 (patch) | |
tree | cbb88c659529c5592babe36e90c50f80050d05a6 /.cirrus.yml | |
parent | 83de22e892bf0d8efd29a73df462789e2b1418f3 (diff) | |
download | podman-b3aee22bdc3cf0ad22cefec1d9d38dc82c0340c3.tar.gz podman-b3aee22bdc3cf0ad22cefec1d9d38dc82c0340c3.tar.bz2 podman-b3aee22bdc3cf0ad22cefec1d9d38dc82c0340c3.zip |
Cirrus: Skip APIv2 tests for [CI:DOCS]
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3fcf335ed..8749348b6 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 |