ARM64: Reenable email notification
authorKyungwoo Lee <kyulee@microsoft.com>
Thu, 21 Jul 2016 15:05:28 +0000 (08:05 -0700)
committerKyungwoo Lee <kyulee@microsoft.com>
Thu, 21 Jul 2016 15:05:28 +0000 (08:05 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/ecb2d02aaefec3e126981faa28e52c4f02b5f057

src/coreclr/netci.groovy

index a34cced..3787e54 100755 (executable)
@@ -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')