1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

hack/ci: remove unused entrypoint scripts

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-01-12 00:38:02 +01:00
parent 745700d2ef
commit 436abb458c
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
6 changed files with 0 additions and 58 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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