From: Andrew Schoen Date: Tue, 29 Nov 2016 20:05:34 +0000 (-0600) Subject: ceph-ansible-prs: use underscores instead of dashes for scenarios X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F573%2Fhead;p=ceph-build.git ceph-ansible-prs: use underscores instead of dashes for scenarios This avoids an issue in tox where it splits on dashes and picks an incorrect scenario because we had dashes in our environment names. Signed-off-by: Andrew Schoen --- diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index bfe73a8b..93a5560b 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -1,11 +1,11 @@ - project: name: ceph-ansible-prs scenario: - - ansible2.2-centos7-cluster - - ansible2.2-xenial-cluster - - ansible2.2-journal-collocation - - ansible2.2-dmcrypt-journal - - ansible2.2-dmcrypt-journal-collocation + - ansible2.2-centos7_cluster + - ansible2.2-xenial_cluster + - ansible2.2-journal_collocation + - ansible2.2-dmcrypt_journal + - ansible2.2-dmcrypt_journal_collocation jobs: - 'ceph-ansible-prs-{scenario}'