summaryrefslogtreecommitdiff
path: root/.mr-label-maker.yml
diff options
context:
space:
mode:
authorSergi Blanch Torne <sergi.blanch.torne@collabora.com>2024-05-02 10:53:32 +0200
committerMarge Bot <emma+marge@anholt.net>2024-05-07 10:28:08 +0000
commit39379e30dbf69111d798e54b3afd73c9ed55066b (patch)
treead38bb9f288d3a6f43a6c325ce50c2f43f975884 /.mr-label-maker.yml
parenta30e6b9afce87ca41f286caa4e3ec190c2d524b1 (diff)
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>
Diffstat (limited to '.mr-label-maker.yml')
-rw-r--r--.mr-label-maker.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.mr-label-maker.yml b/.mr-label-maker.yml
index 2c6e9b5cea0..3f931a11050 100644
--- a/.mr-label-maker.yml
+++ b/.mr-label-maker.yml
@@ -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']