always make upper-constraints available to python jobs
For all the python jobs, always make the constraints available. This allows projects to have py27 target use constraints without having a parallel set of jobs. Change-Id: Ia31bfcda7d7a7756e4fcc51773f39f20e69313df
This commit is contained in:
parent
59aa3abd58
commit
405ed43c21
@ -10,7 +10,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- coverage:
|
||||
env: cover
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- pep8:
|
||||
env: pep8
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- pylint:
|
||||
env: pylint
|
||||
|
||||
@ -97,7 +97,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- pylint:
|
||||
env: pylint-constraints
|
||||
|
||||
@ -118,7 +118,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- python27
|
||||
- assert-no-extra-files
|
||||
|
||||
@ -165,7 +165,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- python34
|
||||
- assert-no-extra-files
|
||||
|
||||
@ -212,7 +212,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- pypy
|
||||
- assert-no-extra-files
|
||||
|
||||
@ -254,7 +254,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- docs
|
||||
|
||||
publishers:
|
||||
@ -292,7 +292,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- tox:
|
||||
envlist: '{envlist}'
|
||||
- assert-no-extra-files
|
||||
@ -336,7 +336,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- tarball:
|
||||
env: venv
|
||||
|
||||
@ -380,7 +380,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- tarball:
|
||||
env: venv
|
||||
- shell: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user