Add starter jobs for sdc*
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 10 Feb 2017 22:15:17 +0000 (14:15 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 10 Feb 2017 22:15:17 +0000 (14:15 -0800)
Change-Id: Ib1124585734c4cfcd348249b609208bac8f3f396
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/sdc/sdc-sdc_common.yaml [new file with mode: 0644]
jjb/sdc/sdc.yaml [new file with mode: 0644]
jjb/sdc/sdc_distribution_client.yaml [new file with mode: 0644]

diff --git a/jjb/sdc/sdc-sdc_common.yaml b/jjb/sdc/sdc-sdc_common.yaml
new file mode 100644 (file)
index 0000000..a29eb31
--- /dev/null
@@ -0,0 +1,16 @@
+---
+
+- project:
+    name: sdc-sdc_common
+    project-name: 'sdc-sdc_common'
+    jobs:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+
+    project: 'sdc/sdc_common'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'sdc-sdc_common-settings'
+    files: '**'
+    archive-artifacts: ''
diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml
new file mode 100644 (file)
index 0000000..ade674a
--- /dev/null
@@ -0,0 +1,16 @@
+---
+
+- project:
+    name: sdc
+    project-name: 'sdc'
+    jobs:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+
+    project: 'sdc'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'sdc-settings'
+    files: '**'
+    archive-artifacts: ''
diff --git a/jjb/sdc/sdc_distribution_client.yaml b/jjb/sdc/sdc_distribution_client.yaml
new file mode 100644 (file)
index 0000000..3425ddd
--- /dev/null
@@ -0,0 +1,16 @@
+---
+
+- project:
+    name: sdc_distribution_client
+    project-name: 'sdc_distribution_client'
+    jobs:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+
+    project: 'sdc_distribution_client'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'sdc_distribution_client-settings'
+    files: '**'
+    archive-artifacts: ''