project-config/jenkins/jobs/cells.yaml
Sean Dague 4d7fb2d8d5 remove gate-devstack-dsvm-cells
gate-devstack-dsvm-cells was a stop gap job on juno/kilo to use
devstack exercises on cells until the tempest job got working. The
tempest job was working in kilo, and now votes.

With juno gone, and the old job almost testing nothing on kilo (it
boots 1 vm only), we should remove it and just leave the tempest-cells
job where it already is.

Change-Id: I829903b0690faea2d499f4ba8a2393cf31ed4601
2015-12-04 08:14:45 -05:00

35 lines
979 B
YAML

- job-template:
name: '{pipeline}-tempest-dsvm-cells{job-suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 125
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_CELLS=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/nova/devstack/tempest-dsvm-cells-rc
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