From 88c34959b5e3077d4a337124b152fef5c1eea7bc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 7 Mar 2025 14:49:41 +0000 Subject: [PATCH] config: Add builder tags for metrics builds Signed-off-by: Richard Purdie --- config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.py b/config.py index 34fa626..74c7c0a 100644 --- a/config.py +++ b/config.py @@ -311,4 +311,7 @@ builder_tags = { "oe-selftest-fedora": ["selftest"], "oe-selftest-centos": ["selftest"], "oe-selftest": ["selftest"], + + "metrics": ["metrics"], + "metrics-gitstats": ["metrics"], }