Merge "Add new integration-pairwise JJB for DACE-SDK TestContainers"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 25 Nov 2019 18:34:53 +0000 (18:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 25 Nov 2019 18:34:53 +0000 (18:34 +0000)
40 files changed:
jjb/appc/appc-csit.yaml
jjb/ccsdk/ccsdk-csit.yaml
jjb/clamp/clamp-csit.yaml
jjb/dcaegen2/dcaegen2-platform-mod-genprocessor.yaml [new file with mode: 0644]
jjb/dcaegen2/dcaegen2-platform-mod-runtimeapi.yaml [new file with mode: 0644]
jjb/dmaap/dmaap-csit.yaml
jjb/externalapi/externalapi-nbi-csit.yaml
jjb/global-defaults.yaml
jjb/integration/integration-csit.yaml
jjb/modeling/modeling-etsicatalog-csit.yaml
jjb/multicloud/multicloud-csit.yaml
jjb/multicloud/multicloud-k8s-csit.yaml
jjb/multicloud/multicloud-openstack-fcaps-csit.yaml
jjb/multicloud/multicloud-openstack-pike-csit.yaml
jjb/multicloud/multicloud-openstack-starlingx-csit.yaml
jjb/multicloud/multicloud-openstack-vmware-csit.yaml
jjb/multicloud/multicloud-openstack-windriver-csit.yaml
jjb/music/music-csit.yaml
jjb/oparent/oparent.yaml
jjb/optf/optf-cmso-csit.yaml
jjb/optf/optf-osdf-csit.yaml
jjb/sdc/sdc-csit.yaml
jjb/sdc/sdc-dcae-d-csit.yaml
jjb/sdc/sdc-microservices.yaml [new file with mode: 0644]
jjb/sdc/sdc-sdc-distribution-client.yaml
jjb/sdnc/sdnc-csit.yaml
jjb/so/so-csit.yaml
jjb/usecases/5G-bulkpm.yaml
jjb/usecases/config-over-netconf.yaml
jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml
jjb/vfc/vfc-gvnfm-vnfres-csit.yaml
jjb/vfc/vfc-nfvo-catalog-csit.yaml
jjb/vfc/vfc-nfvo-driver-ems-csit.yaml
jjb/vfc/vfc-nfvo-driver-sfc-csit.yaml
jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml
jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-csit.yaml
jjb/vfc/vfc-nfvo-lcm-csit.yaml
jjb/vfc/vfc-nfvo-multivimproxy-csit.yaml
jjb/vfc/vfc-nfvo-resmanagement-csit.yaml
jjb/vfc/vfc-nfvo-wfengine-csit.yaml

index 7e8dfa3..11bc579 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'appc'
+    recipients: 'tc012c@att.com'
     stream:
       - 'master':
           branch: 'master'
index 2cbdf3e..fcb1289 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'ccsdk'
+    recipients: 'dtimoney@att.com'
     stream:
       - 'master':
           branch: 'master'
index 63b6e80..61f7bd8 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'clamp'
+    recipients: 'gervais-martial.ngueko@intl.att.com'
     stream:
         - 'master':
               branch: 'master'
diff --git a/jjb/dcaegen2/dcaegen2-platform-mod-genprocessor.yaml b/jjb/dcaegen2/dcaegen2-platform-mod-genprocessor.yaml
new file mode 100644 (file)
index 0000000..e476fbf
--- /dev/null
@@ -0,0 +1,33 @@
+---
+- project:
+    name: dcaegen2-platform-mod-genprocessor
+    project-name: dcaegen2-platform-mod
+    # git repo
+    project: dcaegen2/platform
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-java'
+      - '{project-name}-{stream}-{subproject}-merge-java':
+          mvn-goals: 'clean install'
+    subproject:
+      - genprocessor:
+          pom: 'mod/genprocessor/pom.xml'
+          pattern: 'mod/genprocessor/**'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: dcaegen2-platform-settings
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-docker-8c-8g
+
+- project:
+    name: dcaegen2-platform-mod-genprocessor-clm
+    jobs:
+      - gerrit-maven-clm
+    nexus-iq-namespace: 'onap-'
+    build-node: ubuntu1604-docker-8c-8g
+    project: 'dcaegen2/platform'
+    project-name: dcaegen2-platform-mod-genprocessor-clm
+    mvn-params: '-f mod/genprocessor/pom.xml'
+    branch: 'master'
+    mvn-settings: 'dcaegen2-platform-settings'
diff --git a/jjb/dcaegen2/dcaegen2-platform-mod-runtimeapi.yaml b/jjb/dcaegen2/dcaegen2-platform-mod-runtimeapi.yaml
new file mode 100644 (file)
index 0000000..bd7679c
--- /dev/null
@@ -0,0 +1,33 @@
+---
+- project:
+    name: dcaegen2-platform-mod-runtimeapi
+    project-name: dcaegen2-platform-mod
+    # git repo
+    project: dcaegen2/platform
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-java'
+      - '{project-name}-{stream}-{subproject}-merge-java':
+          mvn-goals: 'clean install'
+    subproject:
+      - runtimeapi:
+          pom: 'mod/runtimeapi/pom.xml'
+          pattern: 'mod/runtimeapi/**'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: dcaegen2-platform-settings
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-docker-8c-8g
+
+- project:
+    name: dcaegen2-platform-mod-runtimeapi-clm
+    jobs:
+      - gerrit-maven-clm
+    nexus-iq-namespace: 'onap-'
+    build-node: ubuntu1604-docker-8c-8g
+    project: 'dcaegen2/platform'
+    project-name: dcaegen2-platform-mod-runtimeapi-clm
+    mvn-params: '-f mod/runtimeapi/pom.xml'
+    branch: 'master'
+    mvn-settings: 'dcaegen2-platform-settings'
index a242937..77126de 100644 (file)
@@ -4,6 +4,7 @@
     jobs:
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'dmaap'
+    recipients: 'ms5838@att.com'
     stream: 'master'
     functionality:
       - 'mrpubsub':
index ddba042..e5adc35 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'externalapi-nbi'
+    recipients: 'adrian.osullivan@huawei.com'
     stream: 'master'
     functionality:
       - 'healthcheck':
index 2117c91..7698bf5 100644 (file)
@@ -62,4 +62,4 @@
     container-snapshot-registry: nexus3.onap.org:10003
     container-staging-registry: nexus3.onap.org:10004
     # the quotes here are REQUIRED
-    container-push-registry: '{container-staging-registry}'
+    container-push-registry: '{container-snapshot-registry}'
index a7fe916..5a0eedd 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'integration'
+    recipients: 'morgan.richomm@orange.com bf1936@att.com'
     stream:
       - 'master':
           branch: 'master'
index 76ebd4f..e699b68 100644 (file)
@@ -5,9 +5,10 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'modeling-etsicatalog'
+    recipients: 'denghui12@huawei.com'
     stream: 'master'
     functionality:
       - 'sanity-check':
           trigger_jobs: 'modeling-etsicatalog-master-docker-java-version-shell-daily'
     robot-options: ''
-    branch: 'master'
\ No newline at end of file
+    branch: 'master'
index 1687e9c..8538713 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'multicloud'
+    recipients: 'bin.yang@windriver.com'
     stream: 'master'
     functionality:
       - 'functionality1':
index 8407230..28027b8 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'multicloud-k8s'
+    recipients: 'bin.yang@windriver.com'
     stream: 'master'
     disabled: true
     functionality:
index 9630ab3..f6710b2 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'multicloud-fcaps'
+    recipients: 'bin.yang@windriver.com'
     stream: 'master'
     functionality:
       - 'functionality1':
index 180114a..90bc927 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'multicloud-pike'
+    recipients: 'bin.yang@windriver.com'
     stream: 'master'
     disabled: true
     functionality:
index f2dd999..39dae5e 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'multicloud-starlingx'
+    recipients: 'bin.yang@windriver.com'
     stream: 'master'
     functionality:
       - 'functionality1':
index 4becc19..ebae903 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'multicloud-vmware'
+    recipients: 'bin.yang@windriver.com'
     stream: 'master'
     functionality:
       - 'functionality1':
index c246276..14eb87a 100644 (file)
@@ -4,6 +4,7 @@
     jobs:
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'multicloud-windriver'
+    recipients: 'bin.yang@windriver.com'
     stream: 'master'
     disabled: true
     functionality:
index c0299f6..22148b3 100644 (file)
@@ -5,6 +5,7 @@
        - '{project-name}-{stream}-verify-csit-{functionality}'
        - '{project-name}-{stream}-csit-{functionality}'
      project-name: 'music'
+     recipients: 'bharathb@research.att.com'
      disabled: true
      stream: 'master'
      functionality:
index 9deb089..61ebb75 100644 (file)
@@ -25,6 +25,7 @@
       - 'elalto':
           branch:  'elalto'
     mvn-settings: 'oparent-settings'
+    java-version: openjdk11
     files: '**'
     archive-artifacts: ''
     build-node: ubuntu1604-builder-4c-4g
index 4bf5165..3b1de27 100644 (file)
@@ -5,6 +5,7 @@
        - '{project-name}-{stream}-verify-csit-{functionality}'
        - '{project-name}-{stream}-csit-{functionality}'
      project-name: 'optf-cmso'
+     recipients: 'snarayanan@research.att.com'
      stream:
        - 'master':
            branch: master
index 4261867..337d775 100644 (file)
@@ -5,6 +5,7 @@
        - '{project-name}-{stream}-verify-csit-{functionality}'
        - '{project-name}-{stream}-csit-{functionality}'
      project-name: 'optf-osdf'
+     recipients: 'snarayanan@research.att.com'
      disabled: true
      stream:
        - 'master':
index 1af6474..fe8d56c 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}-testng'
       - '{project-name}-{stream}-csit-{functionality}-testng'
     project-name: 'sdc'
+    recipients: 'ofir.sonsino@intl.att.com'
     stream:
       - 'master':
           branch: 'master'
index e828e27..a8a8f3e 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'sdc-dcae-d'
+    recipients: 'ofir.sonsino@intl.att.com'
     stream:
       - 'master':
           branch: 'master'
diff --git a/jjb/sdc/sdc-microservices.yaml b/jjb/sdc/sdc-microservices.yaml
new file mode 100644 (file)
index 0000000..8f3fcf4
--- /dev/null
@@ -0,0 +1,68 @@
+---
+- project:
+    name: sdc-microservices-project-view
+    project-name: sdc-microservices
+    views:
+      - project-view
+
+- project:
+    name: sdc-microservices
+    project-name: 'sdc-microservices'
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-java'
+      - '{project-name}-{stream}-{subproject}-merge-java'
+      - gerrit-maven-stage:
+          sign-artifacts: true
+          build-node: centos7-builder-4c-4g
+          maven-versions-plugin: true
+      - gerrit-maven-docker-stage:
+          build-node: ubuntu1604-docker-v1-8c-8g
+          maven-versions-plugin: true
+          mvn-params: '-DskipTests=true'
+          container-public-registry: 'nexus3.onap.org:10001'
+          container-staging-registry: 'nexus3.onap.org:10003'
+    subproject:
+      - 'catalog-facade-ms':
+          pom: 'catalog-facade-ms/pom.xml'
+          pattern: 'catalog-facade-ms/**'
+    project: 'sdc/microservices'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'sdc-microservices-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-timeout: 60
+    maven-version: 'mvn35'
+
+- project:
+    name: sdc-microservices-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: '@daily'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'sdc/microservices'
+    project-name: 'sdc-microservices'
+    branch: 'master'
+    mvn-settings: 'sdc-microservices-settings'
+    mvn-params: '-Dsonar.branch={branch}'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m'
+
+- project:
+    name: sdc-microservices-clm
+    jobs:
+      - gerrit-maven-clm
+    nexus-iq-namespace: 'onap-'
+    project: sdc/microservices
+    project-name: 'sdc-microservices'
+    branch: 'master'
+    mvn-settings: 'sdc-microservices-settings'
+
+- project:
+    name: sdc-microservices-info
+    project-name: sdc-microservices
+    jobs:
+      - gerrit-info-yaml-verify
+    project: sdc/microservices
+    branch: master
index b3053a3..c7a3424 100644 (file)
@@ -22,8 +22,6 @@
     stream:
       - 'master':
           branch: 'master'
