Don't run requirements pep8/py27 on Folsom/Grizzly
The tox.ini and test files were not backported to the openstack/requirements stable branches (Folsom and Grizzly). Disable the two tests that depend on those files so that changes can be merged to the stable branches. Change-Id: I92be6f28687385ad12e49fa3f666b049742dc354
This commit is contained in:
parent
bfa3680712
commit
9babe4394b
@ -164,6 +164,10 @@ jobs:
|
||||
files:
|
||||
- '^tools/.*-requires$'
|
||||
- '^.*requirements.txt$'
|
||||
- name: ^gate-requirements-pep8$
|
||||
branch: ^(?!stable/(folsom|grizzly)).*$
|
||||
- name: ^gate-requirements-python27$
|
||||
branch: ^(?!stable/(folsom|grizzly)).*$
|
||||
- name: manuals-upstream-translation-update
|
||||
branch: ^master$
|
||||
- name: gate-hacking-python33
|
||||
|
Loading…
Reference in New Issue
Block a user