From 0105a941698c7d85b0881fa211031a5ba848df7b Mon Sep 17 00:00:00 2001 From: Kyungwoo Lee Date: Mon, 18 Jul 2016 08:46:45 -0700 Subject: [PATCH] ARM64: Temporarrily disable email notification Currently all Arm64 boxes are dead. They need to be upgraded. --- netci.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netci.groovy b/netci.groovy index 225ae57fda..845fa6133a 100755 --- a/netci.groovy +++ b/netci.groovy @@ -324,7 +324,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os, case 'arm64': if (os == 'Windows_NT') { Utilities.addGithubPushTrigger(job) - addEmailPublisher(job, 'dotnetonarm64@microsoft.com') + //addEmailPublisher(job, 'dotnetonarm64@microsoft.com') } break default: @@ -381,7 +381,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os, else if (architecture == 'arm64') { if (os == 'Windows_NT') { Utilities.addPeriodicTrigger(job, 'H H/12 * * *') - addEmailPublisher(job, 'dotnetonarm64@microsoft.com') + //addEmailPublisher(job, 'dotnetonarm64@microsoft.com') } } } @@ -496,7 +496,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os, if (architecture == 'arm64') { assert (os == 'Windows_NT') Utilities.addPeriodicTrigger(job, '@daily') - addEmailPublisher(job, 'dotnetonarm64@microsoft.com') + //addEmailPublisher(job, 'dotnetonarm64@microsoft.com') } else { Utilities.addPeriodicTrigger(job, '@weekly') -- 2.34.1