-      - 'elalto':
-          branch: 'elalto'
     mvn-settings: 'sdc-sdc-distribution-client-settings'
     files: '**'
     archive-artifacts: ''
index dd76bd4..4450a34 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'sdnc'
+    recipients: 'dtimoney@att.com'
     stream:
       - 'master':
           branch: 'master'
index c76685d..8feffb6 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'so'
+    recipients: 'seshu.kumar.m@huawei.com'
     stream:
       - 'master':
           branch: 'master'
index 53687f1..e4e112f 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'usecases'
+    recipients: 'morgan.richomm@orange.com bf1936@att.com rajendra.jaiswal@ericsson.com liam.burke@ericsson.com'
     stream:
       - 'master':
           branch: 'master'
index d3ab0ec..27491d1 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'usecases'
+    recipients: 'morgan.richomm@orange.com bf1936@att.com rahul.tyagi@est.tech eric.e.moore@est.tech raj.gumma@ericsson.com'
     stream:
       - 'master':
           branch: 'master'
index ba91dff..08ec49b 100644 (file)
@@ -5,10 +5,10 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-gvnfm-vnflcm'
+    recipients: 'yangyanyj@chinamobile.com'
     stream: 'master'
     functionality:
       - 'sanity-check':
           trigger_jobs: 'vfc-gvnfm-vnflcm-master-docker-java-version-shell-daily'
     robot-options: ''
     branch: 'master'
