Merge "Enable Nimble tempest plugin test"

This commit is contained in:
Jenkins 2016-11-23 19:04:02 +00:00 committed by Gerrit Code Review
commit 573e0e8a23
2 changed files with 33 additions and 0 deletions

31
jenkins/jobs/nimble.yaml Normal file
View File

@ -0,0 +1,31 @@
- job:
name: 'gate-nimble-dsvm-tempest-plugin'
node: ubuntu-xenial
wrappers:
- build-timeout:
timeout: 60
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_REGEX="^nimble\."
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export PROJECTS="openstack/nimble $PROJECTS"
export PROJECTS="openstack/python-nimbleclient $PROJECTS"
export PROJECTS="openstack/ironic $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin ironic git://git.openstack.org/openstack/ironic"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin nimble git://git.openstack.org/openstack/nimble"
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

@ -12445,8 +12445,10 @@ projects:
- name: check-requirements
check:
- gate-nimble-tox-db-functional-ubuntu-xenial
- gate-nimble-dsvm-tempest-plugin
gate:
- gate-nimble-tox-db-functional-ubuntu-xenial
- gate-nimble-dsvm-tempest-plugin
- name: openstack/nimble-specs
template: