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:
Sergi Blanch Torne 2024-05-02 10:53:32 +02:00 committed by Marge Bot
parent a30e6b9afc
commit 39379e30db
1 changed files with 3 additions and 3 deletions

View File

@ -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']