EBernhardson has uploaded a new change for review. https://gerrit.wikimedia.org/r/265787
Change subject: repoint oozie job failure emails to [email protected] ...................................................................... repoint oozie job failure emails to [email protected] Bug: T122617 Change-Id: I73437b415a55b5437da746cee3cb91b1b82163bd --- M oozie/popularity_score/workflow.xml M oozie/transfer_to_es/workflow.xml 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/discovery/analytics refs/changes/87/265787/1 diff --git a/oozie/popularity_score/workflow.xml b/oozie/popularity_score/workflow.xml index fb749c8..5437fc5 100644 --- a/oozie/popularity_score/workflow.xml +++ b/oozie/popularity_score/workflow.xml @@ -204,7 +204,7 @@ </property> <property> <name>to</name> - <value>[email protected],[email protected],[email protected]</value> + <value>[email protected]</value> </property> </configuration> </sub-workflow> diff --git a/oozie/transfer_to_es/workflow.xml b/oozie/transfer_to_es/workflow.xml index 7475cca..82ed6a3 100644 --- a/oozie/transfer_to_es/workflow.xml +++ b/oozie/transfer_to_es/workflow.xml @@ -153,7 +153,7 @@ </property> <property> <name>to</name> - <value>[email protected],[email protected],[email protected]</value> + <value>[email protected]</value> </property> </configuration> </sub-workflow> -- To view, visit https://gerrit.wikimedia.org/r/265787 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I73437b415a55b5437da746cee3cb91b1b82163bd Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/discovery/analytics Gerrit-Branch: master Gerrit-Owner: EBernhardson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
