diff --git a/hack/ci/master b/hack/ci/master new file mode 100755 index 0000000000..83182c69ec --- /dev/null +++ b/hack/ci/master @@ -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