diff options
author | Chris Evich <cevich@redhat.com> | 2020-11-10 14:01:23 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-11-11 09:14:41 -0500 |
commit | 3e7100b44b1039b24c64fdd6321f4e4df5c2f94a (patch) | |
tree | adeed0ffe02d828b575c181462324688aa0226f9 /.cirrus.yml | |
parent | bb07b8c9f1d6b8f24fef91d96cc9c3a3ea381d20 (diff) | |
download | podman-3e7100b44b1039b24c64fdd6321f4e4df5c2f94a.tar.gz podman-3e7100b44b1039b24c64fdd6321f4e4df5c2f94a.tar.bz2 podman-3e7100b44b1039b24c64fdd6321f4e4df5c2f94a.zip |
Cirrus: Run validation tests in CI:DOCS mode
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
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: ¬_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: ¬_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' skip: *branch depends_on: - build |