summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@microsoft.com>2016-07-21 08:05:28 -0700
committerKyungwoo Lee <kyulee@microsoft.com>2016-07-21 08:05:28 -0700
commitecb2d02aaefec3e126981faa28e52c4f02b5f057 (patch)
tree94c5212de7db799df384b0d2fbd5261f738c07cf /netci.groovy
parent92eeb0ef418b5c2aa08350a73b813c515c993ff6 (diff)
downloadcoreclr-ecb2d02aaefec3e126981faa28e52c4f02b5f057.tar.gz
coreclr-ecb2d02aaefec3e126981faa28e52c4f02b5f057.tar.bz2
coreclr-ecb2d02aaefec3e126981faa28e52c4f02b5f057.zip
ARM64: Reenable email notification
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy6
1 files changed, 3 insertions, 3 deletions
diff --git a/netci.groovy b/netci.groovy
index a34ccedd8e..3787e54a4d 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -323,7 +323,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:
@@ -380,7 +380,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')
}
}
}
@@ -495,7 +495,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')