mirror of https://github.com/ceph/ceph-ansible.git
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 <gabrioux@redhat.com>pull/2081/head
parent
93f0856770
commit
db6b93d441
2
tox.ini
2
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
|
||||
|
|
Loading…
Reference in New Issue