From: Guillaume Abrioux Date: Tue, 17 Jul 2018 08:47:28 +0000 (+0200) Subject: tests: add latest-bis-jewel for jewel tests X-Git-Tag: v3.1.0rc11~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9db4a23d477f00482a48173b30fd41d6010db1a4;p=ceph-ansible.git tests: add latest-bis-jewel for jewel tests since no latest-bis-jewel exists, it's using latest-bis which points to ceph mimic. In our testing, using it for idempotency/handlers tests means upgrading from jewel to mimic which is not what we want do. Signed-off-by: Guillaume Abrioux (cherry picked from commit 05852b03013d15f6f400fe6728c24b11f22b75de) --- diff --git a/tox.ini b/tox.ini index 25bb4422b..7141b16dd 100644 --- a/tox.ini +++ b/tox.ini @@ -153,6 +153,7 @@ setenv= jewel: CEPH_DOCKER_IMAGE_TAG = latest-jewel jewel: UPDATE_CEPH_STABLE_RELEASE = luminous jewel: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest-luminous + jewel: CEPH_DOCKER_IMAGE_TAG_BIS = latest-bis-jewel luminous: CEPH_STABLE_RELEASE = luminous luminous: CEPH_DOCKER_IMAGE_TAG = latest-luminous luminous: CEPH_DOCKER_IMAGE_TAG_BIS = latest-bis-luminous