Cirrus: Support [CI:DOCS] mode

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2021-06-01 10:13:51 -04:00
parent ee8df3f01d
commit 966aefdb01
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,7 @@ validate_task:
cross_task: cross_task:
only_if: &not_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
container: &std_container container: &std_container
dockerfile: .cirrus.Dockerfile dockerfile: .cirrus.Dockerfile
# golangci-lint tool requires heavy cpu/memory or gets OOM'd # golangci-lint tool requires heavy cpu/memory or gets OOM'd
@ -92,6 +93,7 @@ test_task:
alias: test alias: test
depends_on: depends_on:
- validate - validate
only_if: *not_docs
container: *std_container container: *std_container
matrix: matrix:
- name: "Test" - name: "Test"
@ -118,6 +120,7 @@ test_skopeo_task:
depends_on: depends_on:
- validate - validate
- cross - cross
only_if: *not_docs
gce_instance: gce_instance:
image_project: libpod-218412 image_project: libpod-218412
zone: "us-central1-f" zone: "us-central1-f"