mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 01:38:16 +02: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> |
||
|---|---|---|
| .. | ||
| ci | ||
| pick | ||
| .editorconfig | ||
| __init__.py | ||
| commit_in_branch.py | ||
| commit_in_branch_test.py | ||
| gen_calendar_entries.py | ||
| gen_calendar_entries_test.py | ||
| gen_release_notes.py | ||
| gen_release_notes_test.py | ||
| gen_vs_module_defs.py | ||
| git_sha1_gen.py | ||
| install_megadrivers.py | ||
| khronos-update.py | ||
| meson-cmd-extract.py | ||
| meson.build | ||
| perf-annotate-jit.py | ||
| pick-ui.py | ||
| pick-ui.sh | ||
| post_version.py | ||
| post_version_test.py | ||
| python-venv.sh | ||
| refcnt-log-helper.py | ||
| symbols-check.py | ||
| update-android-headers.sh | ||