Skip to content

Commit

Permalink
Merge pull request #2514 from thaJeztah/remove_obsolete_versions
Browse files Browse the repository at this point in the history
Jenkinsfile: remove obsolete engine versions
  • Loading branch information
ulyssessouza committed Feb 21, 2020
2 parents 12fe645 + 7bef5e8 commit 030af62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def buildImages = { ->
}

def getDockerVersions = { ->
def dockerVersions = ["17.06.2-ce"]
def dockerVersions = ["19.03.5"]
wrappedNode(label: "ubuntu && !zfs && amd64") {
def result = sh(script: """docker run --rm \\
--entrypoint=python \\
Expand All @@ -46,8 +46,6 @@ def getDockerVersions = { ->

def getAPIVersion = { engineVersion ->
def versionMap = [
'17.06': '1.30',
'18.03': '1.37',
'18.09': '1.39',
'19.03': '1.40'
]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ integration-test-py3: build-py3
docker run -t --rm -v /var/run/docker.sock:/var/run/docker.sock docker-sdk-python3 py.test -v tests/integration/${file}

TEST_API_VERSION ?= 1.35
TEST_ENGINE_VERSION ?= 18.09.5
TEST_ENGINE_VERSION ?= 19.03.5

.PHONY: setup-network
setup-network:
Expand Down

0 comments on commit 030af62

Please sign in to comment.