One of the types of failures in the top gate bug is due to a kernel
crash in network namespace code. This patch installs a newer kernel on
the devstack nodes. It installs the backported kernel and its headers
that are made available for hardware enablement purposes. This gets
from a 3.2.0 kernel to a 3.11.0 kernel.
The patch is written as a new node prep script. A new node type is also
defined that can be used by an experimental job. This will allow us to
make sure everything is working before flipping the switch on using this
kernel everywhere.
The normal neutron devstack jobs are now listed in experimental. When
run in the experimental pipeline, they should use the new node type that
uses the new kernel.
Change-Id: I9652b4183153687cc1e9a9a270ae0f78d8928620
Related-bug: #1254890
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
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
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
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