This is in line with what Ironic IPA job requires, and this is the most
likely cause of current gate failures. Lower VM count to 1 to reduce
load on infra.
Change-Id: I742410a961aec807980443110ebe97673e7359a6
In an effort to reduce duplicate code, we've created an
ansible-role-jobs templaste. Any new ansible module should use this
template.
We still have a few projects not using this, but will be converted
once their local tox.ini files have been updated.
Change-Id: I20012637ee0fa04ff910c13630b3b3aa5ce230eb
Depends-On: I1815c42f74df237e810332b55c0e890d80ebada9
Depends-On: I83ae3bb426c1a951216e2ca0509d1b5ab5020ecc
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Rather than overriding ZUUL_BRANCH (which should not be overidden)
set the --branch argument to zuul cloner, which is the z-c equivalent
of OVERRIDE_BRANCH.
Change-Id: Ie40b668a3a33943a0431047d18716329c1e440c0
Create a project for the python files currently managed in
openstack-infra/puppet-log_processor. These scripts have grown to the
point were they should be made a proper python module. The scripts have
been copied to github.com/jesusaurus/log_processor preserving git
history using git-filter-branch.
Change-Id: I365e9272101f87761533169700193e6d19d2741a
This change adds standard PyPI publishing as per sub-project
guidelines. The PyPI project has been created with the matching name
networking-bagpipe.
Change-Id: Icf2a28d5f008095effed1501ca4cd465f5a0f0d4
Adds all relevent -constraints jobs to cinder's check queue as non-voting
Depends-On: I7afd52517750b82dcac94b8aae68dc0e94d00e54
Implements Blueprint: Requirements-Management
Change-Id: Iaa2a60edcdc6a726e2328f9a18d2fafe3c9fd1d5
The job definition for ceph-src was doing some weird stuff. First it
was setting both TEMPEST_FULL and a DEVSTACK_GATE_REGEX, those 2
are contradictory, and DEVSTACK_GATE_REGEX will take precedence.
So, this patch removes the TEMPEST_FULL variable. The second issue
is that regex used was wrong, and it was running more tests then was
intended, they also need to skip slow tests. Slow tests should not be
run as part of a gating job, because as the tag name implies, they are
too slow. (periodic and experimental are fine though) So this patch
corrects the regex to properly exclude slow and the test which exposes
where the ceph drivers break.
Change-Id: I4f70a3785ea4aeb38c3ebd8fd6a74ed3d035fa1a
Snippet copied from devstack-gate had a "local" in it.
(Please see I372fc1091bbcf1022a4d8d4ae60e65ab67a8e432)
This is failing jobs with:
/tmp/hudson8600926573706641200.sh: line 21: local: can only be used in a function
Change-Id: I3e7d68b5e2634a5528eac0f3b511acacaaa9079a
The gate is going to test against tripleo patches by deploying
a containerized compute node.
Depends-on: I74da6afbff7de852e8ca946f18d0ad7594b8e551
Change-Id: Ida724d95675bb9aa87f00b9d04e7e344ee3066db
Updated mistral gates configuration, substitute job definition to
job template, split one mistral-devstack gate into two which will
run different suite of tests.
Change-Id: Ie4e6e550c0f9a63d42fe0bde1969341b5979f1d8
This commit reverts change [1] as it was needed only temporarely.
Now, job 'gate-manila-tempest-dsvm-tempest-plugin' is not needed anymore
and should be removed.
[1] I6af7ae7f697d2c9ffaac808b0d8283fbcf8c622a
Change-Id: Ibeced80dfc576c78ff13d468f2fb6a4fcbd29e2e