From ccfaf1ed92a56ac7ffdde9ff00dbf5f1c6cae101 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 23 Jul 2019 00:41:44 +0000 Subject: [PATCH] use overlay2 for janky and experimental checks instead of vfs Signed-off-by: Andrew Hsu --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c1da6fb1ab..88d355fa9c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 @@ -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 '''