1c16a41181
We don't need the legacy and deprecated zuul-cloner approach if we rewrite the job in native zuulv3 style. Change-Id: Ifc6d592b8b7cf0e802ee11be837ebd4a3b55ea9b Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
19 lines
377 B
YAML
19 lines
377 B
YAML
- job:
|
|
name: manila-test-image-build
|
|
parent: unittests
|
|
required-projects:
|
|
- openstack/manila-test-image
|
|
run: playbooks/manila-test-image-build/run.yaml
|
|
timeout: 1800
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-tox-bashate
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-bashate
|
|
experimental:
|
|
jobs:
|
|
- manila-test-image-build
|