Merge "Start running bashate on config (nonvoting)"

This commit is contained in:
Jenkins 2014-09-03 17:17:37 +00:00 committed by Gerrit Code Review
commit 3e4a8e0224
6 changed files with 9 additions and 20 deletions

View File

@ -62,7 +62,8 @@
- builder:
name: bashate
builders:
- shell: "/usr/local/jenkins/slave_scripts/run-bashate.sh"
- tox:
envlist: bashate
- builder:
name: pep8

View File

@ -275,6 +275,7 @@
- gate-{name}-puppet-syntax
- gate-{name}-puppet-apply
- gate-{name}-pep8
- gate-{name}-bashate
- experimental-swift-logs-{name}-pep8
- project:

View File

@ -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

View File

@ -738,6 +738,8 @@ jobs:
branch: ^(?!stable/(havana|icehouse)).*$
- name: gate-nova-pip-missing-reqs
voting: false
- name: gate-config-bashate
voting: false
# TODO(rpodolyaka): make voting when the jobs pass on all SA versions
- name: gate-oslo.db-tox-sqla_08
@ -2906,6 +2908,7 @@ projects:
- config-compare-xml
- gate-config-layout
- gate-config-pep8
- gate-config-bashate
- gate-config-puppet-syntax
- gate-config-puppet-apply-precise
- gate-config-puppet-apply-centos6

View File

@ -2,3 +2,4 @@ hacking>=0.5.6,<0.8
sphinx>=1.1.2,<1.2
docutils==0.9.1
oslosphinx
bashate>=0.2

View File

@ -54,3 +54,5 @@ commands =
{toxinidir}/tools/check_projects_yaml_alphabetized.sh
{toxinidir}/tools/run-layout.sh openstack-infra config
[testenv:bashate]
commands = bashate -v