75ada566ba
We test latest ansible with scenario jobs, there is more problems than benifits of pinning ansible in moleclule jobs. This also includes: Increase ansible-galaxy install timeout to 300s ansible-galaxy install has been timing out very frequently. Let's increase the timeout (default: 60s) and see if it helps. Note: Some jobs like docs, linters can't use the timeout option as those still use py3.8 in zed. Related-Bug: #1998297 Change-Id: If75c896b05131ced3ef4d0b71686e66e1271fd88 (cherry picked from commit7baae8e14f
and cherry picked from commit899ab0e231
)
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
# this is required for the docs build jobs
|
|
ansible-core
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|
|
doc8>=0.8.1 # Apache-2.0
|
|
bashate>=0.6.0 # Apache-2.0
|
|
metalsmith>=1.4.0 # Apache-2.0
|
|
jsonschema # MIT
|
|
ruamel.yaml
|