![Andreas Jaeger](/assets/img/avatar_default.png)
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I55d92ba14171bc1aca4ecace25398f3827b3c2cf
16 lines
331 B
YAML
16 lines
331 B
YAML
- job:
|
|
name: ui-cookiecutter-tox-checkbuild
|
|
parent: tox
|
|
pre-run: playbooks/checkbuild/pre.yaml
|
|
post-run: playbooks/checkbuild/post.yaml
|
|
vars:
|
|
tox_envlist: checkbuild
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- ui-cookiecutter-tox-checkbuild
|
|
gate:
|
|
jobs:
|
|
- ui-cookiecutter-tox-checkbuild
|