Merge pull request #11374 from cevich/no_api2_cidocs

Cirrus: Skip APIv2 tests for [CI:DOCS]
This commit is contained in:
OpenShift Merge Robot
2021-08-31 10:59:25 -04:00
committed by GitHub

View File

@ -418,6 +418,7 @@ unit_test_task:
apiv2_test_task: apiv2_test_task:
name: "APIv2 test on $DISTRO_NV" name: "APIv2 test on $DISTRO_NV"
alias: apiv2_test alias: apiv2_test
only_if: *not_docs
skip: *tags skip: *tags
depends_on: depends_on:
- validate - validate