Merge "Remove check-dg-tempest-*"
This commit is contained in:
commit
115b62b5af
@ -1,58 +1,3 @@
|
||||
- job-template:
|
||||
name: 'gate-dg-tempest-dsvm-full'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 125
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- experimental-devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_FULL=1
|
||||
export RE_EXEC=true
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
- zuul-swift-devstack-logs-with-console
|
||||
|
||||
- job-template:
|
||||
name: 'gate-dg-tempest-dsvm-full-reexec'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 125
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- experimental-devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
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
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
- zuul-swift-devstack-logs-with-console
|
||||
|
||||
- job-template:
|
||||
name: 'gate-dg-hooks-dsvm'
|
||||
node: '{node}'
|
||||
|
@ -497,18 +497,6 @@
|
||||
git://git.openstack.org \
|
||||
openstack-infra/devstack-gate
|
||||
|
||||
- builder:
|
||||
name: experimental-devstack-checkout
|
||||
builders:
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
if [[ ! -e devstack-gate ]]; then
|
||||
git clone git://git.openstack.org/openstack-infra/devstack-gate
|
||||
fi
|
||||
cd devstack-gate
|
||||
/usr/local/jenkins/slave_scripts/gerrit-git-prep.sh https://review.openstack.org git://git.openstack.org
|
||||
cd ..
|
||||
|
||||
- builder:
|
||||
name: link-logs
|
||||
builders:
|
||||
|
@ -5226,8 +5226,6 @@ projects:
|
||||
check:
|
||||
- gate-devstack-gate-unittests
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-dg-tempest-dsvm-full
|
||||
- gate-dg-tempest-dsvm-full-reexec
|
||||
- gate-dg-hooks-dsvm
|
||||
- gate-grenade-dsvm-partial-ncpu
|
||||
- gate-neutron-dsvm-functional-nv
|
||||
|
Loading…
x
Reference in New Issue
Block a user