diff options
author | Joffrey F <joffrey@docker.com> | 2017-10-25 15:14:19 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2017-10-25 16:26:47 -0700 |
commit | 2fa3a6c0b8d565cedc0aa3af9c51a39129a9f641 (patch) | |
tree | 149395d347ae8905fc46c3d4ca5b5bdbc93fe152 /Makefile | |
parent | 93f2ab1530b86afb5020ba06d9786bc351b0996d (diff) | |
download | docker-py-update_test_matrix.tar.gz |
Update test engine versions in Jenkinsfileupdate_test_matrix
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.30 -TEST_ENGINE_VERSION ?= 17.06.0-ce +TEST_API_VERSION ?= 1.33 +TEST_ENGINE_VERSION ?= 17.10.0-ce .PHONY: integration-dind integration-dind: build build-py3 |