From be2a44fb297ae5581b4bb421714e8270ae54ec56 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 10 Aug 2016 12:22:59 -0400 Subject: [PATCH] Add grenade to the integrated gate projects list This commit add grenade to the list of projects in the integrated gate list. While it technically doesn't have the job tag set, this is only because it doesn't regular tempest jobs. It's still a part of the integrated gate for the same reasons devstack and tempest are so we should include it in the list. Change-Id: If8ee91d4c9c8e519b045617fe2e3c7a09fad231d --- elastic_recheck/cmd/uncategorized_fails.py | 1 + 1 file changed, 1 insertion(+) diff --git a/elastic_recheck/cmd/uncategorized_fails.py b/elastic_recheck/cmd/uncategorized_fails.py index 002dab33..ca952f2b 100755 --- a/elastic_recheck/cmd/uncategorized_fails.py +++ b/elastic_recheck/cmd/uncategorized_fails.py @@ -119,6 +119,7 @@ def all_fails(classifier): 'openstack/requirements', 'openstack/tempest', 'openstack-dev/devstack', + 'openstack-dev/grenade', 'openstack-infra/devstack-gate', ] if result.project in integrated_gate_projects: