mirror of https://github.com/ceph/ceph-ansible.git
tests: update tox due to pipeline removal
This commit reflects the recent changes in ceph/ceph-build#1406 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/4575/head
parent
19edf707a5
commit
bcaf8cedee
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = dev-centos-container-podman
|
envlist = centos-container-podman
|
||||||
|
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = dev-{centos,ubuntu}-{container,non_container}-update
|
envlist = {centos,ubuntu}-{container,non_container}-update
|
||||||
|
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
|
|
20
tox.ini
20
tox.ini
|
@ -1,7 +1,7 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = {dev,rhcs}-{centos,ubuntu}-{container,non_container}-{all_daemons,collocation,lvm_osds,shrink_mon,shrink_osd,shrink_mgr,shrink_mds,shrink_rbdmirror,shrink_rgw,lvm_batch,add_mons,add_osds,add_mgrs,add_mdss,add_rbdmirrors,add_rgws,rgw_multisite,purge,storage_inventory,lvm_auto_discovery}
|
envlist = {centos,ubuntu}-{container,non_container}-{all_daemons,collocation,lvm_osds,shrink_mon,shrink_osd,shrink_mgr,shrink_mds,shrink_rbdmirror,shrink_rgw,lvm_batch,add_mons,add_osds,add_mgrs,add_mdss,add_rbdmirrors,add_rgws,rgw_multisite,purge,storage_inventory,lvm_auto_discovery}
|
||||||
{dev,rhcs}-{centos,ubuntu}-container-{ooo_collocation}
|
{centos,ubuntu}-container-{ooo_collocation}
|
||||||
{dev,rhcs}-{centos,ubuntu}-non_container-{switch_to_containers}
|
{centos,ubuntu}-non_container-{switch_to_containers}
|
||||||
infra_lv_create
|
infra_lv_create
|
||||||
migrate_ceph_disk_to_ceph_volume
|
migrate_ceph_disk_to_ceph_volume
|
||||||
|
|
||||||
|
@ -393,16 +393,14 @@ setenv=
|
||||||
shrink_mon: MON_TO_KILL = mon2
|
shrink_mon: MON_TO_KILL = mon2
|
||||||
shrink_mgr: MGR_TO_KILL = mgr1
|
shrink_mgr: MGR_TO_KILL = mgr1
|
||||||
|
|
||||||
rhcs: CEPH_STABLE_RELEASE = luminous
|
|
||||||
lvm_osds: CEPH_STABLE_RELEASE = luminous
|
lvm_osds: CEPH_STABLE_RELEASE = luminous
|
||||||
|
|
||||||
rhcs: CEPH_STABLE_RELEASE = luminous
|
CEPH_DOCKER_IMAGE_TAG = latest-master
|
||||||
dev: CEPH_DOCKER_IMAGE_TAG = latest-master
|
CEPH_DOCKER_IMAGE_TAG_BIS = latest-bis-master
|
||||||
dev: CEPH_DOCKER_IMAGE_TAG_BIS = latest-bis-master
|
UPDATE_CEPH_DOCKER_IMAGE_TAG = latest-master
|
||||||
dev: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest-master
|
UPDATE_CEPH_DEV_BRANCH = master
|
||||||
dev: UPDATE_CEPH_DEV_BRANCH = master
|
UPDATE_CEPH_DEV_SHA1 = latest
|
||||||
dev: UPDATE_CEPH_DEV_SHA1 = latest
|
CEPH_STABLE_RELEASE = nautilus
|
||||||
dev: CEPH_STABLE_RELEASE = nautilus
|
|
||||||
|
|
||||||
switch_to_containers: CEPH_STABLE_RELEASE = octopus
|
switch_to_containers: CEPH_STABLE_RELEASE = octopus
|
||||||
switch_to_containers: CEPH_DOCKER_IMAGE_TAG = latest-master-devel
|
switch_to_containers: CEPH_DOCKER_IMAGE_TAG = latest-master-devel
|
||||||
|
|
Loading…
Reference in New Issue