358ec92493
- gerrit config - zuul jobs - updated URLs Change-Id: Id183dba3ba13c1e89b97de7ac167fa73de7b9758
16 lines
371 B
YAML
16 lines
371 B
YAML
---
|
|
- job:
|
|
name: openstack-tox-linters-npm
|
|
parent: openstack-tox-linters
|
|
# bionic needed for less ancient nodejs/npm which would fail to install
|
|
# cspell regardless engines mentioned in package.json
|
|
nodeset: ubuntu-bionic
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters-npm
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters-npm
|