8c932e4c21
The dev environment used by some docs developers uses an old version of tox, and does not support the whitelist_externals entry required by tox 4. The version of tox used by some other developers cannot support tox.ini that contains both allowlist_externals and whitelist_externals in the same file. The fix for now is to stay with whitelist_externals and tox<4 Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: Ib398b6b552d8dfd4d53a6581a3d91f3a3800a30c
19 lines
371 B
YAML
19 lines
371 B
YAML
---
|
|
- project:
|
|
vars:
|
|
ensure_tox_version: '<4'
|
|
templates:
|
|
- stx-api-ref-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-docs
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-docs
|
|
promote:
|
|
jobs:
|
|
# Special publishing job for this repo
|
|
- promote-stx-tox-docs-site
|