Browse Source

hack/ci: remove unused entrypoint scripts

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 3 years ago
parent
commit
436abb458c
6 changed files with 0 additions and 58 deletions
  1. 0 10
      hack/ci/arm
  2. 0 9
      hack/ci/experimental
  3. 0 14
      hack/ci/janky
  4. 0 13
      hack/ci/master
  5. 0 6
      hack/ci/powerpc
  6. 0 6
      hack/ci/z

+ 0 - 10
hack/ci/arm

@@ -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

+ 0 - 9
hack/ci/experimental

@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-# Entrypoint for jenkins experimental CI
-set -eu -o pipefail
-
-export DOCKER_EXPERIMENTAL=1
-
-hack/make.sh \
-	binary-daemon \
-	test-integration

+ 0 - 14
hack/ci/janky

@@ -1,14 +0,0 @@
-#!/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-flaky \
-	test-integration \
-	cross

+ 0 - 13
hack/ci/master

@@ -1,13 +0,0 @@
-#!/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

+ 0 - 6
hack/ci/powerpc

@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-# Entrypoint for jenkins powerpc CI build
-set -eu -o pipefail
-
-hack/test/unit
-hack/make.sh dynbinary test-integration

+ 0 - 6
hack/ci/z

@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-# Entrypoint for jenkins s390x (z) CI build
-set -eu -o pipefail
-
-hack/test/unit
-hack/make.sh dynbinary test-integration