add unit test job for global-requirements
this ensures that we actually gate on our new tox tests in global requirements, which ensure that the update.py script correctly updates the requirements.txt and test-requirements.txt. Change-Id: I4c863232f71568759fc5ac60aba0c49a6d67db2b
This commit is contained in:
parent
0e9795841e
commit
9cce0b94af
@ -802,6 +802,17 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: requirements
|
||||||
|
github-org: openstack
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
doc-publisher-site: docs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-python27
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: storyboard
|
name: storyboard
|
||||||
github-org: openstack-infra
|
github-org: openstack-infra
|
||||||
|
@ -1079,8 +1079,10 @@ projects:
|
|||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
check:
|
check:
|
||||||
- gate-requirements-install
|
- gate-requirements-install
|
||||||
|
- gate-requirements-python27
|
||||||
gate:
|
gate:
|
||||||
- gate-requirements-install
|
- gate-requirements-install
|
||||||
|
- gate-requirements-python27
|
||||||
post:
|
post:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
Loading…
x
Reference in New Issue
Block a user