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

Jenkinsfile: use overlay2 for Power and s390x as well

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit c75d7e0e22)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-08-03 17:09:27 +02:00
parent 0a5ea9d310
commit 8dbb761fad
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

4
Jenkinsfile vendored
View file

@ -282,7 +282,7 @@ pipeline {
docker run --rm -t --privileged \
-v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" \
--name docker-pr$BUILD_NUMBER \
-e DOCKER_GRAPHDRIVER=vfs \
-e DOCKER_GRAPHDRIVER=overlay2 \
-e TIMEOUT="300m" \
-e DOCKER_GITCOMMIT=${GIT_COMMIT} \
docker:${GIT_COMMIT} \
@ -349,7 +349,7 @@ pipeline {
docker run --rm -t --privileged \
-v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" \
--name docker-pr$BUILD_NUMBER \
-e DOCKER_GRAPHDRIVER=vfs \
-e DOCKER_GRAPHDRIVER=overlay2 \
-e DOCKER_GITCOMMIT=${GIT_COMMIT} \
-e TIMEOUT="180m" \
docker:${GIT_COMMIT} \