From e0ba011f50e02e129c3d078dfdf005dde9a3aac4 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 23 Aug 2019 09:29:19 +0200 Subject: [PATCH] tests: change container image tag for switch_to_containers test switch_to_containers job against the latest ceph@master ceph-container image tag available. In order to be sure the ceph release deployed in the first step (non containerized deployment) isn't newer than the tag used for the containerized migration (which would mean we try to downgrade the version). Signed-off-by: Guillaume Abrioux --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 207cf6df3..b204cba72 100644 --- a/tox.ini +++ b/tox.ini @@ -412,7 +412,7 @@ setenv= dev: CEPH_STABLE_RELEASE = nautilus switch_to_containers: CEPH_STABLE_RELEASE = octopus - switch_to_containers: CEPH_DOCKER_IMAGE_TAG = latest-master + switch_to_containers: CEPH_DOCKER_IMAGE_TAG = latest-master-devel ooo_collocation: CEPH_DOCKER_IMAGE_TAG = v3.0.3-stable-3.0-luminous-centos-7-x86_64 deps= -r{toxinidir}/tests/requirements.txt