tardyp changed the topic of #buildbot to: A Software Freedom Conservancy Project | Buildbot-3.0.2 | docs: http://docs.buildbot.net/current/ | tutorial: http://docs.buildbot.net/current/tutorial | logs: https://freenode.irclog.whitequark.org/buildbot
Cheyenne has quit [Quit: Leaving]
felixfontein has quit [Quit: reboot]
felixfontein has joined #buildbot
koobs has quit [Ping timeout: 252 seconds]
kkleine has joined #buildbot
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 265 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 240 seconds]
Cheyenne has joined #buildbot
kkleine has quit [Ping timeout: 276 seconds]
jcarl43 has joined #buildbot
Cheyenne has quit [Ping timeout: 268 seconds]
Cheyenne has joined #buildbot
felixfontein has quit [*.net *.split]
tuxillo has quit [*.net *.split]
p12tic has quit [*.net *.split]
felixfontein has joined #buildbot
p12tic has joined #buildbot
tuxillo has joined #buildbot
aakashjain has joined #buildbot
<aakashjain> Is it possible for one worker to run multiple builds in parallel on ONE builder?
<aakashjain> Does buildbot still supports robots.txt after buildbot 0.9 removed hosting public_html? Is there a recommended robots.txt to disalllow indexing of buildbot webpages (e.g.: #/builders, #/workers)?
<aakashjain> tardyp, p12tic ^
<tardyp> I guess this is a no for all questions..
<cmouse> aakashjain: you should usually put something like nginx or apache in front
<cmouse> aakashjain: which can serve robots.txt
<aakashjain> cmouse: I have nginx in front.
<cmouse> aakashjain: then tell it to serve robots.txt
<aakashjain> should I have robots.txt for nginx which disallow buildbot webpages?
<cmouse> aakashjain: Up To You.
<aakashjain> cmouse: is there a recommended approach? do people usually use it in production buildbot deployment (with buildbot 0.9 or later)?
<cmouse> my bb is not accessible by crawlers
<cmouse> so i couldn't say
<aakashjain> cmouse: i am wondering if we should have for https://build.webkit.org and https://ews-build.webkit.org which are public buildbot instances.
<aakashjain> We have an old robots.txt (from buildbot 0.8 time) at https://github.com/WebKit/WebKit/blob/main/Tools/CISupport/build-webkit-org/public_html/robots.txt
<aakashjain> I wonder if that should be updated appropriately or be deleted.
jcarl43 has quit [Quit: WeeChat 3.1]
Cheyenne has quit [Quit: Leaving]
aakashjain has quit [Remote host closed the connection]
<dol-sen> aakashjain, if you want a system to run multiple different jobs at same time for same builder/factory, set up multiple workers on the same system, each will log in to the master and acept one job at a time for that builder, of course the builder must be configured to use all those other workers
<dol-sen> you just have to make sure the builder/factory are not overloading the systems capabilities, but light load factories would not be a problem
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot