Merge "Executor: Don't start too many jobs at once"
This commit is contained in:
2
tests/fixtures/config/governor/git/common-config/playbooks/base.yaml
vendored
Normal file
2
tests/fixtures/config/governor/git/common-config/playbooks/base.yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
- hosts: all
|
||||
tasks: []
|
||||
34
tests/fixtures/config/governor/git/common-config/zuul.yaml
vendored
Normal file
34
tests/fixtures/config/governor/git/common-config/zuul.yaml
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
- pipeline:
|
||||
name: check
|
||||
manager: independent
|
||||
trigger:
|
||||
gerrit:
|
||||
- event: patchset-created
|
||||
success:
|
||||
gerrit:
|
||||
Verified: 1
|
||||
failure:
|
||||
gerrit:
|
||||
Verified: -1
|
||||
|
||||
- job:
|
||||
name: base
|
||||
parent: null
|
||||
run: playbooks/base.yaml
|
||||
|
||||
- job:
|
||||
name: test1
|
||||
|
||||
- job:
|
||||
name: test2
|
||||
|
||||
- job:
|
||||
name: test3
|
||||
|
||||
- project:
|
||||
name: common-config
|
||||
check:
|
||||
jobs:
|
||||
- test1
|
||||
- test2
|
||||
- test3
|
||||
6
tests/fixtures/config/governor/main.yaml
vendored
Normal file
6
tests/fixtures/config/governor/main.yaml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
- tenant:
|
||||
name: tenant-one
|
||||
source:
|
||||
gerrit:
|
||||
config-projects:
|
||||
- common-config
|
||||
Reference in New Issue
Block a user