summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-02-14 09:01:52 -0800
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-02-16 02:58:47 +0000
commitb582e216e4aacb967619465388e4a7381f12ce6b (patch)
tree6e653e5cc64313b062b1ec8c3eade102c59f15b3 /jjb
parentf6be5e7f22bbb44d2f81fc6599b73c8b7c662f17 (diff)
Add merge job for optf-has
Create an initial version of the merge job for optf-has Change-Id: I6f9309015d4a0a52ec40061c52f7101ac7155170 Issue-ID: OPTFRA-86 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/optf/optf-has-python.yaml16
-rw-r--r--jjb/optf/optf-has.yaml34
2 files changed, 34 insertions, 16 deletions
diff --git a/jjb/optf/optf-has-python.yaml b/jjb/optf/optf-has-python.yaml
deleted file mode 100644
index 81b215d67..000000000
--- a/jjb/optf/optf-has-python.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
----
-- 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: 'conductor/**'
- jobs:
- - '{project-name}-{stream}-{subproject}-verify-python'
diff --git a/jjb/optf/optf-has.yaml b/jjb/optf/optf-has.yaml
new file mode 100644
index 000000000..77a7443cf
--- /dev/null
+++ b/jjb/optf/optf-has.yaml
@@ -0,0 +1,34 @@
+---
+- project:
+ name: optf-has
+ project-name: 'optf-has'
+ project: 'optf/has'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'optf-has-settings'
+ subproject:
+ - 'conductor':
+ path: 'conductor'
+ pattern: 'conductor/**'
+ pom: 'pom.xml'
+ jobs:
+ - '{project-name}-{stream}-{subproject}-verify-python'
+ - '{project-name}-{stream}-{subproject}-verify-java'
+ - '{project-name}-{stream}-{subproject}-merge-java'
+ - '{project-name}-{stream}-{subproject}-release-version-java-daily'
+ files: '**'
+ archive-artifacts: ''
+ build-node: 'ubuntu1604-basebuild-4c-4g'
+- project:
+ name: optf-has-sonar
+ jobs:
+ - gerrit-maven-sonar
+ cron: 'H 11 * * *'
+ build-node: ubuntu1604-basebuild-4c-4g
+ project: 'optf/has'
+ project-name: 'optf-has'
+ branch: 'master'
+ mvn-settings: 'optf-has-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'