From db6b93d44104fe765e7e2ad77f3ca7ac9ad85032 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 19 Oct 2017 16:12:12 +0200 Subject: [PATCH] tests: only test upgrade jewel > luminous Since it has been decided to stop testing against kraken, we have to test upgrade from jewel to luminous instead of kraken. Signed-off-by: Guillaume Abrioux --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd49b3c86..464da93a5 100644 --- a/tox.ini +++ b/tox.ini @@ -140,7 +140,7 @@ setenv= rhcs: CEPH_STABLE_RELEASE = luminous jewel: CEPH_STABLE_RELEASE = jewel jewel: CEPH_DOCKER_IMAGE_TAG = tag-build-master-jewel-ubuntu-16.04 - jewel: UPDATE_CEPH_STABLE_RELEASE = kraken + jewel: UPDATE_CEPH_STABLE_RELEASE = luminous luminous: CEPH_STABLE_RELEASE = luminous luminous: CEPH_DOCKER_IMAGE_TAG = tag-build-master-luminous-ubuntu-16.04 luminous: UPDATE_CEPH_STABLE_RELEASE = luminous -- 2.47.3