tox: Fix container purge jobs

On containerized CI jobs the playbook executed is purge-cluster.yml
but it should be set to purge-docker-cluster.yml

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/3750/head
Dimitri Savineau 2019-03-26 15:22:41 -04:00 committed by mergify[bot]
parent c8442f3705
commit bd0869cd01
1 changed files with 1 additions and 1 deletions

View File

@ -239,10 +239,10 @@ setenv=
INVENTORY = {env:_INVENTORY:hosts} INVENTORY = {env:_INVENTORY:hosts}
container: CONTAINER_DIR = /container container: CONTAINER_DIR = /container
container: PLAYBOOK = site-docker.yml.sample container: PLAYBOOK = site-docker.yml.sample
container: PURGE_PLAYBOOK = purge-docker-cluster.yml
storage_inventory: COPY_ADMIN_KEY = True storage_inventory: COPY_ADMIN_KEY = True
podman: PLAYBOOK = site-docker.yml.sample podman: PLAYBOOK = site-docker.yml.sample
non_container: PLAYBOOK = site.yml.sample non_container: PLAYBOOK = site.yml.sample
container-purge_cluster: PURGE_PLAYBOOK = purge-docker-cluster.yml
shrink_mon: MON_TO_KILL = mon2 shrink_mon: MON_TO_KILL = mon2
shrink_osd: COPY_ADMIN_KEY = True shrink_osd: COPY_ADMIN_KEY = True