Akihiro Motoki f1b5572443 Add zuul job for checkbuild target
The new job runs 'tox -e checkbuild' to create a test project
'cafe-ui' and checks tox default targets defined in the created
project, i.e. pep8, py27-local, py35-local, py35dj20-local,
eslint, karma-local, docs-local and releasenotes,

Change-Id: I5a94939fb278a756b7118c6c2a4acdb5b98170ef
Co-Authored-By: Shu Muto <shu.mutow@gmail.com>
2018-05-17 03:43:50 +00:00

7 lines
127 B
YAML

- hosts: all
roles:
- install-nodejs
- install-yarn
- install-javascript-packages
- nodejs-test-dependencies