From a8509fbc9c0328670224f608abea17d8e64257ab Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 5 Jan 2018 13:47:10 -0600 Subject: [PATCH] test: set UPDATE_CEPH_DOCKER_IMAGE_TAG for jewel tests We want to be explict here and update to luminous and not the 'latest' tag. Signed-off-by: Andrew Schoen --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index bdd5c7d07..6d3c8e001 100644 --- a/tox.ini +++ b/tox.ini @@ -146,6 +146,7 @@ setenv= rhcs: CEPH_STABLE_RELEASE = luminous jewel: CEPH_STABLE_RELEASE = jewel jewel: UPDATE_CEPH_STABLE_RELEASE = luminous + jewel: UPDATE_CEPH_DOCKER_IMAGE_TAG = tag-build-master-luminous-ubuntu-16.04 luminous: CEPH_STABLE_RELEASE = luminous luminous: UPDATE_CEPH_STABLE_RELEASE = luminous luminous: UPDATE_CEPH_DOCKER_IMAGE_TAG = tag-build-master-luminous-ubuntu-16.04 -- 2.39.5