Skip to content

Commit

Permalink
use overlay2 for janky and experimental checks
Browse files Browse the repository at this point in the history
instead of vfs

Signed-off-by: Andrew Hsu <[email protected]>
  • Loading branch information
andrewhsu committed Jul 25, 2019
1 parent 8297dc2 commit ccfaf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pipeline {
-v "$WORKSPACE/.git:/go/src/github.com/docker/docker/.git" \
--name docker-pr$BUILD_NUMBER \
-e DOCKER_GITCOMMIT=${GITCOMMIT} \
-e DOCKER_GRAPHDRIVER=vfs \
-e DOCKER_GRAPHDRIVER=overlay2 \
-e GIT_SHA1=${GIT_COMMIT} \
docker:$GITCOMMIT \
hack/ci/janky
Expand Down Expand Up @@ -124,7 +124,7 @@ pipeline {
-e DOCKER_EXPERIMENTAL=y \
--name docker-pr-exp$BUILD_NUMBER \
-e DOCKER_GITCOMMIT=${GITCOMMIT} \
-e DOCKER_GRAPHDRIVER=vfs \
-e DOCKER_GRAPHDRIVER=overlay2 \
docker:${GITCOMMIT}-exp \
hack/ci/experimental
'''
Expand Down

0 comments on commit ccfaf1e

Please sign in to comment.