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:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- coverage:
|
- coverage:
|
||||||
env: cover
|
env: cover
|
||||||
|
|
||||||
@ -49,7 +49,7 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- pep8:
|
- pep8:
|
||||||
env: pep8
|
env: pep8
|
||||||
|
|
||||||
@ -81,7 +81,7 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- pylint:
|
- pylint:
|
||||||
env: pylint
|
env: pylint
|
||||||
|
|
||||||
@ -97,7 +97,7 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- pylint:
|
- pylint:
|
||||||
env: pylint-constraints
|
env: pylint-constraints
|
||||||
|
|
||||||
@ -118,7 +118,7 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- python27
|
- python27
|
||||||
- assert-no-extra-files
|
- assert-no-extra-files
|
||||||
|
|
||||||
@ -165,7 +165,7 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- python34
|
- python34
|
||||||
- assert-no-extra-files
|
- assert-no-extra-files
|
||||||
|
|
||||||
@ -212,7 +212,7 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- pypy
|
- pypy
|
||||||
- assert-no-extra-files
|
- assert-no-extra-files
|
||||||
|
|
||||||
@ -254,7 +254,7 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- docs
|
- docs
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
@ -292,7 +292,7 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- tox:
|
- tox:
|
||||||
envlist: '{envlist}'
|
envlist: '{envlist}'
|
||||||
- assert-no-extra-files
|
- assert-no-extra-files
|
||||||
@ -336,7 +336,7 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- tarball:
|
- tarball:
|
||||||
env: venv
|
env: venv
|
||||||
|
|
||||||
@ -380,7 +380,7 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- zuul-git-prep-upper-constraints
|
- gerrit-git-prep
|
||||||
- tarball:
|
- tarball:
|
||||||
env: venv
|
env: venv
|
||||||
- shell: |
|
- shell: |
|
||||||
|
Loading…
Reference in New Issue
Block a user