Skip failing ceph backup test

The backup/restore test for ceph in cinder is disabled (see immediately
preceding job) as it is failing. Disable the same test in the other gate
job.

This is currently preventing glance_store jobs gating.

Change-Id: Ia56a35d09d3ae287e4252c845a55d3cd34b0c08a
Related-Bug: 1476416
This commit is contained in:
Jamie Lennox 2015-07-29 09:07:19 +10:00
parent 10e1c4206e
commit b48bd99ea4

View File

@ -2214,6 +2214,10 @@
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_CEPH=1
# Skip failing backup import/export test (bug 1476416)
r="^(?!(.*\[.*a99c54a1-dd80-4724-8a13-13bf58d4068d.*\])).*$"
export DEVSTACK_GATE_TEMPEST_REGEX="$r"
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE