Add tempest gate for Almanach
Change-Id: Id1b5f65da98c5b1a12491bd4d17bcb32492cd80e
This commit is contained in:
parent
403e9fd3ee
commit
74a8a0e7db
29
jenkins/jobs/almanach.yaml
Normal file
29
jenkins/jobs/almanach.yaml
Normal 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
|
@ -25,6 +25,9 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- hook-{name}-rtfd
|
||||
- '{pipeline}-tempest-almanach-dsvm{suffix}':
|
||||
pipeline: 'gate'
|
||||
suffix: '-nv'
|
||||
|
||||
- project:
|
||||
name: anchor
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user