]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
script/ptl-tool: add 'crimson', 'build/ops', 'common', 'tests' to SUPPORTED_QA_TAGS 70683/head
authorYuri Weinstein <yweinste@redhat.com>
Wed, 29 Jul 2026 20:56:20 +0000 (13:56 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Wed, 29 Jul 2026 21:21:21 +0000 (14:21 -0700)
PRs carrying these GitHub labels were silently dropped from both the
QA tracker's PR "Labels" column and the Redmine ticket's tag_list,
since SUPPORTED_QA_TAGS is a fixed whitelist and these were never
added to it despite being real, actively-used component/category
labels (e.g. ceph/ceph#70661, #70658 for crimson).

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
src/script/ptl-tool.py

index 6a5cf32a9c6a81da72cfcbb42685d389c72a17f0..d26566155b6220b317c3df7e42a3087c64f82c5e 100755 (executable)
@@ -127,15 +127,19 @@ except FileNotFoundError:
 REDMINE_API_KEY = os.getenv("PTL_TOOL_REDMINE_API_KEY", REDMINE_API_KEY)
 SPECIAL_BRANCHES = ('main', 'luminous', 'jewel', 'HEAD')
 SUPPORTED_QA_TAGS = {
+    'build/ops',
     'cephadm',
     'cephfs',
+    'common',
     'core',
+    'crimson',
     'dashboard',
     'libcephsqlite',
     'nvme',
     'orch',
     'rbd',
     'rgw',
+    'tests',
     'upgrades',
 }
 TEST_BRANCH = os.getenv("PTL_TOOL_TEST_BRANCH", "wip-{user}-testing-%Y%m%d.%H%M%S")