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

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