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:
parent
745700d2ef
commit
436abb458c
6 changed files with 0 additions and 58 deletions
10
hack/ci/arm
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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
Loading…
Reference in a new issue