Merge "Enable Nimble tempest plugin test"
This commit is contained in:
commit
573e0e8a23
31
jenkins/jobs/nimble.yaml
Normal file
31
jenkins/jobs/nimble.yaml
Normal 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
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user