project-config/jenkins/jobs/packstack.yaml
David Moreau Simard cca6cd23a3 Revert "Add allow-local-ssh-root to the packstack integration jobs"
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
2016-02-25 21:14:27 +00:00

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