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
This commit is contained in:
Matthew Treinish 2016-08-10 12:22:59 -04:00
parent b5d3c22c9a
commit be2a44fb29
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177

View File

@ -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: