ea3c9b392d
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I45531a8827d1fc8d624c1e7a73e1d7df0ca2a0a2
31 lines
921 B
YAML
31 lines
921 B
YAML
- job:
|
|
name: cinderclient-dsvm-functional
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/cinderclient-dsvm-functional/run.yaml
|
|
post-run: playbooks/legacy/cinderclient-dsvm-functional/post.yaml
|
|
timeout: 4200
|
|
voting: false
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/cinder
|
|
- openstack/python-cinderclient
|
|
|
|
- job:
|
|
name: cinderclient-dsvm-functional-identity-v3-only
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/cinderclient-dsvm-functional-identity-v3-only/run.yaml
|
|
post-run: playbooks/legacy/cinderclient-dsvm-functional-identity-v3-only/post.yaml
|
|
timeout: 4200
|
|
voting: false
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/cinder
|
|
- openstack/python-cinderclient
|
|
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- cinderclient-dsvm-functional
|
|
- cinderclient-dsvm-functional-identity-v3-only
|