aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-11 15:32:48 +0100
committerGitHub <noreply@github.com>2020-11-11 15:32:48 +0100
commit1952420e88bad3f602ab78ea140db9872acdba2b (patch)
treeb9bae6201308298a862a2870a608ff9bb8204e2e
parente443c01437d6b592a0d580f09d92d6c4ef795089 (diff)
parent3e7100b44b1039b24c64fdd6321f4e4df5c2f94a (diff)
downloadpodman-1952420e88bad3f602ab78ea140db9872acdba2b.tar.gz
podman-1952420e88bad3f602ab78ea140db9872acdba2b.tar.bz2
podman-1952420e88bad3f602ab78ea140db9872acdba2b.zip
Merge pull request #8297 from cevich/restore_docs_testing
Cirrus: Run validation tests in CI:DOCS mode
-rw-r--r--.cirrus.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 1a109f5ba..375a246a8 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -139,7 +139,6 @@ smoke_task:
build_task:
alias: 'build'
name: 'Build for $DISTRO_NV'
- only_if: &not_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
gce_instance: &standardvm
image_project: libpod-218412
zone: "us-central1-a"
@@ -200,7 +199,6 @@ build_task:
validate_task:
name: "Validate $DISTRO_NV Build"
alias: validate
- only_if: *not_docs
depends_on:
- ext_svc_check
- automation
@@ -227,7 +225,7 @@ validate_task:
bindings_task:
name: "Test Bindings"
alias: bindings
- only_if: *not_docs
+ only_if: &not_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
skip: *branch
depends_on:
- build