Merge "Removed notificationEmail param from pipelines"
diff --git a/jjb/build_openolt_deb.yaml b/jjb/build_openolt_deb.yaml
index e1b8cf6..9cc5408 100644
--- a/jjb/build_openolt_deb.yaml
+++ b/jjb/build_openolt_deb.yaml
@@ -30,12 +30,6 @@
build-days-to-keep: '{build-days-to-keep}'
artifact-num-to-keep: '{artifact-num-to-keep}'
- parameters:
- - string:
- name: notificationEmail
- default: 'shad@opennetworking.org kailash@opennetworking.org'
- description: ''
-
node: 'qct-pod3-node2'
project-type: pipeline
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index be17049..84428df 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -82,11 +82,6 @@
default: '{profile}'
description: 'Profile in which this job installs'
- - string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org'
- description: ''
-
- bool:
name: installMonitoringAndLogging
default: false
@@ -252,11 +247,6 @@
description: "Onus per PonPort"
- string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org'
- description: ''
-
- - string:
name: openoltAdapterChart
default: '{openoltAdapterChart}'
description: 'OpenOLT chart name (or location on file system)'
@@ -334,11 +324,6 @@
name: branch
default: '{branch}'
- - string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org'
- description: ''
-
concurrent: true
pipeline-scm:
@@ -415,11 +400,6 @@
name: branch
default: '{branch}'
- - string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org'
- description: ''
-
- bool:
name: configurePod
default: true
@@ -516,11 +496,6 @@
name: branch
default: '{branch}'
- - string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org'
- description: ''
-
- bool:
name: configurePod
default: true
@@ -612,11 +587,6 @@
name: branch
default: '{branch}'
- - string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org'
- description: ''
-
concurrent: true
pipeline-scm:
@@ -689,11 +659,6 @@
name: branch
default: '{branch}'
- - string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org'
- description: ''
-
concurrent: true
pipeline-scm:
@@ -771,11 +736,6 @@
default: '{profile}'
description: 'Profile in which this job installs'
- - string:
- name: notificationEmail
- default: 'luca@opennetworking.org, teo@opennetworking.org, weiyu@opennetworking.org'
- description: ''
-
- bool:
name: configurePod
default: true
diff --git a/jjb/pipeline/mcord-build-test.groovy b/jjb/pipeline/mcord-build-test.groovy
index a5ebb66..8d2269e 100644
--- a/jjb/pipeline/mcord-build-test.groovy
+++ b/jjb/pipeline/mcord-build-test.groovy
@@ -132,7 +132,6 @@
sh (script: "ssh -oStrictHostKeyChecking=no -i ~/.ssh/cord ubuntu@${node_ip} 'export OS_CLOUD=openstack_helm; openstack server list --all-projects 1>&2'", returnStdout: true)
}
- step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "${notificationEmail}", sendToIndividuals: false])
- }
+ }
}
}
diff --git a/jjb/pipeline/voltha-physical-functional-tests.groovy b/jjb/pipeline/voltha-physical-functional-tests.groovy
index 5d7c5e7..241d5d9 100644
--- a/jjb/pipeline/voltha-physical-functional-tests.groovy
+++ b/jjb/pipeline/voltha-physical-functional-tests.groovy
@@ -324,8 +324,5 @@
]);
archiveArtifacts artifacts: '*.log,*.gz,*.tgz,etcd/*.log'
}
- unstable {
- step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "${notificationEmail}", sendToIndividuals: false])
- }
}
}
diff --git a/jjb/pipeline/voltha-physical-soak-dt-tests.groovy b/jjb/pipeline/voltha-physical-soak-dt-tests.groovy
index 50fa092..2a0902f 100644
--- a/jjb/pipeline/voltha-physical-soak-dt-tests.groovy
+++ b/jjb/pipeline/voltha-physical-soak-dt-tests.groovy
@@ -294,8 +294,5 @@
]);
archiveArtifacts artifacts: '*.log,*.gz,*.tgz,etcd/*.log'
}
- unstable {
- step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "${notificationEmail}", sendToIndividuals: false])
- }
}
}
diff --git a/jjb/pipeline/voltha-physical-soak-tests.groovy b/jjb/pipeline/voltha-physical-soak-tests.groovy
index 1ec68bd..4bb8b02 100644
--- a/jjb/pipeline/voltha-physical-soak-tests.groovy
+++ b/jjb/pipeline/voltha-physical-soak-tests.groovy
@@ -230,8 +230,5 @@
]);
archiveArtifacts artifacts: '*.log,*.gz,*.tgz,etcd/*.log'
}
- unstable {
- step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "${notificationEmail}", sendToIndividuals: false])
- }
}
}
diff --git a/jjb/pipeline/voltha-tt-physical-functional-tests.groovy b/jjb/pipeline/voltha-tt-physical-functional-tests.groovy
index 3238fcd..e7250aa 100644
--- a/jjb/pipeline/voltha-tt-physical-functional-tests.groovy
+++ b/jjb/pipeline/voltha-tt-physical-functional-tests.groovy
@@ -311,8 +311,5 @@
]);
archiveArtifacts artifacts: '*.log,*.gz,*.tgz'
}
- unstable {
- step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "${notificationEmail}", sendToIndividuals: false])
- }
}
}
diff --git a/jjb/pipeline/xos-integration-tests.groovy b/jjb/pipeline/xos-integration-tests.groovy
index 5874c43..42eb8ad 100644
--- a/jjb/pipeline/xos-integration-tests.groovy
+++ b/jjb/pipeline/xos-integration-tests.groovy
@@ -201,7 +201,6 @@
reportFileName: 'RobotLogs/report*.html',
unstableThreshold: 0]);
archiveArtifacts artifacts: '*.log'
- step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "${params.notificationEmail}", sendToIndividuals: false])
}
}
diff --git a/jjb/verify/openolt.yaml b/jjb/verify/openolt.yaml
index 04ae7b4..c2fd142 100644
--- a/jjb/verify/openolt.yaml
+++ b/jjb/verify/openolt.yaml
@@ -41,12 +41,6 @@
build-days-to-keep: '{build-days-to-keep}'
artifact-num-to-keep: '{artifact-num-to-keep}'
- parameters:
- - string:
- name: notificationEmail
- default: '$GERRIT_EVENT_ACCOUNT_EMAIL'
- description: 'Verification failure of patch $GERRIT_CHANGE_NUMBER to {project} repo'
-
node: 'openolt_deb_onf_agent'
project-type: pipeline
concurrent: true
diff --git a/jjb/voltha-e2e.yaml b/jjb/voltha-e2e.yaml
index 09d4300..53452a0 100755
--- a/jjb/voltha-e2e.yaml
+++ b/jjb/voltha-e2e.yaml
@@ -1120,11 +1120,6 @@
default: '{profile}'
description: 'Technology Profile pushed to the ETCD'
- - string:
- name: notificationEmail
- default: 'andy@opennetworking.org'
- description: ''
-
- bool:
name: reinstallOlt
default: true
diff --git a/jjb/voltha-test/voltha-nightly-jobs.yaml b/jjb/voltha-test/voltha-nightly-jobs.yaml
index 83f6243..cf7c91b 100644
--- a/jjb/voltha-test/voltha-nightly-jobs.yaml
+++ b/jjb/voltha-test/voltha-nightly-jobs.yaml
@@ -68,11 +68,6 @@
default: '{branch}'
- string:
- name: notificationEmail
- default: 'you@opennetworking.org, suchitra@opennetworking.org'
- description: ''
-
- - string:
name: workFlow
default: '{work-flow}'
description: 'Installs and uses the specified work flow on the POD'
diff --git a/jjb/xos-integration-tests.yaml b/jjb/xos-integration-tests.yaml
index 3e0eebe..dde320f 100644
--- a/jjb/xos-integration-tests.yaml
+++ b/jjb/xos-integration-tests.yaml
@@ -58,11 +58,6 @@
default: 'robot -d Log -T -v xos_chameleon_url:127.0.0.1 -v xos_chameleon_port:30006 -v cord_kafka:\$CORD_KAFKA_IP -v num_olts:10 -v num_onus:1 -v num_pon_ports:10 -v timeout:360s xos-scale-att-workflow.robot'
description: 'Exact command to execute the tests including arguments'
- - string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, teo@opennetworking.org'
- description: ''
-
project-type: pipeline
concurrent: false
@@ -117,11 +112,6 @@
default: 'robot -d Log -T -v helm_chart:$WORKSPACE/cord/helm-charts/xos-services/simpleexampleservice xos-remove-service.robot xos-service-migrations.robot'
description: 'Exact command to execute the tests including arguments'
- - string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, smbaker@opennetworking.org'
- description: ''
-
project-type: pipeline
concurrent: false
@@ -176,11 +166,6 @@
default: 'robot -d Log -T xos-backup.robot'
description: 'Exact command to execute the tests including arguments'
- - string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, smbaker@opennetworking.org'
- description: ''
-
project-type: pipeline
concurrent: false
@@ -245,11 +230,6 @@
default: 'robot -d Log -T -v server_ip:127.0.0.1 -v server_port:30006 -v cord_kafka:\$CORD_KAFKA_IP ATT_Workflow.robot'
description: 'Exact command to execute the tests including arguments'
- - string:
- name: notificationEmail
- default: 'kailash@opennetworking.org, teo@opennetworking.org'
- description: ''
-
- bool:
name: InstallService
default: true