Skip to content

Commit 62afadc

Browse files
authored
Merge pull request #2584 from thaJeztah/bump_engine
Update test engine version to 19.03.12
2 parents 631abd1 + 2c68b38 commit 62afadc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def buildImages = { ->
3131
}
3232

3333
def 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')`")

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4444
TEST_API_VERSION ?= 1.35
45-
TEST_ENGINE_VERSION ?= 19.03.5
45+
TEST_ENGINE_VERSION ?= 19.03.12
4646

4747
.PHONY: setup-network
4848
setup-network:

0 commit comments

Comments
 (0)