From bd6ba781dddb614a595532d66c9a4ce0474a57c2 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Fri, 5 Apr 2019 13:35:32 +0000 Subject: [PATCH] Add "tempest" tag in Launchpad With all the jobs running tempest now, it's good to have a way to track down all the tempest issues easily on Launchpad. Change-Id: I885df34d5768f65776df7d6c722eebbb92718a0e --- specs/policy/bug-tagging.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/policy/bug-tagging.rst b/specs/policy/bug-tagging.rst index 0d85e8a4..0618cdb8 100644 --- a/specs/policy/bug-tagging.rst +++ b/specs/policy/bug-tagging.rst @@ -61,6 +61,8 @@ Tags +-------------------------------+----------------------------------------------------------------------------+ | tech-debt | A bug related to TripleO tech debt | +-------------------------------+----------------------------------------------------------------------------+ +| tempest | A bug related to tempest running on TripleO | ++-------------------------------+----------------------------------------------------------------------------+ | tripleo-common | A bug affecting tripleo-common | +-------------------------------+----------------------------------------------------------------------------+ | tripleo-heat-templates | A bug affecting the TripleO Heat Templates |