Re-enable test_nonvoting_job

The layout simply needed to be translated to the new format. The test
itself still functions withoutmodification.

Change-Id: Ibdeef6e3a303faa6e67be8a2f7ed71b8529ecaf3
Story: 2000773
Task: 3428
This commit is contained in:
Clint Byrum 2016-12-13 11:43:09 -08:00
parent df897511e1
commit 13c6b4a6d8
3 changed files with 27 additions and 1 deletions

View File

@ -92,6 +92,17 @@
- job:
name: experimental-project-test
- job:
name: nonvoting-project-merge
hold-following-changes: true
- job:
name: nonvoting-project-test1
- job:
name: nonvoting-project-test2
voting: false
- project:
name: org/project
check:
@ -154,3 +165,18 @@
gate:
jobs:
- noop
- project:
name: org/nonvoting-project
check:
jobs:
- nonvoting-project-merge:
jobs:
- nonvoting-project-test1
- nonvoting-project-test2
gate:
jobs:
- nonvoting-project-merge:
jobs:
- nonvoting-project-test1
- nonvoting-project-test2

View File

@ -0,0 +1 @@
dont tread on me

View File

@ -1332,7 +1332,6 @@ class TestScheduler(ZuulTestCase):
self.assertEqual(B.reported, 2)
self.assertEqual(C.reported, 2)
@skip("Disabled for early v3 development")
def test_nonvoting_job(self):
"Test that non-voting jobs don't vote."