summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@ericsson.com>2018-05-25 09:47:33 +0100
committerwaqas.ikram <waqas.ikram@ericsson.com>2018-05-25 09:47:35 +0100
commit6cee15c3ce1eb637cde4f8bc2109c326afc40894 (patch)
tree659e94ed0a1841a3c95bc6136e8e1040ff856274
parent0bdd513f0d4b76dcb4ad4d8293dac3e9e2fd202d (diff)
Adding policy/api, policy/gui, and policy/pdp jobs
Change-Id: I82e62afa4a1398a66e7695184941ebea57897f53 Issue-ID: POLICY-808 Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
-rw-r--r--jjb/policy/policy-api.yaml29
-rw-r--r--jjb/policy/policy-gui.yaml29
-rw-r--r--jjb/policy/policy-pdp.yaml29
3 files changed, 87 insertions, 0 deletions
diff --git a/jjb/policy/policy-api.yaml b/jjb/policy/policy-api.yaml
new file mode 100644
index 000000000..0d1482f68
--- /dev/null
+++ b/jjb/policy/policy-api.yaml
@@ -0,0 +1,29 @@
+---
+- project:
+ name: policy-api
+ project-name: 'policy-api'
+ jobs:
+ - gerrit-maven-clm
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+
+ project: 'policy/api'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'policy-api-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-builder-4c-4g
+- project:
+ name: policy-api-sonar
+ jobs:
+ - gerrit-maven-sonar
+ cron: 'H 11 * * *'
+ build-node: ubuntu1604-builder-4c-4g
+ project: 'policy/api'
+ project-name: 'policy-api'
+ branch: 'master'
+ mvn-settings: 'policy-api-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
diff --git a/jjb/policy/policy-gui.yaml b/jjb/policy/policy-gui.yaml
new file mode 100644
index 000000000..63c459659
--- /dev/null
+++ b/jjb/policy/policy-gui.yaml
@@ -0,0 +1,29 @@
+---
+- project:
+ name: policy-gui
+ project-name: 'policy-gui'
+ jobs:
+ - gerrit-maven-clm
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+
+ project: 'policy/gui'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'policy-gui-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-builder-4c-4g
+- project:
+ name: policy-gui-sonar
+ jobs:
+ - gerrit-maven-sonar
+ cron: 'H 11 * * *'
+ build-node: ubuntu1604-builder-4c-4g
+ project: 'policy/gui'
+ project-name: 'policy-gui'
+ branch: 'master'
+ mvn-settings: 'policy-gui-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
diff --git a/jjb/policy/policy-pdp.yaml b/jjb/policy/policy-pdp.yaml
new file mode 100644
index 000000000..c0f1f40aa
--- /dev/null
+++ b/jjb/policy/policy-pdp.yaml
@@ -0,0 +1,29 @@
+---
+- project:
+ name: policy-pdp
+ project-name: 'policy-pdp'
+ jobs:
+ - gerrit-maven-clm
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+
+ project: 'policy/pdp'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'policy-pdp-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-builder-4c-4g
+- project:
+ name: policy-pdp-sonar
+ jobs:
+ - gerrit-maven-sonar
+ cron: 'H 11 * * *'
+ build-node: ubuntu1604-builder-4c-4g
+ project: 'policy/pdp'
+ project-name: 'policy-pdp'
+ branch: 'master'
+ mvn-settings: 'policy-pdp-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'