We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990bdae commit a9aca8dCopy full SHA for a9aca8d
buildbot/osuosl/master/master.cfg
@@ -39,7 +39,8 @@ c['workers'] = config.workers.get_all()
39
40
c['protocols'] = {'pb': {'port': "tcp:9990:interface=127.0.0.1" if test_mode else 9990}}
41
42
-c['ignoreOfflineWorkersTimeout'] = 30 # minutes.
+if not test_mode: # Config key only supported on downstream buildbot fork.
43
+ c['ignoreOfflineWorkersTimeout'] = 30 # minutes.
44
45
####### CHANGESOURCES
46
0 commit comments