Merge "Add sms client jar upload daily"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 22 May 2018 20:57:46 +0000 (20:57 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 22 May 2018 20:57:46 +0000 (20:57 +0000)
jjb/appc/appc-cdt.yaml
jjb/appc/appc-csit.yaml
jjb/appc/appc-deployment.yaml
jjb/appc/appc-master.yaml
jjb/policy/policy-apex-pdp.yaml [new file with mode: 0644]
jjb/policy/policy-core.yaml [new file with mode: 0644]
jjb/policy/policy-xacml-pdp.yaml [new file with mode: 0644]

index be7e1f7..07b6473 100644 (file)
@@ -12,6 +12,8 @@
     stream:
       - 'master':
           branch: 'master'
+      - 'beijing':
+          branch: 'beijing'
     mvn-settings: 'appc-cdt-settings'
     files: '**'
     archive-artifacts: ''
index 3237aef..cc551f8 100644 (file)
@@ -6,8 +6,8 @@
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'appc'
     stream:
-      - 'master':
-          branch: 'master'
+      - 'beijing':
+          branch: 'beijing'
     functionality:
       - 'healthcheck':
           trigger_jobs:
index 5d23d53..c6b2c84 100644 (file)
@@ -18,6 +18,8 @@
     stream:
       - 'master':
           branch: 'master'
+      - 'beijing':
+          branch: 'beijing'
     mvn-settings: 'appc-deployment-settings'
     files: '**'
     archive-artifacts: ''
index b82a3ec..f6d23c0 100644 (file)
@@ -18,6 +18,8 @@
     stream:
       - 'master':
           branch: 'master'
+      - 'beijing':
+          branch: 'beijing'
     mvn-settings: 'appc-settings'
     files: '**'
     archive-artifacts: ''
diff --git a/jjb/policy/policy-apex-pdp.yaml b/jjb/policy/policy-apex-pdp.yaml
new file mode 100644 (file)
index 0000000..3984401
--- /dev/null
@@ -0,0 +1,29 @@
+---
+- project:
+    name: policy-apex-pdp
+    project-name: 'policy-apex-pdp'
+    jobs:
+      - gerrit-maven-clm:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+
+    project: 'policy/apex-pdp'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'policy-apex-pdp-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-builder-4c-4g
+- project:
+    name: policy-apex-pdp-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'policy/apex-pdp'
+    project-name: 'policy-apex-pdp'
+    branch: 'master'
+    mvn-settings: 'policy-apex-pdp-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
diff --git a/jjb/policy/policy-core.yaml b/jjb/policy/policy-core.yaml
new file mode 100644 (file)
index 0000000..5e8d69f
--- /dev/null
@@ -0,0 +1,29 @@
+---
+- project:
+    name: policy-core
+    project-name: 'policy-core'
+    jobs:
+      - gerrit-maven-clm:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+
+    project: 'policy/core'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'policy-core-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-builder-4c-4g
+- project:
+    name: policy-core-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'policy/core'
+    project-name: 'policy-core'
+    branch: 'master'
+    mvn-settings: 'policy-core-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
diff --git a/jjb/policy/policy-xacml-pdp.yaml b/jjb/policy/policy-xacml-pdp.yaml
new file mode 100644 (file)
index 0000000..c377d6c
--- /dev/null
@@ -0,0 +1,29 @@
+---
+- project:
+    name: policy-xacml-pdp
+    project-name: 'policy-xacml-pdp'
+    jobs:
+      - gerrit-maven-clm:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+
+    project: 'policy/xacml-pdp'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'policy-xacml-pdp-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-builder-4c-4g
+- project:
+    name: policy-xacml-pdp-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'policy/xacml-pdp'
+    project-name: 'policy-xacml-pdp'
+    branch: 'master'
+    mvn-settings: 'policy-xacml-pdp-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'