Error:
unrecognized section name
Update the version of reno as per the requirements.txt
Change-Id: Iadc07de41934c936fc82147bc8ebcd4f6135764e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
---
-fixess:
+fixes:
- |
Standardize yaml parsing tools used across global-jjb.
Switch from using niet package to yq for parsing yaml files
---
-feature: >
- Global job that triggers on any docs changes.
- Creates docs project if absent
- Creates subproject association with master doc project
- Triggers docs build
+features:
+ - |
+ Global job that triggers on any docs changes.
+ Creates docs project if absent
+ Creates subproject association with master doc project
+ Triggers docs build
lf-activate-venv is a more error resistant way to make sure a pip
package is installed
-deprecates:
+deprecations:
- |
lftools_activate should no longer be used and will be removed
in a future release.
---
-fix:
+fixes:
- |
Builders may have diffrent pyenv versions installed.
Programically pick the latest pyenv version.
commands = openstack {posargs:--help}
[testenv:reno]
-deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.10.0}
+deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.11.2}
commands = reno {posargs:--help}