cca6cd23a3
This reverts commit 7301e565ae
.
There are unfortunately several hacks involved to make Packstack work
properly in the gate. We thought this would work but it does not.
We will leave the SSH connection setup logic inside the run_tests
script which was proven to work successfully.
Change-Id: I41499519f2c81990ba1112eb1ded959970ab998a
24 lines
518 B
YAML
24 lines
518 B
YAML
- job-template:
|
|
name: 'gate-packstack-integration-{scenario}-tempest-dsvm-{ostype}'
|
|
node: 'devstack-{ostype}'
|
|
|
|
builders:
|
|
- print-template-name:
|
|
template-name: "{template-name}"
|
|
- link-logs
|
|
- puppet-prepare-node
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export SCENARIO={scenario}
|
|
./run_tests.sh
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
- timestamps
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|