From 4fb9722c482a95505c7b080211b5b7b286e6ee2f Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 14 May 2020 16:24:59 +0200 Subject: [PATCH] tests: force using the more recent build We should use `latest-master-devel` for switch_to_containers job. Otherwise it might happen we actually downgrade the ceph version when the image used is older than the rpm initially used for installing ceph. Signed-off-by: Guillaume Abrioux --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e993114ee..ad13b7134 100644 --- a/tox.ini +++ b/tox.ini @@ -315,7 +315,7 @@ setenv= UPDATE_CEPH_DOCKER_IMAGE_TAG = latest-master CEPH_STABLE_RELEASE = pacific - 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 = latest-master deps= -r{toxinidir}/tests/requirements.txt