File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
buildbot/osuosl/master/config Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 7
7
from buildbot .process .properties import Interpolate
8
8
from buildbot .plugins import reporters
9
9
from buildbot .reporters .generators .build import BuildStartEndStatusGenerator
10
+ from buildbot .reporters .message import MessageFormatterMissingWorker
10
11
from twisted .python import log
11
12
12
13
import config
@@ -380,7 +381,11 @@ def getReporters():
380
381
subject = "MLIR Build Failure: {{ buildername }}" ,
381
382
builders = [
382
383
"mlir-nvidia" ,
383
- "mlir-nvidia-gcc7" ])
384
+ "mlir-nvidia-gcc7" ]),
385
+ reporters .WorkerMissingGenerator (
386
+ workers = ["mlir-nvidia" ],
387
+ message_formatter = MessageFormatterMissingWorker ()
388
+ )
384
389
]),
385
390
reporters .MailNotifier (
386
391
dumpMailsToLog = True , # TODO: For debug purposes only. Remove this later.
You can’t perform that action at this time.
0 commit comments