File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def buildImages = { ->
3131}
3232
3333def getDockerVersions = { ->
34- def dockerVersions = [" 19.03.5 " ]
34+ def dockerVersions = [" 19.03.12 " ]
3535 wrappedNode(label : " amd64 && ubuntu-1804 && overlay2" ) {
3636 def result = sh(script : """ docker run --rm \\
3737 --entrypoint=python \\
@@ -66,7 +66,7 @@ def runTests = { Map settings ->
6666 throw new Exception (" Need test image object, e.g.: `runTests(testImage: img)`" )
6767 }
6868 if (! dockerVersion) {
69- throw new Exception (" Need Docker version to test, e.g.: `runTests(dockerVersion: '1.12.3 ')`" )
69+ throw new Exception (" Need Docker version to test, e.g.: `runTests(dockerVersion: '19.03.12 ')`" )
7070 }
7171 if (! pythonVersion) {
7272 throw new Exception (" Need Python version being tested, e.g.: `runTests(pythonVersion: 'py2.7')`" )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ integration-test-py3: build-py3
4242 docker run -t --rm -v /var/run/docker.sock:/var/run/docker.sock docker-sdk-python3 py.test -v tests/integration/${file}
4343
4444TEST_API_VERSION ?= 1.35
45- TEST_ENGINE_VERSION ?= 19.03.5
45+ TEST_ENGINE_VERSION ?= 19.03.12
4646
4747.PHONY : setup-network
4848setup-network :
You can’t perform that action at this time.
0 commit comments