From 39379e30dbf69111d798e54b3afd73c9ed55066b Mon Sep 17 00:00:00 2001 From: Sergi Blanch Torne Date: Thu, 2 May 2024 10:53:32 +0200 Subject: [PATCH] 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 Reviewed-by: Eric Engestrom Part-of: --- .mr-label-maker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.mr-label-maker.yml b/.mr-label-maker.yml index 2c6e9b5cea071..3f931a11050dc 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']