Merge pull request #39580 from andrewhsu/ci-master

added hack/ci/master as entry point for master codeline checks
This commit is contained in:
Sebastiaan van Stijn 2019-07-23 01:06:28 +02:00 committed by GitHub
commit 2cdaceb2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
hack/ci/master Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
# Entrypoint for jenkins master CI build
set -eu -o pipefail
hack/validate/default
hack/test/unit
hack/make.sh \
binary-daemon \
dynbinary \
test-docker-py \
test-integration \
cross