Merge pull request #2031 from cevich/fix_build_all_commits

Cirrus: Skip build all commits test on master
This commit is contained in:
OpenShift Merge Robot 2018-12-19 13:21:13 -08:00 committed by GitHub
commit 34e7079b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ build_each_commit_task:
depends_on:
- "gating"
# $CIRRUS_BASE_BRANCH is only set when testing a PR
only_if: $CIRRUS_BRANCH != 'master'
gce_instance:
image_project: "libpod-218412"
zone: "us-central1-a" # Required by Cirrus for the time being