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:
parent
9891e2951d
commit
1514d3fb7f
83
.zuul.d/project.yaml
Normal file
83
.zuul.d/project.yaml
Normal 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$
|
4
tox.ini
4
tox.ini
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user