Add in job to run pip missing requirements
Depends on Ia90416c613c0acea04f3d4ab4898f550cb702a49 to Invoke the pip-missing-reqs tool to find packages used by nova but not explicitly included in its requirements.txt file. Change-Id: I1d539fbb2670ade968643899b5ff8352b2c2f55e
This commit is contained in:
parent
adc1906f3a
commit
9bceae58f2
@ -875,6 +875,7 @@
|
|||||||
- python-havana-bitrot-jobs
|
- python-havana-bitrot-jobs
|
||||||
- openstack-publish-jobs
|
- openstack-publish-jobs
|
||||||
- gate-{name}-pylint
|
- gate-{name}-pylint
|
||||||
|
- gate-{name}-pip-missing-reqs
|
||||||
- translation-jobs
|
- translation-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
@ -256,6 +256,28 @@
|
|||||||
- console-log
|
- 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:
|
- job-group:
|
||||||
name: python-jobs
|
name: python-jobs
|
||||||
jobs:
|
jobs:
|
||||||
@ -271,5 +293,6 @@
|
|||||||
- '{name}-tarball'
|
- '{name}-tarball'
|
||||||
- '{name}-branch-tarball'
|
- '{name}-branch-tarball'
|
||||||
# pylint isn't standard
|
# pylint isn't standard
|
||||||
|
# pip-missing-reqs isn't standard
|
||||||
# gate-{name}-tox-{envlist} also isn't standard, but is reserved for
|
# gate-{name}-tox-{envlist} also isn't standard, but is reserved for
|
||||||
# projects that want to run specific jobs via tox
|
# projects that want to run specific jobs via tox
|
||||||
|
@ -804,6 +804,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-ceilometer-python33
|
- name: gate-ceilometer-python33
|
||||||
branch: ^(?!stable/(havana|icehouse)).*$
|
branch: ^(?!stable/(havana|icehouse)).*$
|
||||||
|
- name: gate-nova-pip-missing-reqs
|
||||||
|
voting: false
|
||||||
|
|
||||||
# The project list is grouped by type of project, and within each
|
# The project list is grouped by type of project, and within each
|
||||||
# group, projects are sorted (mostly) alphabetically.
|
# group, projects are sorted (mostly) alphabetically.
|
||||||
@ -1283,6 +1285,7 @@ projects:
|
|||||||
- check-tempest-dsvm-neutron-pg
|
- check-tempest-dsvm-neutron-pg
|
||||||
- check-tempest-dsvm-nova-v3-full
|
- check-tempest-dsvm-nova-v3-full
|
||||||
- check-tempest-dsvm-docker
|
- check-tempest-dsvm-docker
|
||||||
|
- gate-nova-pip-missing-reqs
|
||||||
experimental-tripleo:
|
experimental-tripleo:
|
||||||
- check-tripleo-novabm-undercloud-precise-nonha
|
- check-tripleo-novabm-undercloud-precise-nonha
|
||||||
- check-tripleo-ironic-undercloud-precise-nonha
|
- check-tripleo-ironic-undercloud-precise-nonha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user