zun-ui/.zuul.yaml
Shu Muto 0a01169189 Fix tox jobs and remove tox_helper.sh
Horizon plugins needs horizon on master branch for our
master development and test.

Recent changes in CI infra and horizon force to change horizon
installation, and added tox_helper.sh as trivial fix.

Now, reasonable fix found for horizon plugins,
so this patch fixes them.

Also, use python3.5 for js jobs.

Change-Id: Ibcaf177db21f96e60ee2b222ddd24bc61c3ee9e4
2018-05-14 16:07:49 +09:00

32 lines
848 B
YAML

- project:
check:
jobs:
- nodejs-npm-run-lint:
vars:
node_version: 4
required-projects:
- openstack/horizon
- nodejs-npm-run-test:
vars:
node_version: 4
required-projects:
- openstack/horizon
- openstack-tox-lower-constraints:
required-projects:
- openstack/horizon
gate:
jobs:
- nodejs-npm-run-lint:
vars:
node_version: 4
required-projects:
- openstack/horizon
- nodejs-npm-run-test:
vars:
node_version: 4
required-projects:
- openstack/horizon
- openstack-tox-lower-constraints:
required-projects:
- openstack/horizon