Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0105a94

Browse files
committed
ARM64: Temporarrily disable email notification
Currently all Arm64 boxes are dead. They need to be upgraded.
1 parent 4ec1a49 commit 0105a94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netci.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
324324
case 'arm64':
325325
if (os == 'Windows_NT') {
326326
Utilities.addGithubPushTrigger(job)
327-
addEmailPublisher(job, '[email protected]')
327+
//addEmailPublisher(job, '[email protected]')
328328
}
329329
break
330330
default:
@@ -381,7 +381,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
381381
else if (architecture == 'arm64') {
382382
if (os == 'Windows_NT') {
383383
Utilities.addPeriodicTrigger(job, 'H H/12 * * *')
384-
addEmailPublisher(job, '[email protected]')
384+
//addEmailPublisher(job, '[email protected]')
385385
}
386386
}
387387
}
@@ -496,7 +496,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
496496
if (architecture == 'arm64') {
497497
assert (os == 'Windows_NT')
498498
Utilities.addPeriodicTrigger(job, '@daily')
499-
addEmailPublisher(job, '[email protected]')
499+
//addEmailPublisher(job, '[email protected]')
500500
}
501501
else {
502502
Utilities.addPeriodicTrigger(job, '@weekly')

0 commit comments

Comments
 (0)