diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-08-31 10:59:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 10:59:25 -0400 |
commit | 7b75ddb70c89656f4be334d14fec90fc5e50b736 (patch) | |
tree | fa35c49b81db2dfc6bc7bf82c19c930fc980d9af /.cirrus.yml | |
parent | bfbbeb4223e05bc82039b9418ab30b8205247a16 (diff) | |
parent | b3aee22bdc3cf0ad22cefec1d9d38dc82c0340c3 (diff) | |
download | podman-7b75ddb70c89656f4be334d14fec90fc5e50b736.tar.gz podman-7b75ddb70c89656f4be334d14fec90fc5e50b736.tar.bz2 podman-7b75ddb70c89656f4be334d14fec90fc5e50b736.zip |
Merge pull request #11374 from cevich/no_api2_cidocs
Cirrus: Skip APIv2 tests for [CI:DOCS]
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 cb48b360d..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 |