Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 073dd7ab39da342793c30c08192a8005498e0ffd Component: engine
14 lines
209 B
Bash
Executable File
14 lines
209 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Entrypoint for jenkins janky CI build
|
|
set -eu -o pipefail
|
|
|
|
hack/validate/default
|
|
hack/test/unit
|
|
|
|
hack/make.sh \
|
|
binary-daemon \
|
|
dynbinary \
|
|
test-docker-py \
|
|
test-integration \
|
|
cross
|