Merge "change 3 hr jobs to 2 hrs"

This commit is contained in:
Jenkins 2014-03-19 16:42:42 +00:00 committed by Gerrit Code Review
commit ba1e5225d4

View File

@ -4,7 +4,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -15,7 +15,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export RE_EXEC=true
@ -32,7 +32,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -43,7 +43,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
@ -100,7 +100,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -111,7 +111,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export BRANCH_OVERRIDE={branch-override}
@ -131,7 +131,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -142,7 +142,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_DISABLE_TENANT_ISOLATION=1
export BRANCH_OVERRIDE={branch-override}
@ -461,7 +461,7 @@
sudo service nova-agent stop || echo ''
sudo pkill -9 nova-agent || echo ''
sudo service xe-linux-distribution stop || echo ''
if [ -e /proc/xen ] ; then
if [ -e /proc/xen ] ; then
sudo umount /proc/xen
fi
@ -549,7 +549,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -560,7 +560,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_CELLS=1
@ -646,7 +646,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -657,7 +657,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_POSTGRES=1
@ -680,7 +680,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -691,7 +691,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_POSTGRES=1
export DEVSTACK_GATE_CONFIGDRIVE=0
@ -713,7 +713,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -724,7 +724,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_POSTGRES=1
@ -892,7 +892,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -903,7 +903,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_SAHARA=1
@ -992,7 +992,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -1003,7 +1003,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_ALL=1
export BRANCH_OVERRIDE={branch-override}
@ -1024,7 +1024,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -1035,7 +1035,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_COVERAGE=1
export BRANCH_OVERRIDE={branch-override}
@ -1056,7 +1056,7 @@
wrappers:
- timeout:
timeout: 185
timeout: 125
fail: true
- timestamps
@ -1067,7 +1067,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_STRESS=1
export BRANCH_OVERRIDE={branch-override}