]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-prs: use underscores instead of dashes for scenarios 573/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 29 Nov 2016 20:05:34 +0000 (14:05 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 29 Nov 2016 20:28:38 +0000 (14:28 -0600)
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 <aschoen@redhat.com>
ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml

index bfe73a8b94ab5401b511ede590166680fb7ca43a..93a5560bc2b5444637638ad33c23cd567e8f3e49 100644 (file)
@@ -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}'