summaryrefslogtreecommitdiffstats
path: root/jjb/optf/optf-osdf.yaml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-02-14 09:20:16 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-02-19 07:41:31 +0000
commit4240be874621031bddfbae752de531e1bae93ec3 (patch)
tree382d61bcbaf9aa8589c9d928c6200b1a87fd55aa /jjb/optf/optf-osdf.yaml
parent6f326ba468e319f2545fee08c6d9953c1cb3d687 (diff)
Rename jjb jobs for optf/osdf
Renamed the yaml file name to keep it simple. Change-Id: I8db06f5e7f1a251d4f3520ba6ecb8aeb33ea3cac Issue-ID: OPTFRA-85 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'jjb/optf/optf-osdf.yaml')
-rw-r--r--jjb/optf/optf-osdf.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/jjb/optf/optf-osdf.yaml b/jjb/optf/optf-osdf.yaml
new file mode 100644
index 000000000..e9571b7af
--- /dev/null
+++ b/jjb/optf/optf-osdf.yaml
@@ -0,0 +1,34 @@
+---
+- project:
+ name: optf-osdf
+ project-name: 'optf-osdf'
+ project: 'optf/osdf'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'optf-osdf-settings'
+ subproject:
+ - 'osdf':
+ path: '.'
+ pattern: '**'
+ 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-osdf-sonar
+ jobs:
+ - gerrit-maven-sonar
+ cron: 'H 11 * * *'
+ build-node: ubuntu1604-basebuild-4c-4g
+ project: 'optf/osdf'
+ project-name: 'optf-osdf'
+ branch: 'master'
+ mvn-settings: 'optf-osdf-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'