The heat-slow tests are currently failing because nova servers cannot
reach heat-api-cfn to signal waitconditions. This change is an attempt
to fix that.
Change-Id: I08c27dc569b86a73f5aa3ead48569e6a8161e980
jeepyb now supports calling the parameter group as a way to map repos to
groups. For launchpad, the semantics are equivilent. Migrate to the new
word.
Change-Id: Ia76b9e1d67e58ebd885eadd0fe3f1bc84c430218
The projects list is a common list for devs to interact with. The config
in the list is not, but the config in the list means the file needs to
be in an erb template.
Split the two concerns, similar to zuul. Put the config in a config file
and the project data in a yaml file.
Change-Id: I708b8655b4b1ce377f3b7369e987418c1d72d977
It appears that python2.6 is only on centos6 nodes and
otherwise is not on other node types. To ensure that our
tox venv builds correctly for 2.6 make sure we specify
that exact node type.
Change-Id: Idc4c1efeb790bba198ed17f640945d861c18a9fc
python-troveclient has a dependency on lxml which is causing the
PyPy gate job to fail. Making it non-voting until we can pull
out the xml support for the trove client.
Change-Id: I058cf9790ae0754999f7084206bb3e2df4b77b00
The taskflow tox.ini gate/check jobs for tox have
undergone a name change, to reflect the new names
in taskflows tox.ini change those names so the
environments are found.
Closes-Bug: #1273501
Change-Id: I4bc8d3c7e6ddd577221ee9004ff96026483a75a1
Please see corresponding review for zmq-event-publisher:
https://review.openstack.org/#/c/67495/
This will help track down jenkins host/slave issues
Change-Id: I660252dc79f074b52587298120b4d6ceeedaf9a3
The OpenStack CI systems like things that run in virtualenvs. This moves
the first stab at running javascript unittests from custom in-tree scripts
to being based on tox and nodeenv. Additionally, it publishes the dist
dir from the tree to docs-draft, because the dist contents should be the
compiled, minified and fully-functional web code, and it should be directly
verifiable on a passing commit.
Change-Id: Id48ee2524d846b5e08ca94f485f8d67abbd3681a