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
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
This reverts commit 06aada389aa1ceba23bb04b2020689b0d9f06c44.
There is a problem with this feature.
Change-Id: I6eb797077187259ad04b6d012feaa37df7420475
To facilitate discussion around coordinating fixes for bugs in
various projects participating in integration testing, a new
channel was created: #openstack-gate. This change requests that
it is permanently logged using eavesdrop.
Change-Id: I72ccfb96cda129c851bd3b0eed1e0b940ca04a82
Current quota in each is 192. DFW has long running jenkins slaves
currently and is appropriately reduced.
Change-Id: I2868b8b4fc8f180168f90994ea51743e30d345ad
/opt/stack/new/tripleo-ci will has been cloned by
devstack-gate/devstack-vm-gate-wrap.sh and is at the version we need.
Change-Id: If8f8ad7da86d3cb97e7f12695e3dafb6dd0698c4
tripleo-incubator hasn't been cloned at this point so we can't call
pull-tools, devtest_setup.sh will do this when the job runs. Removing
pull-tools means there is no longer a need for TRIPLEO_ROOT.
Change-Id: Id7b356c644894dbd6335423d81cb6f2d2261a2fb
This is a little redundant with prepare_devstack, but since we want to
migrate to /opt/git soon anyhow (so we aren't chasing new
repositories) I think this is fine. We also update prepare_devstack so
that it won't go off and cache the tripleo repos during test execution
time.
Change-Id: Id9706cf824b0b75fe11787a2612e75aa79c3507f
Co-Authored-By: Robert Collins <rbtcollins@hp.com>
Add a comment-added filter to the check pipeline that matches
whenever there is an existing vote from jenkins that is more
than 48 hours old.
This should mean that any change that has activity on it (in the
form of anyone or any bot leaving comments) will have a relatively
recent check result. This value may be changed later, but I'm
setting it to a moderately conservative 48h intially to hopefully
reduce the potential rush.
Change-Id: I814660aead8ccc8c089594775fe7de62b63f3903