Cirrus: Add success-accumulator task

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2020-08-05 10:03:01 -04:00
parent ba5a918904
commit f4158f98ac
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F
1 changed files with 12 additions and 0 deletions

View File

@ -148,3 +148,15 @@ vendor_task:
folder: $GOPATH/pkg/mod
build_script: make vendor
test_script: hack/tree_status.sh
# Represent overall pass/fail status from required dependent tasks
success_task:
depends_on:
- lint
- testing
- meta
- vendor
container:
image: golang:1.14
clone_script: 'mkdir -p "$CIRRUS_WORKING_DIR"' # Source code not needed
script: /bin/true