Merge "Add non-voting constraints jobs to cinder"
This commit is contained in:
commit
1a8def2f6c
@ -170,7 +170,7 @@
|
||||
- builder:
|
||||
name: pylint
|
||||
builders:
|
||||
- shell: "/usr/local/jenkins/slave_scripts/run-pylint.sh"
|
||||
- shell: "/usr/local/jenkins/slave_scripts/run-pylint.sh {env}"
|
||||
|
||||
- builder:
|
||||
name: npm-install
|
||||
|
@ -420,11 +420,13 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- python-constraints-jobs
|
||||
- python-juno-bitrot-jobs
|
||||
- python-kilo-bitrot-jobs
|
||||
- python-liberty-bitrot-jobs
|
||||
- openstack-publish-jobs
|
||||
- gate-{name}-pylint
|
||||
- gate-{name}-pylint-constraints
|
||||
- translation-jobs
|
||||
- translation-jobs-liberty
|
||||
- gate-rally-dsvm-{name}
|
||||
|
@ -87,13 +87,27 @@
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- pylint
|
||||
- pylint:
|
||||
env: pylint
|
||||
|
||||
publishers:
|
||||
- zuul-swift-upload-console-log
|
||||
|
||||
node: '{node}'
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-pylint-constraints'
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- pylint:
|
||||
env: pylint-constraints
|
||||
|
||||
publishers:
|
||||
- zuul-swift-upload-console-log
|
||||
|
||||
node: '{node}'
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-python26'
|
||||
|
@ -14,7 +14,10 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
venv=${1:-pylint}
|
||||
export UPPER_CONSTRAINTS_FILE=$(pwd)/upper-constraints.txt
|
||||
|
||||
set -o pipefail
|
||||
tox -v -epylint | tee pylint.txt
|
||||
tox -v -e$venv | tee pylint.txt
|
||||
set +o pipefail
|
||||
|
||||
|
@ -1182,7 +1182,7 @@ jobs:
|
||||
branch: ^(?!stable/(?:juno|kilo)).*$
|
||||
voting: false
|
||||
|
||||
- name: gate-cinder-pylint
|
||||
- name: ^gate-cinder-pylint(-constraints)?$
|
||||
voting: false
|
||||
|
||||
- name: gate-cinderclient-dsvm-functional
|
||||
@ -2022,7 +2022,7 @@ jobs:
|
||||
# End of Python 2.6 depreciation
|
||||
|
||||
# Python 3.4 jobs
|
||||
- name: gate-cinder-python34
|
||||
- name: ^gate-cinder-python34(-constraints)?$
|
||||
branch: ^(?!stable/(?:juno|kilo)).*$
|
||||
|
||||
- name: gate-keystone-python34
|
||||
@ -2156,6 +2156,9 @@ jobs:
|
||||
- name: gate-nova-tox-functional-constraints
|
||||
voting: false
|
||||
|
||||
- name: ^gate-cinder-.*-constraints$
|
||||
voting: false
|
||||
|
||||
- name: gate-python-fuelclient-python34
|
||||
branch: ^(?!stable/(?:6\.1|7.0)).*$
|
||||
|
||||
@ -3977,6 +3980,11 @@ projects:
|
||||
- gate-tempest-dsvm-full-drbd-devstack-nv
|
||||
- gate-tempest-dsvm-full-lio
|
||||
- gate-tempest-dsvm-full-bdd-nv
|
||||
- gate-cinder-python27-constraints
|
||||
- gate-cinder-python34-constraints
|
||||
- gate-cinder-docs-constraints
|
||||
- gate-cinder-pep8-constraints
|
||||
- gate-cinder-pylint-constraints
|
||||
gate:
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-tempest-dsvm-full-ceph
|
||||
|
Loading…
Reference in New Issue
Block a user