daniels 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
atticf_ has joined #freedesktop
atticf has quit [Ping timeout: 480 seconds]
atticf_ has quit [Quit: Lost terminal]
atticf has joined #freedesktop
todi1 has quit [Remote host closed the connection]
<martink>
hey all. How does one dry-run a ci job on a forked Mesa, i.e. sans doing an actual MR?
GNUmoon has quit [Ping timeout: 480 seconds]
GNUmoon has joined #freedesktop
<eric_engestrom>
martink: when you push your changes to your fork, gitlab will create a pipeline with the jobs for your change (note that it only looks at what changed since your last push, unlike on MRs, so you might expect some jobs and not actually get them; if that's the case, add a dummy commit with a dummy change in a file core to the work on your branch)
<eric_engestrom>
martink: once that pipeline is created and contains the jobs you want, you can run `bin/ci/ci_run_n_monitor.sh --target 'job-regex|for-the-jobs|you-care-about'`; add `--force-manual` to also run manual jobs that match the regex. The script will monitor the jobs and tell you their state, and if your terminal supports it you can click on the job name to open the full log (otherwise, manually go to your fork, pipelines, and
<eric_engestrom>
open the one you're running)
GNUmoon has quit [Ping timeout: 480 seconds]
GNUmoon has joined #freedesktop
<martink>
eric_engestrom, thank you for the elaborate response
<bentiss>
That image is 6 months old, so unlikely to have your MR in it
privacy has quit [Remote host closed the connection]
Haaninjo has joined #freedesktop
<jenatali>
Looks like restarting it worked
<eric_engestrom>
indeed, looks like it's working normally now
<eric_engestrom>
bentiss: regarding my MR, it's not merged yet (waiting on someone to review it) so this doesn't apply yet, but I was wondering if I should backport it to our fork or if we just need to bump to the latest upstream
sima has quit [Ping timeout: 480 seconds]
vkareh has quit [Quit: WeeChat 4.1.1]
lsd|2 has joined #freedesktop
rgallaispou has joined #freedesktop
alatiera has joined #freedesktop
<eric_engestrom>
bentiss: looks like Marge is back to the same broken state; can you try to nuke its working directory?
<eric_engestrom>
(or tomorrow, it's late already)
Sachiel has joined #freedesktop
pzanoni has joined #freedesktop
i509vcb has quit [Quit: Connection closed for inactivity]
pzanoni has quit []
pzanoni has joined #freedesktop
damian has quit []
<daniels>
mm, I don't understand why that's happening as it did pull origin and try to rebase on origin/main, with those showing no errors ...