Merge "Add in job to run pip missing requirements"

This commit is contained in:
Jenkins 2014-08-21 00:17:16 +00:00 committed by Gerrit Code Review
commit 031b18f63a
3 changed files with 27 additions and 0 deletions

View File

@ -883,6 +883,7 @@
- python-havana-bitrot-jobs
- openstack-publish-jobs
- gate-{name}-pylint
- gate-{name}-pip-missing-reqs
- translation-jobs
- project:

View File

@ -256,6 +256,28 @@
- console-log
- job-template:
name: 'gate-{name}-pip-missing-reqs'
wrappers:
- build-timeout:
timeout: 40
- timestamps
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: 'pip-missing-reqs'
- assert-no-extra-files
publishers:
- test-results
- console-log
node: '{node}'
- job-group:
name: python-jobs
jobs:
@ -271,5 +293,6 @@
- '{name}-tarball'
- '{name}-branch-tarball'
# pylint isn't standard
# pip-missing-reqs isn't standard
# gate-{name}-tox-{envlist} also isn't standard, but is reserved for
# projects that want to run specific jobs via tox

View File

@ -716,6 +716,8 @@ jobs:
voting: false
- name: gate-ceilometer-python33
branch: ^(?!stable/(havana|icehouse)).*$
- name: gate-nova-pip-missing-reqs
voting: false
# The project list is grouped by type of project, and within each
# group, projects are sorted (mostly) alphabetically.
@ -1196,6 +1198,7 @@ projects:
- check-tempest-dsvm-neutron-pg
- check-tempest-dsvm-nova-v3-full
- check-tempest-dsvm-docker
- gate-nova-pip-missing-reqs
experimental-tripleo:
- check-tripleo-novabm-undercloud-precise-nonha
- check-tripleo-ironic-undercloud-precise-nonha