docs: zink -> Zink

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29879>
This commit is contained in:
Erik Faye-Lund 2023-04-26 10:39:40 +02:00 committed by Marge Bot
parent f7ed909761
commit e7b194834d

View File

@ -303,7 +303,7 @@ See ``bin/ci/ci_run_n_monitor.py --help`` for all the options.
The ``--target`` argument takes a regex that you can use to select the
jobs names you want to run, eg. ``--target 'zink.*'`` will run all the
zink jobs, leaving the other drivers' jobs free for others to use.
Zink jobs, leaving the other drivers' jobs free for others to use.
Note that in fork pipelines, GitLab only adds the jobs for the files that have
changed **since the last push**, so you might not get the jobs you expect.