Add optf-osdf JJB yaml file 97/30697/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Wed, 7 Feb 2018 10:27:34 +0000 (02:27 -0800)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Wed, 7 Feb 2018 10:32:31 +0000 (02:32 -0800)
Add python jobs for optf/sdf project

Change-Id: I4f74aef87d07a445cc28c346fefb3b349f39a91d
Issue-ID: OPTFRA-5
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
jjb/optf/optf-osdf-python.yaml [new file with mode: 0644]

diff --git a/jjb/optf/optf-osdf-python.yaml b/jjb/optf/optf-osdf-python.yaml
new file mode 100644 (file)
index 0000000..2daaedd
--- /dev/null
@@ -0,0 +1,16 @@
+---
+- project:
+    name: optf-osdf
+    project-name: 'optf-osdf'
+    project: 'optf/osdf'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'optf-osdf-settings'
+    build-node: 'ubuntu1604-basebuild-4c-4g'
+    subproject:
+      - 'osdf':
+          path: '.'
+          pattern: '**'
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'