summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/appc/appc-csit.yaml1
-rw-r--r--jjb/ccsdk/ccsdk-csit.yaml1
-rw-r--r--jjb/clamp/clamp-csit.yaml1
-rw-r--r--jjb/dcaegen2/dcaegen2-platform-mod-genprocessor.yaml33
-rw-r--r--jjb/dcaegen2/dcaegen2-platform-mod-runtimeapi.yaml33
-rw-r--r--jjb/dmaap/dmaap-csit.yaml1
-rw-r--r--jjb/externalapi/externalapi-nbi-csit.yaml1
-rw-r--r--jjb/global-defaults.yaml2
-rw-r--r--jjb/integration/integration-csit.yaml1
-rw-r--r--jjb/modeling/modeling-etsicatalog-csit.yaml3
-rw-r--r--jjb/multicloud/multicloud-csit.yaml1
-rw-r--r--jjb/multicloud/multicloud-k8s-csit.yaml1
-rw-r--r--jjb/multicloud/multicloud-openstack-fcaps-csit.yaml1
-rw-r--r--jjb/multicloud/multicloud-openstack-pike-csit.yaml1
-rw-r--r--jjb/multicloud/multicloud-openstack-starlingx-csit.yaml1
-rw-r--r--jjb/multicloud/multicloud-openstack-vmware-csit.yaml1
-rw-r--r--jjb/multicloud/multicloud-openstack-windriver-csit.yaml1
-rw-r--r--jjb/music/music-csit.yaml1
-rw-r--r--jjb/oparent/oparent.yaml1
-rw-r--r--jjb/optf/optf-cmso-csit.yaml1
-rw-r--r--jjb/optf/optf-osdf-csit.yaml1
-rw-r--r--jjb/sdc/sdc-csit.yaml1
-rw-r--r--jjb/sdc/sdc-dcae-d-csit.yaml1
-rw-r--r--jjb/sdc/sdc-microservices.yaml68
-rw-r--r--jjb/sdc/sdc-sdc-distribution-client.yaml2
-rw-r--r--jjb/sdnc/sdnc-csit.yaml1
-rw-r--r--jjb/so/so-csit.yaml1
-rw-r--r--jjb/usecases/5G-bulkpm.yaml1
-rw-r--r--jjb/usecases/config-over-netconf.yaml1
-rw-r--r--jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml2
-rw-r--r--jjb/vfc/vfc-gvnfm-vnfres-csit.yaml2
-rw-r--r--jjb/vfc/vfc-nfvo-catalog-csit.yaml1
-rw-r--r--jjb/vfc/vfc-nfvo-driver-ems-csit.yaml2
-rw-r--r--jjb/vfc/vfc-nfvo-driver-sfc-csit.yaml2
-rw-r--r--jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml2
-rw-r--r--jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-csit.yaml1
-rw-r--r--jjb/vfc/vfc-nfvo-lcm-csit.yaml2
-rw-r--r--jjb/vfc/vfc-nfvo-multivimproxy-csit.yaml2
-rw-r--r--jjb/vfc/vfc-nfvo-resmanagement-csit.yaml2
-rw-r--r--jjb/vfc/vfc-nfvo-wfengine-csit.yaml1
40 files changed, 171 insertions, 12 deletions
diff --git a/jjb/appc/appc-csit.yaml b/jjb/appc/appc-csit.yaml
index 7e8dfa37a..11bc579b1 100644
--- a/jjb/appc/appc-csit.yaml
+++ b/jjb/appc/appc-csit.yaml
@@ -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'
diff --git a/jjb/ccsdk/ccsdk-csit.yaml b/jjb/ccsdk/ccsdk-csit.yaml
index 2cbdf3e54..fcb12894f 100644
--- a/jjb/ccsdk/ccsdk-csit.yaml
+++ b/jjb/ccsdk/ccsdk-csit.yaml
@@ -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'
diff --git a/jjb/clamp/clamp-csit.yaml b/jjb/clamp/clamp-csit.yaml
index 63b6e80f9..61f7bd868 100644
--- a/jjb/clamp/clamp-csit.yaml
+++ b/jjb/clamp/clamp-csit.yaml
@@ -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
index 000000000..e476fbfeb
--- /dev/null
+++ b/jjb/dcaegen2/dcaegen2-platform-mod-genprocessor.yaml
@@ -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
index 000000000..bd7679c4e
--- /dev/null
+++ b/jjb/dcaegen2/dcaegen2-platform-mod-runtimeapi.yaml
@@ -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'
diff --git a/jjb/dmaap/dmaap-csit.yaml b/jjb/dmaap/dmaap-csit.yaml
index a2429376a..77126de68 100644
--- a/jjb/dmaap/dmaap-csit.yaml
+++ b/jjb/dmaap/dmaap-csit.yaml
@@ -4,6 +4,7 @@
jobs:
- '{project-name}-{stream}-csit-{functionality}'
project-name: 'dmaap'
+ recipients: 'ms5838@att.com'
stream: 'master'
functionality:
- 'mrpubsub':
diff --git a/jjb/externalapi/externalapi-nbi-csit.yaml b/jjb/externalapi/externalapi-nbi-csit.yaml
index ddba04251..e5adc35af 100644
--- a/jjb/externalapi/externalapi-nbi-csit.yaml
+++ b/jjb/externalapi/externalapi-nbi-csit.yaml
@@ -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':
diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml
index 2117c9134..7698bf594 100644
--- a/jjb/global-defaults.yaml
+++ b/jjb/global-defaults.yaml
@@ -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}'
diff --git a/jjb/integration/integration-csit.yaml b/jjb/integration/integration-csit.yaml
index a7fe91608..5a0eedd61 100644
--- a/jjb/integration/integration-csit.yaml
+++ b/jjb/integration/integration-csit.yaml
@@ -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'
diff --git a/jjb/modeling/modeling-etsicatalog-csit.yaml b/jjb/modeling/modeling-etsicatalog-csit.yaml
index 76ebd4f20..e699b68a6 100644
--- a/jjb/modeling/modeling-etsicatalog-csit.yaml
+++ b/jjb/modeling/modeling-etsicatalog-csit.yaml
@@ -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'
diff --git a/jjb/multicloud/multicloud-csit.yaml b/jjb/multicloud/multicloud-csit.yaml
index 1687e9c98..8538713f4 100644
--- a/jjb/multicloud/multicloud-csit.yaml
+++ b/jjb/multicloud/multicloud-csit.yaml
@@ -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':
diff --git a/jjb/multicloud/multicloud-k8s-csit.yaml b/jjb/multicloud/multicloud-k8s-csit.yaml
index 84072303c..28027b813 100644
--- a/jjb/multicloud/multicloud-k8s-csit.yaml
+++ b/jjb/multicloud/multicloud-k8s-csit.yaml
@@ -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:
diff --git a/jjb/multicloud/multicloud-openstack-fcaps-csit.yaml b/jjb/multicloud/multicloud-openstack-fcaps-csit.yaml
index 9630ab3f5..f6710b2c2 100644
--- a/jjb/multicloud/multicloud-openstack-fcaps-csit.yaml
+++ b/jjb/multicloud/multicloud-openstack-fcaps-csit.yaml
@@ -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':
diff --git a/jjb/multicloud/multicloud-openstack-pike-csit.yaml b/jjb/multicloud/multicloud-openstack-pike-csit.yaml
index 180114a90..90bc92785 100644
--- a/jjb/multicloud/multicloud-openstack-pike-csit.yaml
+++ b/jjb/multicloud/multicloud-openstack-pike-csit.yaml
@@ -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:
diff --git a/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml b/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml
index f2dd9999f..39dae5efa 100644
--- a/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml
+++ b/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml
@@ -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':
diff --git a/jjb/multicloud/multicloud-openstack-vmware-csit.yaml b/jjb/multicloud/multicloud-openstack-vmware-csit.yaml
index 4becc196c..ebae9037f 100644
--- a/jjb/multicloud/multicloud-openstack-vmware-csit.yaml
+++ b/jjb/multicloud/multicloud-openstack-vmware-csit.yaml
@@ -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':
diff --git a/jjb/multicloud/multicloud-openstack-windriver-csit.yaml b/jjb/multicloud/multicloud-openstack-windriver-csit.yaml
index c24627634..14eb87adf 100644
--- a/jjb/multicloud/multicloud-openstack-windriver-csit.yaml
+++ b/jjb/multicloud/multicloud-openstack-windriver-csit.yaml
@@ -4,6 +4,7 @@
jobs:
- '{project-name}-{stream}-csit-{functionality}'
project-name: 'multicloud-windriver'
+ recipients: 'bin.yang@windriver.com'
stream: 'master'
disabled: true
functionality:
diff --git a/jjb/music/music-csit.yaml b/jjb/music/music-csit.yaml
index c0299f6d2..22148b369 100644
--- a/jjb/music/music-csit.yaml
+++ b/jjb/music/music-csit.yaml
@@ -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:
diff --git a/jjb/oparent/oparent.yaml b/jjb/oparent/oparent.yaml
index 9deb08948..61ebb75d0 100644
--- a/jjb/oparent/oparent.yaml
+++ b/jjb/oparent/oparent.yaml
@@ -25,6 +25,7 @@
- 'elalto':
branch: 'elalto'
mvn-settings: 'oparent-settings'
+ java-version: openjdk11
files: '**'
archive-artifacts: ''
build-node: ubuntu1604-builder-4c-4g
diff --git a/jjb/optf/optf-cmso-csit.yaml b/jjb/optf/optf-cmso-csit.yaml
index 4bf51652f..3b1de276a 100644
--- a/jjb/optf/optf-cmso-csit.yaml
+++ b/jjb/optf/optf-cmso-csit.yaml
@@ -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
diff --git a/jjb/optf/optf-osdf-csit.yaml b/jjb/optf/optf-osdf-csit.yaml
index 426186778..337d77500 100644
--- a/jjb/optf/optf-osdf-csit.yaml
+++ b/jjb/optf/optf-osdf-csit.yaml
@@ -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':
diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml
index 1af647470..fe8d56c83 100644
--- a/jjb/sdc/sdc-csit.yaml
+++ b/jjb/sdc/sdc-csit.yaml
@@ -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'
diff --git a/jjb/sdc/sdc-dcae-d-csit.yaml b/jjb/sdc/sdc-dcae-d-csit.yaml
index e828e27e6..a8a8f3eed 100644
--- a/jjb/sdc/sdc-dcae-d-csit.yaml
+++ b/jjb/sdc/sdc-dcae-d-csit.yaml
@@ -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
index 000000000..8f3fcf41a
--- /dev/null
+++ b/jjb/sdc/sdc-microservices.yaml
@@ -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
diff --git a/jjb/sdc/sdc-sdc-distribution-client.yaml b/jjb/sdc/sdc-sdc-distribution-client.yaml
index b3053a387..c7a3424ab 100644
--- a/jjb/sdc/sdc-sdc-distribution-client.yaml
+++ b/jjb/sdc/sdc-sdc-distribution-client.yaml
@@ -22,8 +22,6 @@
stream:
- 'master':
branch: 'master'
- - 'elalto':
- branch: 'elalto'
mvn-settings: 'sdc-sdc-distribution-client-settings'
files: '**'
archive-artifacts: ''
diff --git a/jjb/sdnc/sdnc-csit.yaml b/jjb/sdnc/sdnc-csit.yaml
index dd76bd4f9..4450a34b7 100644
--- a/jjb/sdnc/sdnc-csit.yaml
+++ b/jjb/sdnc/sdnc-csit.yaml
@@ -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'
diff --git a/jjb/so/so-csit.yaml b/jjb/so/so-csit.yaml
index c76685dbb..8feffb616 100644
--- a/jjb/so/so-csit.yaml
+++ b/jjb/so/so-csit.yaml
@@ -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'
diff --git a/jjb/usecases/5G-bulkpm.yaml b/jjb/usecases/5G-bulkpm.yaml
index 53687f11c..e4e112fdc 100644
--- a/jjb/usecases/5G-bulkpm.yaml
+++ b/jjb/usecases/5G-bulkpm.yaml
@@ -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'
diff --git a/jjb/usecases/config-over-netconf.yaml b/jjb/usecases/config-over-netconf.yaml
index d3ab0ecdd..27491d1ae 100644
--- a/jjb/usecases/config-over-netconf.yaml
+++ b/jjb/usecases/config-over-netconf.yaml
@@ -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'
diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml
index ba91dff33..08ec49b6c 100644
--- a/jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml
+++ b/jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml
@@ -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'
-
diff --git a/jjb/vfc/vfc-gvnfm-vnfres-csit.yaml b/jjb/vfc/vfc-gvnfm-vnfres-csit.yaml
index 3b76a2ab9..e4a0d8fa5 100644
--- a/jjb/vfc/vfc-gvnfm-vnfres-csit.yaml
+++ b/jjb/vfc/vfc-gvnfm-vnfres-csit.yaml
@@ -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'
-
diff --git a/jjb/vfc/vfc-nfvo-catalog-csit.yaml b/jjb/vfc/vfc-nfvo-catalog-csit.yaml
index 9affcfc05..cb438381f 100644
--- a/jjb/vfc/vfc-nfvo-catalog-csit.yaml
+++ b/jjb/vfc/vfc-nfvo-catalog-csit.yaml
@@ -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':
diff --git a/jjb/vfc/vfc-nfvo-driver-ems-csit.yaml b/jjb/vfc/vfc-nfvo-driver-ems-csit.yaml
index 10accee31..390228f7a 100644
--- a/jjb/vfc/vfc-nfvo-driver-ems-csit.yaml
+++ b/jjb/vfc/vfc-nfvo-driver-ems-csit.yaml
@@ -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'
-
diff --git a/jjb/vfc/vfc-nfvo-driver-sfc-csit.yaml b/jjb/vfc/vfc-nfvo-driver-sfc-csit.yaml
index 6d089c75e..1905012dc 100644
--- a/jjb/vfc/vfc-nfvo-driver-sfc-csit.yaml
+++ b/jjb/vfc/vfc-nfvo-driver-sfc-csit.yaml
@@ -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'
-
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml
index 93fb9ef68..747223e25 100644
--- a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml
+++ b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml
@@ -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'
-
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-csit.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-csit.yaml
index 591a8de79..3fb23ac79 100644
--- a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-csit.yaml
+++ b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-csit.yaml
@@ -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:
diff --git a/jjb/vfc/vfc-nfvo-lcm-csit.yaml b/jjb/vfc/vfc-nfvo-lcm-csit.yaml
index 7aeb1b5a3..c68733073 100644
--- a/jjb/vfc/vfc-nfvo-lcm-csit.yaml
+++ b/jjb/vfc/vfc-nfvo-lcm-csit.yaml
@@ -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'
-
diff --git a/jjb/vfc/vfc-nfvo-multivimproxy-csit.yaml b/jjb/vfc/vfc-nfvo-multivimproxy-csit.yaml
index 9611a96fa..6a8377f1b 100644
--- a/jjb/vfc/vfc-nfvo-multivimproxy-csit.yaml
+++ b/jjb/vfc/vfc-nfvo-multivimproxy-csit.yaml
@@ -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'
-
diff --git a/jjb/vfc/vfc-nfvo-resmanagement-csit.yaml b/jjb/vfc/vfc-nfvo-resmanagement-csit.yaml
index 304ac8e48..1534fd5ea 100644
--- a/jjb/vfc/vfc-nfvo-resmanagement-csit.yaml
+++ b/jjb/vfc/vfc-nfvo-resmanagement-csit.yaml
@@ -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'
-
diff --git a/jjb/vfc/vfc-nfvo-wfengine-csit.yaml b/jjb/vfc/vfc-nfvo-wfengine-csit.yaml
index ed38bd43c..621571cb5 100644
--- a/jjb/vfc/vfc-nfvo-wfengine-csit.yaml
+++ b/jjb/vfc/vfc-nfvo-wfengine-csit.yaml
@@ -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: