mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 04:04:23 +08:00
mr-label-maker: specialize CI labels
Some CI people proposed to split the label for the expectation files in issue #10965. The proposal also thought to label as `trace` changes on the configuration files for those tests. Signed-off-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29016>
This commit is contained in:
parent
a30e6b9afc
commit
39379e30db
@ -117,9 +117,9 @@ merge_requests:
|
||||
'^.gitlab-ci' : ['CI']
|
||||
'^.*/gitlab-ci(-inc)?.yml' : ['CI']
|
||||
'^.*/ci/deqp-.*\.toml' : ['CI']
|
||||
'^.*/ci/.*-(fails|flakes|skips)\.txt' : ['CI']
|
||||
'^.*/ci/(restricted-)?traces-.*\.yml' : ['CI']
|
||||
'^.*/ci/.*-validation-settings\.txt' : ['CI']
|
||||
'^.*/ci/.*-(fails|flakes|skips)\.txt' : ['CI-Expectations']
|
||||
'^.*/ci/(restricted-)?traces-.*\.yml' : ['CI-Expectations', 'trace']
|
||||
'^.*/ci/.*-validation-settings\.txt' : ['CI-Expectations']
|
||||
'^.gitlab-ci/windows/' : ['Windows']
|
||||
'^bin/__init__.py$' : ['maintainer-scripts']
|
||||
'^bin/gen_release_notes' : ['maintainer-scripts']
|
||||
|
Loading…
Reference in New Issue
Block a user