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: I150640990fb900318878563544af91e0a6043882
This commit is contained in:
parent
faf22cf224
commit
6cada96ba1
@ -49,7 +49,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- pep8:
|
||||
env: pep8
|
||||
|
||||
@ -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
|
||||
|
||||
@ -189,7 +189,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- python34
|
||||
- assert-no-extra-files
|
||||
|
||||
@ -236,7 +236,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- pypy
|
||||
- assert-no-extra-files
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- zuul-git-prep-upper-constraints
|
||||
- docs
|
||||
|
||||
publishers:
|
||||
@ -316,7 +316,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
|
||||
|
Loading…
Reference in New Issue
Block a user