summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2019-11-18 16:29:11 +0100
committerJessica Wagantall <jwagantall@linuxfoundation.org>2019-11-18 17:36:29 +0000
commit609a72b0f589a72f2d727e4ddb143b5e7eac9273 (patch)
tree78bd9d84ec22431eb0cd7e3607328e03fcb8d476
parentda694d583acb474b8c7b753aa3bb9b5c04e91082 (diff)
Add PTL mail notification for CSIT tests
Use PTL mail address to notify in case of csit job errors Issue-ID: INT-1363 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I698f109c29c85ccca1b5c9eab5fab231918c6e0d
-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/dmaap/dmaap-csit.yaml1
-rw-r--r--jjb/externalapi/externalapi-nbi-csit.yaml1
-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/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/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
34 files changed, 35 insertions, 9 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/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/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/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/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: