Disable broken oslo jobs

The gate job for stevedore docs was turned on recently,
but the requirements for building those docs are not allowed
and we are in feature-freeze so we can't add them, yet.
Make the job non-voting so we aren't blocked setting up
library test jobs.

The requirements job for cliff is failing because the master
branch has duplicate requirements and the parser is complaining
before it verifies that an update fixes the problem.

Change-Id: I40b2cf4030df66c851d7d11da4f81f645d110e76
This commit is contained in:
Doug Hellmann 2014-04-03 07:41:27 -07:00
parent e6297494b6
commit 6df1b524a7

View File

@ -550,6 +550,10 @@ jobs:
voting: false voting: false
- name: gate-rally-python33 - name: gate-rally-python33
voting: false voting: false
- name: gate-stevedore-docs
voting: false
- name: gate-cliff-requirements
voting: false
# The project list is grouped by type of project, and within each # The project list is grouped by type of project, and within each
# group, projects are sorted (mostly) alphabetically. # group, projects are sorted (mostly) alphabetically.