mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Jenkinsfile: Windows: enabled debug-mode for daemon under test
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
6ee61f5493
commit
1fbadd76b7
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -693,6 +693,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
DOCKER_BUILDKIT = '0'
|
DOCKER_BUILDKIT = '0'
|
||||||
|
DOCKER_DUT_DEBUG = '1'
|
||||||
SKIP_VALIDATION_TESTS = '1'
|
SKIP_VALIDATION_TESTS = '1'
|
||||||
SOURCES_DRIVE = 'd'
|
SOURCES_DRIVE = 'd'
|
||||||
SOURCES_SUBDIR = 'gopath'
|
SOURCES_SUBDIR = 'gopath'
|
||||||
|
@ -753,6 +754,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
DOCKER_BUILDKIT = '0'
|
DOCKER_BUILDKIT = '0'
|
||||||
|
DOCKER_DUT_DEBUG = '1'
|
||||||
SKIP_VALIDATION_TESTS = '1'
|
SKIP_VALIDATION_TESTS = '1'
|
||||||
SOURCES_DRIVE = 'd'
|
SOURCES_DRIVE = 'd'
|
||||||
SOURCES_SUBDIR = 'gopath'
|
SOURCES_SUBDIR = 'gopath'
|
||||||
|
|
Loading…
Reference in a new issue