[CI:DOCS] Cirrus: Skipping some tests for docs-only PRs

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2023-01-30 10:55:41 -05:00
parent bd07ffe52d
commit 158e3d036b
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,7 @@ fedora_testing_task: &fedora_testing
name: &std_test_name "${OS_NAME} ${TEST_DRIVER}"
depends_on:
- lint
only_if: $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
gce_instance: # Only need to specify differences from defaults (above)
image_name: "${VM_IMAGE}"
@ -97,6 +97,7 @@ ubuntu_testing_task: &ubuntu_testing
<<: *fedora_testing
alias: ubuntu_testing
name: *std_test_name
only_if: $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
env:
OS_NAME: "${UBUNTU_NAME}"
VM_IMAGE: "${UBUNTU_CACHE_IMAGE_NAME}"