2014-11-17 15:47:17 -05:00
|
|
|
# Devstack unit tests are run via a set of shell scripts with the
|
|
|
|
# run_tests.sh entry point
|
|
|
|
- job:
|
|
|
|
name: gate-devstack-unit-tests
|
2016-03-05 16:07:10 +01:00
|
|
|
node: ubuntu-trusty
|
2014-11-17 15:47:17 -05:00
|
|
|
|
|
|
|
builders:
|
|
|
|
- gerrit-git-prep
|
2016-03-05 16:07:10 +01:00
|
|
|
- install-distro-packages
|
2016-03-22 09:16:42 +11:00
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
# This installs packages from "general" that might be
|
|
|
|
# required for unit tests
|
|
|
|
./tools/install_prereqs.sh
|
2016-03-05 16:07:10 +01:00
|
|
|
- revoke-sudo
|
2014-11-17 15:47:17 -05:00
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
./run_tests.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|
|
|
|
|
2016-01-19 18:21:59 -05:00
|
|
|
- job:
|
|
|
|
name: propose-devstack-plugins-list
|
|
|
|
node: proposal
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- link-logs
|
2016-02-15 16:56:21 -05:00
|
|
|
- branch-git-prep:
|
|
|
|
branch: master
|
2016-01-19 18:21:59 -05:00
|
|
|
- net-info
|
|
|
|
- shell: |
|
2016-03-29 08:56:45 +02:00
|
|
|
export ZUUL_REFNAME=master
|
2016-01-19 18:21:59 -05:00
|
|
|
/usr/local/jenkins/slave_scripts/propose_update.sh \
|
|
|
|
devstack-plugins-list
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|