Skip to content

Draft: [DISCUSSION] docs/ci: introduce a naming scheme for test jobs

Eric Engestrom requested to merge eric/mesa:ci-job-naming into main

Having a consistent naming scheme allows devs to easily select the jobs they want to run without having to learn the various inconsistent schemes or lack thereof.

It also allows for better scripting in tools like ci_run_n_monitor.


One thing to note is the use of - dash instead of + plus in zink-on-radv and glcts-piglit (which would've felt more natural IMO), because + is a special char in a regex and as such, would need to be escaped every time in ci_run_n_monitor

Edited by Eric Engestrom

Merge request reports