From 1b3e81190421153b52f9126030d2cfd1198d38d7 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Fri, 26 Feb 2021 15:01:57 -0800 Subject: [PATCH] Fix reviewers mail in JJB Change-Id: I86fa72394d688928022a926d5f9f68f5056d1ac7 Signed-off-by: Luis Gomez --- jjb/autorelease/autorelease-templates.yaml | 2 +- jjb/integration/integration-test-jobs.yaml | 2 +- jjb/releng-jobs.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/autorelease/autorelease-templates.yaml b/jjb/autorelease/autorelease-templates.yaml index 8e536528b..531d52a93 100644 --- a/jjb/autorelease/autorelease-templates.yaml +++ b/jjb/autorelease/autorelease-templates.yaml @@ -254,7 +254,7 @@ gerrit-host: "git.opendaylight.org" gerrit-topic: "autorelease-update-submodules" gerrit-commit-message: "Update submodules to latest HEAD of branch" - reviewers-email: "" + reviewers-email: "jenkins-releng@opendaylight.org" publishers: - lf-infra-publish diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index f4461f6a8..96389f490 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -633,7 +633,7 @@ gerrit-host: "git.opendaylight.org" gerrit-topic: "auto-update-csit-jobs-{stream}" gerrit-commit-message: "Auto Update CSIT Jobs to run for {stream}" - reviewers-email: "" + reviewers-email: "jenkins-releng@opendaylight.org" publishers: - lf-infra-publish diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 28ab10d15..1f7c6a158 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -168,7 +168,7 @@ gerrit-host: "git.opendaylight.org" gerrit-topic: "releng-update-cloud-image-list" gerrit-commit-message: "Update cloud image list docs" - reviewers-email: "integration-dev@lists.opendaylight.org" + reviewers-email: "jenkins-releng@opendaylight.org" publishers: - email-notification: -- 2.36.6