c9ca869d7c
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I078c0130f73b509e414da6bbd1f1a27afeed0bbd
17 lines
401 B
YAML
17 lines
401 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- mixmatch-dsvm-functional:
|
|
voting: false
|
|
|
|
- job:
|
|
name: mixmatch-dsvm-functional
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/mixmatch-dsvm-functional/run.yaml
|
|
post-run: playbooks/legacy/mixmatch-dsvm-functional/post.yaml
|
|
timeout: 7800
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/mixmatch
|
|
|