Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-# Entrypoint for jenkins arm CI build
-set -eu -o pipefail
-
-hack/test/unit
-TEST_SKIP_INTEGRATION_CLI=1 hack/make.sh \
- binary-daemon \
- dynbinary \
- test-integration
@@ -1,9 +0,0 @@
-# Entrypoint for jenkins experimental CI
-export DOCKER_EXPERIMENTAL=1
-hack/make.sh \
@@ -1,14 +0,0 @@
-# Entrypoint for jenkins janky CI build
-hack/validate/default
- test-docker-py \
- test-integration-flaky \
- test-integration \
- cross
@@ -1,13 +0,0 @@
-# Entrypoint for jenkins master CI build
@@ -1,6 +0,0 @@
-# Entrypoint for jenkins powerpc CI build
-hack/make.sh dynbinary test-integration
-# Entrypoint for jenkins s390x (z) CI build