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
<mns> I just came across buildbot via https://lab.llvm.org and am going to go through the documentation and tutorial. Two things that I've not come across yet is if workers run on Windows ? And another thing I need is role based access control
<ewong> mns: yes.. it works in Windows..
<ewong> wow.. buildbot is up to 3.5 now..
<mns> ewong: thanks. that helps.
<sknebel> mns: regarding access control, its mostly only suitable for restricting write access. I.e. you can't really set it up so that some builds are entirely invisible to some people
<sknebel> but you can e.g. say "only group X can launch deploy jobs, only group Y can trigger any build for product A, ..."
<sknebel> (we run multiple buildbots for different user groups for this reason, because we have cases where its not acceptable that they know anything about each other)
<mns> sknebel: that's good to know
<mns> thank you
<mns> I'm coming from a Bamboo/Jenkins centric world, this seems a little different from that.
<ewong> mns: funny.. I'm using Jenkins right now (used Buildbot when it was around 0.9) I'm getting irritated by the java update situation.
guinevere has quit [Ping timeout: 268 seconds]
guinevere has joined #buildbot
guinevere_ has joined #buildbot
guinevere has quit [Ping timeout: 256 seconds]
guinevere_ is now known as guinevere
p12tic has joined #buildbot
mark_ is now known as mjw
<mns> ewong: what is the java update situation you're speaking of ? It seems to me that buildbot can provide a somewhat more flexible software delivery platform. I've yet to go read the docs or anything, just based on what I briefly read and saw on the website.
<mns> I'm exploring other tools out there besides Jenkins.
guinevere has quit [Ping timeout: 264 seconds]
guinevere has joined #buildbot
guinevere has quit [Remote host closed the connection]
guinevere has joined #buildbot
mjw has quit [Killed (zirconium.libera.chat (Nickname regained by services))]
Guest8652 has joined #buildbot
p12tic has quit [Ping timeout: 256 seconds]
<ewong> mns currently at Java 11.. need to update to either 17 or 21 next year. and I *still* haven't figured out how to update windows builders' agent.jar