mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Jenkinsfile: move docker-py to separate stage
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1e8ede514e
commit
ad28fec1c9
1 changed files with 15 additions and 1 deletions
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -63,6 +63,21 @@ pipeline {
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage("Docker-py") {
|
||||||
|
steps {
|
||||||
|
sh '''
|
||||||
|
docker run --rm -t --privileged \
|
||||||
|
-v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" \
|
||||||
|
--name docker-pr$BUILD_NUMBER \
|
||||||
|
-e DOCKER_GITCOMMIT=${GIT_COMMIT} \
|
||||||
|
-e DOCKER_GRAPHDRIVER \
|
||||||
|
docker:${GIT_COMMIT} \
|
||||||
|
hack/make.sh \
|
||||||
|
binary-daemon \
|
||||||
|
test-docker-py
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
||||||
stage("Unit tests") {
|
stage("Unit tests") {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
@ -168,7 +183,6 @@ pipeline {
|
||||||
hack/make.sh \
|
hack/make.sh \
|
||||||
binary-daemon \
|
binary-daemon \
|
||||||
dynbinary-daemon \
|
dynbinary-daemon \
|
||||||
test-docker-py \
|
|
||||||
test-integration-flaky \
|
test-integration-flaky \
|
||||||
test-integration \
|
test-integration \
|
||||||
cross
|
cross
|
||||||
|
|
Loading…
Add table
Reference in a new issue