This variable is set to the default of the role, it's probably
best we leave it out in case we make changes in the original
default value globally.
Change-Id: I3fb4e8b3ad93546debba726953acce18d33538f8
The extra trailing slash causes the jobs to copy the content of
the folder instead of the `html` itself. This patch resolves this
by removing the trailing slash to copy the folder itself.
Change-Id: I7cd8286cc73bf463a7e6b704bd191e0572aef642
Originally, we were moving the release notes to another folder
to make it work with the fetch-sphinx-output role. However,
this did not always work as expected due to the fact that some
projects do not have a doc folder.
This fixes that issue and avoids the move and simply grabs the
data from the right folder.
Change-Id: If6ee519c33320db91f8a9553ed4abc099c284eec
The tox_envlist for the job that builds release note was
set in the post.yaml to fetch the tox output only. However,
becasue it was not specified in the job, tox-siblings which
runs in the `pre` stage of `tox` would attempt to use `venv`
in the envlist field.
For jobs that do not have that venv (but do use release notes),
it would result in a failure. This patch moves the variable out
into the job so that it's applied for the `tox-siblings` role.
Change-Id: If660822c763a973963be0c283dfdbebd97f06985
It's used in a ton of places, let's make a new one that uses the
openstack-tox base job.
This runs run-tox.sh internally so that should be fixed.
Change-Id: Iee9d7a5c10ebd121497ff7c5bdc963d1e6721d4c