Skip to content

Commit

Permalink
Update test versions
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <[email protected]>
  • Loading branch information
shin- committed Aug 17, 2017
1 parent d9df2a8 commit 921aba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def imageNamePy3
def images = [:]


def dockerVersions = ["1.13.1", "17.04.0-ce", "17.05.0-ce", "17.06.0-ce"]
def dockerVersions = ["1.13.1", "17.04.0-ce", "17.05.0-ce", "17.06.1-ce", "17.07.0-ce-rc3"]

def buildImage = { name, buildargs, pyTag ->
img = docker.image(name)
Expand Down Expand Up @@ -34,7 +34,7 @@ def buildImages = { ->
}

def getAPIVersion = { engineVersion ->
def versionMap = ['1.13.': '1.26', '17.04': '1.27', '17.05': '1.29', '17.06': '1.30']
def versionMap = ['1.13.': '1.26', '17.04': '1.27', '17.05': '1.29', '17.06': '1.30', '17.07': '1.31']
return versionMap[engineVersion.substring(0, 5)]
}

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ integration-test: build
integration-test-py3: build-py3
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-sdk-python3 py.test tests/integration/${file}

TEST_API_VERSION ?= 1.29
TEST_ENGINE_VERSION ?= 17.05.0-ce
TEST_API_VERSION ?= 1.30
TEST_ENGINE_VERSION ?= 17.06.0-ce

.PHONY: integration-dind
integration-dind: build build-py3
Expand Down

0 comments on commit 921aba1

Please sign in to comment.