]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-docker-nightly: Update definition to match PR scenarios
authorDavid Galloway <dgallowa@redhat.com>
Tue, 3 Oct 2017 15:13:07 +0000 (11:13 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 3 Oct 2017 15:13:07 +0000 (11:13 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-docker-nightly/config/definitions/ceph-docker-nightly.yml

index 51cddf36ebbcbe72a94fe9c0d12bf45bcff0efb6..bbf680e5b29c3e93f45fc7fb7f0094e38c70343a 100644 (file)
@@ -1,20 +1,24 @@
 - project:
     name: ceph-docker-nightly
-    scenario:
-      - ceph_ansible-jewel-centos7-cluster
-      - ceph_ansible-jewel-xenial-cluster
-      - ceph_ansible-luminous-xenial-cluster
-      - ceph_ansible-luminous-centos7-cluster
+    os:
+      - centos7
+      - xenial
+    ceph-version:
+      - jewel
+      - luminous
+    test:
+      - cluster
+      - dedicated_journal
+      - dmcrypt_journal_collocation
     jobs:
-        - 'ceph-docker-nightly-{scenario}'
-
+        - 'ceph-docker-nightly-ceph_ansible-{ceph-version}-{os}-{test}'
 
 - job-template:
-    name: 'ceph-docker-nightly-{scenario}'
+    name: 'ceph-docker-nightly-ceph_ansible-{ceph-version}-{os}-{test}'
     node: vagrant&&libvirt
     concurrent: true
     defaults: global
-    display-name: 'ceph-docker: Nightly tests [{scenario}]'
+    display-name: 'ceph-docker: Nightly tests [ceph_ansible-{ceph-version}-{os}-{test}]'
     quiet-period: 5
     block-downstream: false
     block-upstream: false
@@ -48,7 +52,7 @@
     builders:
       - inject:
           properties-content: |
-            SCENARIO={scenario}
+            SCENARIO=ceph_ansible-{ceph-version}-{os}-{test}
       - shell:
           !include-raw-escape:
             - ../../../scripts/build_utils.sh