From 083c53c6bd961203d83d24cc6cbe06b4aafb7d87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Thu, 28 Sep 2017 16:06:44 +0200 Subject: [PATCH] ci: run purge cluster on centos not ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8f8416776..53be8a1e8 100644 --- a/tox.ini +++ b/tox.ini @@ -177,7 +177,7 @@ changedir= purge_docker_cluster: {toxinidir}/tests/functional/centos/7/docker docker_dedicated_journal: {toxinidir}/tests/functional/centos/7/docker-ded-jrn docker_dmcrypt_journal_collocation: {toxinidir}/tests/functional/centos/7/docker-crypt-jrn-col - purge_cluster: {toxinidir}/tests/functional/ubuntu/16.04/cluster + purge_cluster: {toxinidir}/tests/functional/centos/7/cluster purge_dmcrypt: {toxinidir}/tests/functional/centos/7/crypt-ded-jrn update_dmcrypt: {toxinidir}/tests/functional/centos/7/crypt-ded-jrn update_cluster: {toxinidir}/tests/functional/centos/7/cluster -- 2.39.5