verm__ changed the topic of #buildbot to: A Software Freedom Conservancy Project | Buildbot-3.5.0 | docs: http://docs.buildbot.net/current/ | tutorial: http://docs.buildbot.net/current/tutorial | irclogs: https://libera.irclog.whitequark.org/buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
aakashja_ has joined #buildbot
aakashjain has quit [Read error: Connection reset by peer]
aakashja_ has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 246 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 260 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 260 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 260 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 246 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 246 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 264 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 252 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 250 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 260 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 250 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 250 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 246 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 250 seconds]
mjw has quit [Killed (NickServ (GHOST command used by wielaard!~mjw_@2001:1c06:2488:1400:9e5c:8eff:fe8f:a440))]
wielaard is now known as mjw
mark_ has joined #buildbot
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 265 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 248 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Read error: Connection reset by peer]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 248 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 248 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 264 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 250 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 250 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashja_ has joined #buildbot
aakashjain has quit [Ping timeout: 265 seconds]
aakashja_ has quit [Ping timeout: 264 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 248 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 246 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
aakashjain has quit [Read error: Connection reset by peer]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 264 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 264 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
rjarry has quit [Quit: KTHXBYE]
rjarry has joined #buildbot
manx has quit [Remote host closed the connection]
manx has joined #buildbot
<aakashjain> Is it possible to run buildbot on kubernetes?
<aakashjain> @tardyp ^
mjw has quit [Killed (NickServ (GHOST command used by mark_!~mark@gnu.wildebeest.org))]
mark_ is now known as mjw
wielaard has joined #buildbot
<zware> aakashjain: I haven't done so, but I don't see any reason why you couldn't
<aakashjain> zware: I wonder how will the ongoing builds be handled if one pod goes down, and another one comes up. Will the ongoing builds be cancelled/retried or they can be gracefully moved to another master (assuming appropriate multi-master setup)
<zware> aakashjain: That I can't tell you; I've only dealt with single-master as yet
<aakashjain> zware: ok, Thanks
<dol-sen> aakashjain, from my limited experience with multi-master, all builds are available on all masters
<dol-sen> if a worker doing the build isn't killed, it should keep working to completion
<dol-sen> but I didn't have an instance where a master was killed mid build
<dol-sen> in the end my bosses went with independant systems
<aakashjain> dol-sen: ok. Yeah, all builds are available to be displayed in web UI (I guess since it fetch the state from the database).
<aakashjain> My concern was specifically about what happen to an on-going build when the corresponding master goes down. Can that be gracefully handles by other masters or not? Would the worker gracefully connect to other master and continue with the build?
<dol-sen> for multi-master setup, everything is run thru a communication router
<dol-sen> and the masters subscribe to it
<dol-sen> the workers send the logs to the router
<dol-sen> if I am remembering correctly
<dol-sen> and the router sends the logs to the db (I think)
<dol-sen> it has been 5 years since I last looked at that
<dol-sen> hmm, I think I did kill a master while a build was in progress (testing) and the other masters were usable to that build
<dol-sen> the only thing I found back then was that the other masters didn't get the same level detail of the build steps or something like that
<aakashjain> dol-sen: ok, that's good to know. Thanks
<dol-sen> which was also many releases ago, so that could very well have changed
<dol-sen> best advice, do a test ;)
<aakashjain> dol-sen: Yeah, will test it out, thanks.
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 268 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 260 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 250 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 264 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]