summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-24 18:09:38 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-24 18:09:38 +0000
commitb1ef4c35bcb7545d0a47a2e05bbaed8caceefdb9 (patch)
tree1556333ff44b2f7ba786de9d7765079ecbb48dd5
parentd70a4384d0de378ce9f6f83201d92f34523b6efe (diff)
parent8f5c5d4b79ee33a89514eabe0471c5640065baf7 (diff)
Merge "Adding policy/pap job"
-rw-r--r--jjb/policy/policy-pap.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/jjb/policy/policy-pap.yaml b/jjb/policy/policy-pap.yaml
new file mode 100644
index 000000000..0602e1852
--- /dev/null
+++ b/jjb/policy/policy-pap.yaml
@@ -0,0 +1,29 @@
+---
+- project:
+ name: policy-pap
+ project-name: 'policy-pap'
+ jobs:
+ - gerrit-maven-clm
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+
+ project: 'policy/pap'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'policy-pap-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-builder-4c-4g
+- project:
+ name: policy-pap-sonar
+ jobs:
+ - gerrit-maven-sonar
+ cron: 'H 11 * * *'
+ build-node: ubuntu1604-builder-4c-4g
+ project: 'policy/pap'
+ project-name: 'policy-pap'
+ branch: 'master'
+ mvn-settings: 'policy-pap-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'