2017-09-19 18:14:41 -04:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
# Entrypoint for jenkins arm CI build
|
|
|
|
set -eu -o pipefail
|
|
|
|
|
|
|
|
hack/test/unit
|
|
|
|
|
2019-08-05 07:17:53 -04:00
|
|
|
TEST_SKIP_INTEGRATION_CLI=1 hack/make.sh \
|
2017-09-19 18:14:41 -04:00
|
|
|
binary-daemon \
|
|
|
|
dynbinary \
|
|
|
|
test-integration
|