<lynxeye>
austriancoder: Is there a way for me to use your CI farm from branch in my mesa fork before I open a MR?
<lynxeye>
The etnaviv jobs don't show up in pipelines generated in the fork and I have no clue if this is intentional or even where to look for this info.
<austriancoder>
lynxeye: sure. gitlab is not always that smart as it includes the etnaviv jobs only if something etnaviv related is changed and that does not always work. I tend to branch off from main, push that branch, do my changes and update the remote branch. gitlab 'sees' the changes now and the etnaviv jobs are here. The other way.. just add a blank line in one of the src/etnaviv/ci txt files.
<lynxeye>
austriancoder: Ah, so it's a glitch in gitlab. Thanks, I'll try that.