mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 02:50:16 +01:00
This avoids the surprising behaviour where `--target jobname` works for some jobs but not others, because gitlab adds `X/N` at the end of these job names. If the user does specify something like `jobname 1/.*` to only run the first, the extra `\d+/\d+` is ignored, just like if the job isn't `parallel:` and therefore doesn't end with `X/N`. If the user really wants to fail to match parallel jobs (previous behaviour), they can simply add a `$` at the end of the job name/regex (but also, I don't see why someone would want that behaviour). Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27530> |
||
|---|---|---|
| .. | ||
| test | ||
| .gitignore | ||
| ci_gantt_chart.py | ||
| ci_gantt_chart.sh | ||
| ci_post_gantt.py | ||
| ci_post_gantt.sh | ||
| ci_run_n_monitor.py | ||
| ci_run_n_monitor.sh | ||
| custom_logger.py | ||
| download_gl_schema.sh | ||
| gitlab_common.py | ||
| gitlab_gql.py | ||
| gitlab_gql.sh | ||
| job_details.gql | ||
| marge_queue.py | ||
| marge_queue.sh | ||
| pipeline_details.gql | ||
| pipeline_utils.gql | ||
| requirements.txt | ||
| structured_logger.py | ||
| update_traces_checksum.py | ||
| update_traces_checksum.sh | ||