f58c596eae
Since we use the zuul python release jobs, we should set these variables to match. They currently fail attempting to install Node v6. Change-Id: I92f54154675ea1844fa1dee3dfe3931b7e80f785
18 lines
307 B
YAML
18 lines
307 B
YAML
- project:
|
|
vars:
|
|
node_version: 14
|
|
release_python: python3
|
|
check:
|
|
jobs:
|
|
- zuul-tox-docs
|
|
gate:
|
|
jobs:
|
|
- zuul-tox-docs
|
|
promote:
|
|
jobs:
|
|
- zuul-promote-docs
|
|
release:
|
|
jobs:
|
|
- zuul-publish-tox-docs
|
|
- zuul-release-python
|