From fdc8bce1d4db529de298bce63243008e5fd813e7 Mon Sep 17 00:00:00 2001 From: Christine Chen Date: Wed, 24 Jun 2020 12:39:33 -0400 Subject: [PATCH] Add tools and libraries team to trello (#6968) * Add tools and libraries team to trello * Fix style --- .../dev/tooling/commands/release/trello/testable.py | 11 ++++++++++- .../datadog_checks/dev/tooling/trello.py | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/commands/release/trello/testable.py b/datadog_checks_dev/datadog_checks/dev/tooling/commands/release/trello/testable.py index dcee6c4195422..adc16f6b2f7a0 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/commands/release/trello/testable.py +++ b/datadog_checks_dev/datadog_checks/dev/tooling/commands/release/trello/testable.py @@ -204,7 +204,15 @@ def testable(ctx: click.Context, base_ref: str, target_ref: str, milestone: str, return if repo == 'integrations-core': - options = {'1': 'Integrations', '2': 'Containers', '3': 'Core', '4': 'Platform', 's': 'Skip', 'q': 'Quit'} + options = { + '1': 'Integrations', + '2': 'Containers', + '3': 'Core', + '4': 'Platform', + '5': 'Tools and Libraries', + 's': 'Skip', + 'q': 'Quit', + } else: options = { '1': 'Core', @@ -215,6 +223,7 @@ def testable(ctx: click.Context, base_ref: str, target_ref: str, milestone: str, '6': 'Processes', '7': 'Trace', '8': 'Integrations', + '9': 'Tools and Libraries', 's': 'Skip', 'q': 'Quit', } diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/trello.py b/datadog_checks_dev/datadog_checks/dev/tooling/trello.py index 9884e9ab7c690..f3aac5d934036 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/trello.py +++ b/datadog_checks_dev/datadog_checks/dev/tooling/trello.py @@ -24,6 +24,7 @@ def __init__(self, config): 'Networks': '5e1de8cf867357791ec5ee47', 'Processes': '5aeca4c8621e4359b9cb9c27', 'Trace': '5bcf3ffbe0651642ae029038', + 'Tools and Libraries': '5ef373fb33b7b805120d5011', } self.label_team_map = { 'team/agent-apm': 'Trace', @@ -35,6 +36,7 @@ def __init__(self, config): 'team/container-app': 'Container App', 'team/integrations': 'Integrations', 'team/logs': 'Logs', + 'team/tools-and-libraries': 'Tools and Libraries', } self.label_map = { 'Containers': '5e7910856f8e4363e3b51708', @@ -46,6 +48,7 @@ def __init__(self, config): 'Networks': '5e79109821620a60014fc016', 'Processes': '5e7910789f92a918152b700d', 'Trace': '5c050640ecb34f0915ec589a', + 'Tools and Libraries': '5ab12740841642c2a8829053', } self.progress_columns = { '55d1fe4cd3192ab85fa0f7ea': 'In Progress', # INPROGRESS