summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorIkram Ikramullah <ikram@research.att.com>2018-02-02 15:31:38 -0500
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-02-07 05:46:15 +0000
commitac7a76704b7e199bdbda3edf0fcbd6201b88a984 (patch)
treed3ac07fb528f19c3c5373fbdcdb1a98b8d1005ee /jjb
parentd8d79c78d79e055400721d510f14cffc250158d7 (diff)
Add optf-has JJB yaml file
Add python jobs for optf-has project Issue-ID: CIMAN-127 Change-Id: Ie9f5bb382797243edda375cd28bad24205d9c6f6 Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/optf/optf-has-python.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/optf/optf-has-python.yaml b/jjb/optf/optf-has-python.yaml
new file mode 100644
index 000000000..2a2a011d8
--- /dev/null
+++ b/jjb/optf/optf-has-python.yaml
@@ -0,0 +1,16 @@
+---
+- project:
+ name: optf-has
+ project-name: 'optf-has'
+ project: 'optf/has'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'optf-has-settings'
+ build-node: 'ubuntu1604-basebuild-4c-4g'
+ subproject:
+ - 'conductor':
+ path: 'conductor'
+ pattern: 'has/**'
+ jobs:
+ - '{project-name}-{stream}-{subproject}-verify-python'