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
columbarius has joined #freedesktop
co1umbarius has quit [Ping timeout: 480 seconds]
oldpcuser_ has quit [Remote host closed the connection]
oldpcuser has joined #freedesktop
Jesica has joined #freedesktop
<Jesica>
Come Visit us @ irc.twistednet.org channel #twisted
Jesica has left #freedesktop [#freedesktop]
AbleBacon has joined #freedesktop
oldpcdude has joined #freedesktop
oldpcuser has quit [Remote host closed the connection]
ximion has quit [Quit: Detached from the Matrix]
alanc has quit [Remote host closed the connection]
alanc has joined #freedesktop
oldpcuser_ has joined #freedesktop
oldpcdude has quit [Remote host closed the connection]
sima has joined #freedesktop
agd5f_ has joined #freedesktop
agd5f has quit [Ping timeout: 480 seconds]
jhovold has quit [Quit: WeeChat 3.8]
damian has joined #freedesktop
AbleBacon has quit [Read error: Connection reset by peer]
___nick___ has joined #freedesktop
Leopold has joined #freedesktop
Haaninjo has joined #freedesktop
damian has quit []
___nick___ has quit []
___nick___ has joined #freedesktop
___nick___ has quit []
___nick___ has joined #freedesktop
Leopold__ has joined #freedesktop
scrumplex has joined #freedesktop
Leopold has quit [Ping timeout: 480 seconds]
Haaninjo has quit [Ping timeout: 480 seconds]
feto_bastardo has quit [Quit: quit]
feto_bastardo has joined #freedesktop
psychon has joined #freedesktop
DodoGTA has quit [Quit: DodoGTA]
DodoGTA has joined #freedesktop
ximion has joined #freedesktop
Haaninjo has joined #freedesktop
jsto has quit [Quit: jsto]
co1umbarius has joined #freedesktop
columbarius has quit [Ping timeout: 480 seconds]
MrCooper has quit [Remote host closed the connection]
MrCooper has joined #freedesktop
Leopold__ has quit []
Leopold_ has joined #freedesktop
<robclark>
btw, I realized that entire failed jobs in a pipeline are retried... maybe it makes sense to limit that to margebot? Ie. it doesn't add much value if I'm manually kicking a pipeline to test things across different hw while I'm debugging
<mupuf>
robclark: wow, really?
<robclark>
I suspect it is to reduce margebot flake induced angst.. but maybe it could be limited to just margebot?
ninja2181 has quit [Remote host closed the connection]
<mupuf>
Yeah, definitely should, if possible
ninja2181 has joined #freedesktop
<jenatali>
Agreed
<jenatali>
David Heidelberg: ^^
<DavidHeidelberg[m]>
Haha, I thought about it too, but somehow I didn't figure out how to do that
<DavidHeidelberg[m]>
For extensive CI testing I use commit which disable it, but maybe it make sense to look into that again
<jenatali>
Yeah I'll often implement something that fixes one test and regresses another, and kicking to CI is way faster than doing a test pass locally, but the reruns just waste cycles
<DavidHeidelberg[m]>
I agree with you, just didn't manage to find out how to set `retry:` in any conditional way
<alatiera>
cause it's not possible in any easy way
<DavidHeidelberg[m]>
:D
<alatiera>
closest you can get is duplicating the job, one with rules: if assigne ==marge and one with !=
<alatiera>
it's not *that* much, like 6 extra lines, but its annoying
<DavidHeidelberg[m]>
.. per job (250 jobs we have - some parallel :D )
<alatiera>
another thing to template!
<alatiera>
parallel would work the same way
<DavidHeidelberg[m]>
*- minus
<minus>
me
* DavidHeidelberg[m]
Is on a phone
<DavidHeidelberg[m]>
:D
<alatiera>
oh that m_inus
<alatiera>
thought it was - as is regular written text
<DavidHeidelberg[m]>
What I was thinking a loud today was asking farm maintainers to provide prioritizazion. So devs runs never interferes with pre-marge. Only LAVA does that now, but it works flawlessly.
<DavidHeidelberg[m]>
for non-prioritized farms, there could be option to be only pre-merge or NON-pre-merge, so not affecting Marge-bot pipelines