ChanServ changed the topic of #freedesktop to: https://www.freedesktop.org infrastructure and online services || for questions about freedesktop.org projects, please see each project's contact || for discussions about specifications, please use https://gitlab.freedesktop.org/xdg or xdg@lists.freedesktop.org
psykose_ has quit [Remote host closed the connection]
psykose has joined #freedesktop
ity has quit [Remote host closed the connection]
scrumplex has joined #freedesktop
scrumplex_ has quit [Ping timeout: 480 seconds]
alanc has quit [Remote host closed the connection]
alanc has joined #freedesktop
noodlez1232 has quit [Remote host closed the connection]
noodlez1232 has joined #freedesktop
noodlez1232 has quit [Remote host closed the connection]
swatish2 has quit []
cptaffe has joined #freedesktop
sentry has joined #freedesktop
snetry has quit [Ping timeout: 480 seconds]
Zathras_11 has joined #freedesktop
Zathras has quit [Ping timeout: 480 seconds]
Haven0320 has quit [Read error: No route to host]
Haven0320 has joined #freedesktop
Haven0320 has quit [Ping timeout: 480 seconds]
Haven0320 has joined #freedesktop
AbleBacon has quit [Read error: Connection reset by peer]
ximion has quit [Read error: Connection reset by peer]
eluks has quit [Remote host closed the connection]
eluks has joined #freedesktop
DemiMarie__ is now known as DemiMarie
swatish2 has joined #freedesktop
Shibe has quit []
mriesch has quit [Remote host closed the connection]
mriesch has joined #freedesktop
sima has joined #freedesktop
jsa1 has joined #freedesktop
valentine has quit [Quit: Reconnecting]
valentine has joined #freedesktop
tzimmermann has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
swatish2 has joined #freedesktop
<mupuf> bentiss, daniels: On a related note to the expiring tokens, did you notice that you can now give the allow rotation role to tokens? This can allow tokens to be rotated by their user. I'll add support for that in CI-tron so that we don't have to have tokens that never expire and could get leaked without our knowledge.
crnx has joined #freedesktop
crnx has quit [Quit: leaving]
crnx has joined #freedesktop
<bentiss> mupuf: that's interesting, but we'd till need to update the deployments where they are used, no? I don't understand how the environment variable can be changed otherwise...
<bentiss> daniels: no worries and enjoy your time off
<mupuf> bentiss: yes, I realized that. That's why I said it was a related note rather than a potential fix ;)
<mupuf> maaaaayyybe the API role could update CI variables?
<mupuf> no idea...
<bentiss> and also, how this is working? because once the token is generated, you can't read it on the UI, so... that feels weird :)
crnx has quit []
crnx has joined #freedesktop
<bentiss> looking into the docs... it seems you can use the token itself to call the 'rotate' api endpoint, and this endpoint only
<bentiss> so we'd still need some service which checks for the expiration date, and calls the api before expiring and update everything... not sure I want to work on that :(
<mupuf> bentiss: yes, that makes no sense in this case
<mupuf> but it does make sense for the registration tokens we give out to farm owners: We could set an expiration date of 1 month, and let them rotate the token. In other words, they would keep access as long as their farm remains online
<mupuf> and they would have to ask again if it lapsed
<bentiss> yeah, as long as I don't have to do more work :)
<mupuf> oh, absolutely, no work needed from you ;)
<mupuf> just a little bit of work for me in CI-tron ;)
<bentiss> heh
Haven0320 has quit [Ping timeout: 480 seconds]
<dj-death> is there a problem with Marge atm? : https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36916
crnx has quit [Quit: leaving]
alarumbe has joined #freedesktop
mahkoh has quit [Ping timeout: 480 seconds]
mahkoh has joined #freedesktop
<bentiss> (IOW, there is no extra logs from the console)
noodlez1232 has joined #freedesktop
<daniels> dj-death: don't push a rebase with a Part-of trailer
<daniels> if the rebase is a no-op (base commit is the same, commit message is unchanged), marge can't actually push the new changes, so the pipeline doesn't actually start
<daniels> the easy way is to not include the Part-of trailer in your commit messages
<daniels> I did try to push a fix upstream for that but it died in review
<dj-death> daniels: thanks
<dj-death> just need to drop it if inserted by Marge
<daniels> yeah
vkareh has joined #freedesktop
ity has joined #freedesktop
mahkoh has quit [Ping timeout: 480 seconds]
mahkoh has joined #freedesktop
mahkoh has quit [Read error: Connection reset by peer]
mahkoh has joined #freedesktop
crnx has joined #freedesktop
guludo has joined #freedesktop
ximion has joined #freedesktop
martink has joined #freedesktop
mahkoh has quit [Ping timeout: 480 seconds]
mahkoh has joined #freedesktop
martink has quit [Remote host closed the connection]
krastevm has quit [Ping timeout: 480 seconds]
martink has joined #freedesktop
mahkoh has quit [Read error: Connection reset by peer]
mahkoh has joined #freedesktop
JanC has quit [Remote host closed the connection]
JanC has joined #freedesktop
Haven0320 has joined #freedesktop
alatiera9 has joined #freedesktop
alatiera has quit [Read error: Connection reset by peer]
alatiera9 is now known as alatiera
snetry has joined #freedesktop
sentry has quit [Ping timeout: 480 seconds]
MrBonkers has quit [Quit: The Lounge - https://thelounge.chat]
MrBonkers has joined #freedesktop
haaninjo has joined #freedesktop
guludo has quit [Quit: WeeChat 4.7.0]
guludo has joined #freedesktop
sentry has joined #freedesktop
snetry has quit [Ping timeout: 480 seconds]
swatish2 has quit [Ping timeout: 480 seconds]
AbleBacon has joined #freedesktop
dcunit3d has quit [Remote host closed the connection]
jsa1 has quit [Ping timeout: 480 seconds]
tzimmermann has quit [Quit: Leaving]
dcunit3d has joined #freedesktop
<eric_engestrom> lists.fd.o is timing out (and this time it's not just on my wifi 😅)
<eric_engestrom> daniels: for your fix of the no-op rebase, I understand your arguments, but iirc it would kill the "reassign to marge after the pipeline timed out because it actually finished a minute later" use-case, which I think is more important, so unless we can have both, I don't think your fix is worth it. maybe you can make your code only execute if the current pipeline is not created by marge, or something like that?
* eric_engestrom should be posting that on your MR, not here; no idea if that's already done, it's been so long
<daniels> eric_engestrom: sure, I can see that
<daniels> otoh that case does require manual intervention anyway, as it's very rare for the queue to be completely empty
<eric_engestrom> sure, but it's easy enough to unassign/reassign a couple of MRs to put them back in the queue behind the MR we want
flom84 has joined #freedesktop
flom84 has quit [Remote host closed the connection]
JanC has quit [Remote host closed the connection]
crnx has quit [Quit: leaving]
crnx has joined #freedesktop
JanC has joined #freedesktop
crnx has quit []
olivial_ has joined #freedesktop
crnx has joined #freedesktop
crnx has quit []
olivial has quit [Ping timeout: 480 seconds]
crnx has joined #freedesktop
crnx has quit [Quit: leaving]
crnx has joined #freedesktop
sima has quit [Ping timeout: 480 seconds]
aswar002 has joined #freedesktop
Shibe has joined #freedesktop
snetry has joined #freedesktop
sentry has quit [Ping timeout: 480 seconds]
demarchi has quit [Quit: Coyote finally caught me]
itaipu has quit [Ping timeout: 480 seconds]
itaipu has joined #freedesktop
AbleBacon has quit [Read error: Connection reset by peer]
vkareh has quit [Quit: WeeChat 4.7.1]
haaninjo has quit [Quit: Ex-Chat]
pzanoni has quit [Quit: WeeChat 4.7.1]
guludo has quit [Ping timeout: 480 seconds]