Revert "always make upper-constraints available to python jobs"
This is happening in non-change-pipeline jobs where zuul-cloner is
not yet appropriate to be used (for example, it broke generating
release tarballs with errors like "INFO:zuul.Cloner:upstream repo is
missing branch refs/tags/2015.1.3" and then falling back on the
master branch tip).
This reverts commit 405ed43c21
.
Change-Id: I7a85f7bdf661efa07e6e8627ec84ffcb52d01c3e
This commit is contained in:
parent
b76a78ed45
commit
21090ad144
@ -10,7 +10,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- coverage:
|
||||
env: cover
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- pep8:
|
||||
env: pep8
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- pylint:
|
||||
env: pylint
|
||||
|
||||
@ -97,7 +97,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- pylint:
|
||||
env: pylint-constraints
|
||||
|
||||
@ -118,7 +118,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- python27
|
||||
- assert-no-extra-files
|
||||
|
||||
@ -165,7 +165,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- python34
|
||||
- assert-no-extra-files
|
||||
|
||||
@ -212,7 +212,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- pypy
|
||||
- assert-no-extra-files
|
||||
|
||||
@ -254,7 +254,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- docs
|
||||
|
||||
publishers:
|
||||
@ -292,7 +292,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- tox:
|
||||
envlist: '{envlist}'
|
||||
- assert-no-extra-files
|
||||
@ -336,7 +336,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- tarball:
|
||||
env: venv
|
||||
|
||||
@ -380,7 +380,7 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- revoke-sudo
|
||||
- zuul-git-prep-upper-constraints
|
||||
- gerrit-git-prep
|
||||
- tarball:
|
||||
env: venv
|
||||
- shell: |
|
||||
|
Loading…
Reference in New Issue
Block a user