From 966aefdb013470d2cf41809d2058ca8ccafcb9d9 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 1 Jun 2021 10:13:51 -0400 Subject: [PATCH] Cirrus: Support [CI:DOCS] mode Signed-off-by: Chris Evich --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 7325b522..f463436b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -77,6 +77,7 @@ validate_task: cross_task: + only_if: ¬_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' container: &std_container dockerfile: .cirrus.Dockerfile # golangci-lint tool requires heavy cpu/memory or gets OOM'd @@ -92,6 +93,7 @@ test_task: alias: test depends_on: - validate + only_if: *not_docs container: *std_container matrix: - name: "Test" @@ -118,6 +120,7 @@ test_skopeo_task: depends_on: - validate - cross + only_if: *not_docs gce_instance: image_project: libpod-218412 zone: "us-central1-f"