Attempt to clarify devstack-gate graduation requirement

In today's TC meeting, we discussed and arrived at this clarification of
the devstack-gate requirement for graduation.

Change-Id: I6504b0c55b0fa372af9c4be46e115f4b11323c26
This commit is contained in:
Russell Bryant 2014-01-21 15:11:51 -05:00
parent 5227c72a45
commit e1a77f5a00
1 changed files with 6 additions and 1 deletions

View File

@ -78,7 +78,12 @@ requirements, including (but not limited to):
** Project must use OpenStack task, defect and design tracker(s)
* QA
** Project must be part of the integrated gate
** Project must have a devstack-gate job running. This gate job should install
the project using devstack and then run tempest tests. This job should run
and vote in the check and gate pipelines for the project. It is *not* required
that this job is running for the projects it depends on. This demonstrates
that it would be easy to add the project to the integrated gate after
graduation.
** Project must have decent unit test and functional tests coverage
** Project must be compatible with all currently OpenStack-supported versions
of Python