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
Enable tempest tests in Ironic's check and gate pipelines.
Enable non-voting tests in the check pipeline
for tempest and devstack and devstack-gate.
Change-Id: I5e9d8831d890e771eba0a2116a22f7661d6078d7
we're actually at a relatively low failure rate in the gate, with
lots of resources, and a big backlog. Let's increase this to 20
to help process.
Change-Id: I37d6ae9f4c251d0a3821a70180edbfba81237000
When putting the alphabetize script into slave_scripts, we run the risk
of bugs entering the script without being tested before they are rolled
live and become part of the gate. This just recently happened. Instead,
move it to the tools dir, which makes it easy for a dev to run, and also
which makes changes to the script self-gating.
Change-Id: Ia5e1870f84b0cbc0c6f172b6982263440af5575e
The previous patch moved " PROJECTS_LIST=$OLDPWD/modules/..." before
the pushd call. But pushd changes the path and thus OLDPWD as well.
So, there are two possible fixes: Either remove the OLDPWD variable from
the if and set PROJECTS_LIST in another way with a full path or
move the pushd call before the if.
Change-Id: If47ab0cfb0078d5e570057c974e3d1f0367d4e0a
This change uses the same setup that is used for api-site already:
* Create checks and gates for niceness, syntax, deletions, build
* Make checkniceness non-voting
It enables these for all API projects and the operations-guide.
Removes also the old operations-guide gate job since it's not used
anymore.
Change-Id: I1cc9f50e40ff422e7bbcf2cb581292f2c79c3f71
We're about to rename projects.yaml from review.projects.yaml.erb to
review.projects.yaml and this script needs to know about that.
Change-Id: I84f2caee8aeccb7816c9d367557f3bd0e8315ecf