Merge "Start running bashate on config (nonvoting)"
This commit is contained in:
commit
3e4a8e0224
@ -62,7 +62,8 @@
|
|||||||
- builder:
|
- builder:
|
||||||
name: bashate
|
name: bashate
|
||||||
builders:
|
builders:
|
||||||
- shell: "/usr/local/jenkins/slave_scripts/run-bashate.sh"
|
- tox:
|
||||||
|
envlist: bashate
|
||||||
|
|
||||||
- builder:
|
- builder:
|
||||||
name: pep8
|
name: pep8
|
||||||
|
@ -275,6 +275,7 @@
|
|||||||
- gate-{name}-puppet-syntax
|
- gate-{name}-puppet-syntax
|
||||||
- gate-{name}-puppet-apply
|
- gate-{name}-puppet-apply
|
||||||
- gate-{name}-pep8
|
- gate-{name}-pep8
|
||||||
|
- gate-{name}-bashate
|
||||||
- experimental-swift-logs-{name}-pep8
|
- experimental-swift-logs-{name}-pep8
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
#!/bin/bash -xe
|
|
||||||
|
|
||||||
# Copyright 2013 OpenStack Foundation
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
||||||
# not use this file except in compliance with the License. You may obtain
|
|
||||||
# a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
||||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
||||||
# License for the specific language governing permissions and limitations
|
|
||||||
# under the License.
|
|
||||||
|
|
||||||
set -o pipefail
|
|
||||||
./run_tests.sh
|
|
||||||
set +o pipefail
|
|
@ -738,6 +738,8 @@ jobs:
|
|||||||
branch: ^(?!stable/(havana|icehouse)).*$
|
branch: ^(?!stable/(havana|icehouse)).*$
|
||||||
- name: gate-nova-pip-missing-reqs
|
- name: gate-nova-pip-missing-reqs
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: gate-config-bashate
|
||||||
|
voting: false
|
||||||
|
|
||||||
# TODO(rpodolyaka): make voting when the jobs pass on all SA versions
|
# TODO(rpodolyaka): make voting when the jobs pass on all SA versions
|
||||||
- name: gate-oslo.db-tox-sqla_08
|
- name: gate-oslo.db-tox-sqla_08
|
||||||
@ -2906,6 +2908,7 @@ projects:
|
|||||||
- config-compare-xml
|
- config-compare-xml
|
||||||
- gate-config-layout
|
- gate-config-layout
|
||||||
- gate-config-pep8
|
- gate-config-pep8
|
||||||
|
- gate-config-bashate
|
||||||
- gate-config-puppet-syntax
|
- gate-config-puppet-syntax
|
||||||
- gate-config-puppet-apply-precise
|
- gate-config-puppet-apply-precise
|
||||||
- gate-config-puppet-apply-centos6
|
- gate-config-puppet-apply-centos6
|
||||||
|
@ -2,3 +2,4 @@ hacking>=0.5.6,<0.8
|
|||||||
sphinx>=1.1.2,<1.2
|
sphinx>=1.1.2,<1.2
|
||||||
docutils==0.9.1
|
docutils==0.9.1
|
||||||
oslosphinx
|
oslosphinx
|
||||||
|
bashate>=0.2
|
||||||
|
2
tox.ini
2
tox.ini
@ -54,3 +54,5 @@ commands =
|
|||||||
{toxinidir}/tools/check_projects_yaml_alphabetized.sh
|
{toxinidir}/tools/check_projects_yaml_alphabetized.sh
|
||||||
{toxinidir}/tools/run-layout.sh openstack-infra config
|
{toxinidir}/tools/run-layout.sh openstack-infra config
|
||||||
|
|
||||||
|
[testenv:bashate]
|
||||||
|
commands = bashate -v
|
||||||
|
Loading…
Reference in New Issue
Block a user