From 8b8262ef4590949c38989ad8020073b7c1be61ce Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 18 May 2022 10:00:09 +0200 Subject: [PATCH] cephadm-ansible-prs: update scenario name The tox config in cephadm-ansible has now more than 1 test. Let's rename from 'deploy_and_purge' to 'tox' so it's more generic Signed-off-by: Guillaume Abrioux --- cephadm-ansible-prs/config/definitions/cephadm-ansible-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cephadm-ansible-prs/config/definitions/cephadm-ansible-prs.yml b/cephadm-ansible-prs/config/definitions/cephadm-ansible-prs.yml index 2e4d32e9..89495fdb 100644 --- a/cephadm-ansible-prs/config/definitions/cephadm-ansible-prs.yml +++ b/cephadm-ansible-prs/config/definitions/cephadm-ansible-prs.yml @@ -2,7 +2,7 @@ name: cephadm-ansible-prs-smithi worker_labels: 'vagrant && libvirt && (braggi || adami)' scenario: - - deploy_and_purge + - tox jobs: - 'cephadm-ansible-prs-auto' -- 2.39.5