From 3e7100b44b1039b24c64fdd6321f4e4df5c2f94a Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 10 Nov 2020 14:01:23 -0500 Subject: Cirrus: Run validation tests in CI:DOCS mode Signed-off-by: Chris Evich --- .cirrus.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.cirrus.yml') 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 -- cgit v1.2.3-54-g00ecf