-
index 3b76a2a..e4a0d8f 100644 (file)
@@ -5,10 +5,10 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-gvnfm-vnfres'
+    recipients: 'yangyanyj@chinamobile.com'
     stream: 'master'
     functionality:
       - 'sanity-check':
           trigger_jobs: 'vfc-gvnfm-vnfres-master-docker-java-version-shell-daily'
     robot-options: ''
     branch: 'master'
-
index 9affcfc..cb43838 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-nfvo-catalog'
+    recipients: 'yangyanyj@chinamobile.com'
     stream: 'master'
     functionality:
       - 'sanity-check':
index 10accee..390228f 100644 (file)
@@ -5,10 +5,10 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-nfvo-driver-ems'
+    recipients: 'yangyanyj@chinamobile.com'
     stream: 'master'
     functionality:
       - 'sanity-check':
           trigger_jobs: 'vfc-nfvo-driver-ems-master-docker-java-version-shell-daily'
     robot-options: ''
     branch: 'master'
-
index 6d089c7..1905012 100644 (file)
@@ -5,10 +5,10 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-nfvo-driver-sfc'
+    recipients: 'yangyanyj@chinamobile.com'
     stream: 'master'
     functionality:
       - 'sanity-check':
           trigger_jobs: 'vfc-nfvo-driver-sfc-master-docker-java-version-shell-daily'
     robot-options: ''
     branch: 'master'
-
index 93fb9ef..747223e 100644 (file)
@@ -5,10 +5,10 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-nfvo-driver-vnfm-gvnfm'
+    recipients: 'yangyanyj@chinamobile.com'
     stream: 'master'
     functionality:
       - 'sanity-check':
           trigger_jobs: 'vfc-nfvo-driver-vnfm-gvnfm-master-docker-java-version-shell-daily'
     robot-options: ''
     branch: 'master'
-
index 591a8de..3fb23ac 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-nfvo-driver-vnfm-svnfm'
+    recipients: 'yangyanyj@chinamobile.com'
     disabled: true
     stream: 'master'
     functionality:
index 7aeb1b5..c687330 100644 (file)
@@ -5,10 +5,10 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-nfvo-lcm'
+    recipients: 'yangyanyj@chinamobile.com'
     stream: 'master'
     functionality:
       - 'sanity-check':
           trigger_jobs: 'vfc-nfvo-lcm-master-docker-java-version-shell-daily'
     robot-options: ''
     branch: 'master'
-
index 9611a96..6a8377f 100644 (file)
@@ -5,10 +5,10 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-nfvo-multivimproxy'
+    recipients: 'yangyanyj@chinamobile.com'
     stream: 'master'
     functionality:
       - 'sanity-check':
           trigger_jobs: 'vfc-nfvo-multivimproxy-master-docker-java-version-shell-daily'
     robot-options: ''
     branch: 'master'
-
index 304ac8e..1534fd5 100644 (file)
@@ -5,10 +5,10 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-nfvo-resmanagement'
+    recipients: 'yangyanyj@chinamobile.com'
     stream: 'master'
     functionality:
       - 'sanity-check':
           trigger_jobs: 'vfc-nfvo-resmanagement-master-docker-java-version-shell-daily'
     robot-options: ''
     branch: 'master'
-
index ed38bd4..621571c 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-{stream}-verify-csit-{functionality}'
       - '{project-name}-{stream}-csit-{functionality}'
     project-name: 'vfc-nfvo-wfengine'
+    recipients: 'yangyanyj@chinamobile.com'
     disabled: true
     stream: 'master'
     functionality: