Add tempest gate for Almanach

Change-Id: Id1b5f65da98c5b1a12491bd4d17bcb32492cd80e
This commit is contained in:
Frédéric Guillot 2016-12-02 15:41:57 -05:00
parent 403e9fd3ee
commit 74a8a0e7db
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,29 @@
- job-template:
name: '{pipeline}-tempest-almanach-dsvm{suffix}'
node: ubuntu-xenial
wrappers:
- build-timeout:
timeout: 70
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_TEMPEST_REGEX="^almanach\."
export PROJECTS="openstack/almanach $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin almanach git://git.openstack.org/openstack/almanach"
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
publishers:
- test-results
- devstack-logs
- console-log

View File

@ -25,6 +25,9 @@
- python-jobs
- pypi-jobs
- hook-{name}-rtfd
- '{pipeline}-tempest-almanach-dsvm{suffix}':
pipeline: 'gate'
suffix: '-nv'
- project:
name: anchor

View File

@ -5102,6 +5102,8 @@ projects:
- name: check-requirements
- name: publish-to-pypi
- name: docs-on-rtfd
experimental:
- gate-tempest-almanach-dsvm-nv
- name: openstack/anchor
template: