Add copy project-config's legacy-requirements-cross-* jobs

These are going to be rewritten to native zuulv3 jobs
in the next commit.

Needed-By: I3b0dbdcc02a0a8cff0c52701fadf7632648afb97
Change-Id: I3b9a86528350242c4d785d0f49c318de6c29ec75
This commit is contained in:
Dirk Mueller 2017-10-17 07:56:04 +02:00
parent 9891e2951d
commit 1514d3fb7f
3 changed files with 87 additions and 0 deletions

83
.zuul.d/project.yaml Normal file
View File

@ -0,0 +1,83 @@
- project:
name: openstack/requirements
check:
jobs:
- openstack-tox-validate
- legacy-cross-cinder-python27:
files: ^upper-constraints.txt$
- legacy-cross-cinder-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-glance-python27:
files: ^upper-constraints.txt$
- legacy-cross-glance-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-horizon-python27:
files: ^upper-constraints.txt$
- legacy-cross-horizon-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-keystone-python27:
files: ^upper-constraints.txt$
- legacy-cross-keystone-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-neutron-python27:
files: ^upper-constraints.txt$
- legacy-cross-neutron-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-nova-python27:
files: ^upper-constraints.txt$
- legacy-cross-nova-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-nova-func:
files: ^upper-constraints.txt$
- legacy-cross-swift-python27:
files: ^upper-constraints.txt$
- legacy-cross-swift-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
gate:
queue: integrated
jobs:
- openstack-tox-validate
- legacy-cross-cinder-python27:
files: ^upper-constraints.txt$
- legacy-cross-cinder-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-glance-python27:
files: ^upper-constraints.txt$
- legacy-cross-glance-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-horizon-python27:
files: ^upper-constraints.txt$
- legacy-cross-horizon-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-keystone-python27:
files: ^upper-constraints.txt$
- legacy-cross-keystone-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-neutron-python27:
files: ^upper-constraints.txt$
- legacy-cross-neutron-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-nova-python27:
files: ^upper-constraints.txt$
- legacy-cross-nova-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$
- legacy-cross-nova-func:
files: ^upper-constraints.txt$
- legacy-cross-swift-python27:
files: ^upper-constraints.txt$
- legacy-cross-swift-python35:
branches: ^(?!stable/(newton|ocata)).*$
files: ^upper-constraints.txt$

View File

@ -42,6 +42,10 @@ commands = validate-projects {toxinidir}/projects.txt
[testenv:pep8]
commands = flake8
# NOTE(dmllr): temporary addition to survive switch to zuulv3, to be removed
[testenv:functional]
commands = flake8
[testenv:bashate]
whitelist_externals = bash
# E006: Line too long: