Rename bash8 to bashate
Change-Id: I82ecea52fb60eee7f46a4a84b7f59db4af514783
This commit is contained in:
parent
498786324f
commit
c1acd064f9
@ -1,14 +0,0 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group bash8-core
|
||||
label-Workflow = -1..+1 group bash8-core
|
||||
abandon = group bash8-core
|
||||
[access "refs/tags/*"]
|
||||
create = group bash8-ptl
|
||||
pushSignedTag = group bash8-ptl
|
||||
[project]
|
||||
status = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group bashate-core
|
||||
label-Workflow = -1..+1 group bashate-core
|
||||
abandon = group bashate-core
|
||||
[access "refs/tags/*"]
|
||||
create = group bashate-ptl
|
||||
pushSignedTag = group bashate-ptl
|
||||
[project]
|
||||
status = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -60,9 +60,9 @@
|
||||
- shell: "./tools/version.sh --reset"
|
||||
|
||||
- builder:
|
||||
name: bash8
|
||||
name: bashate
|
||||
builders:
|
||||
- shell: "/usr/local/jenkins/slave_scripts/run-bash8.sh {github-org} {project}"
|
||||
- shell: "/usr/local/jenkins/slave_scripts/run-bashate.sh {github-org} {project}"
|
||||
|
||||
- builder:
|
||||
name: pep8
|
||||
|
@ -25,12 +25,12 @@
|
||||
node: '{node}'
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-bash8'
|
||||
name: 'gate-{name}-bashate'
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- bash8:
|
||||
- bashate:
|
||||
github-org: '{github-org}'
|
||||
project: '{name}'
|
||||
|
||||
|
@ -1545,7 +1545,7 @@
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bash8
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: requirements-jobs
|
||||
@ -2793,7 +2793,7 @@
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: bash8
|
||||
name: bashate
|
||||
github-org: openstack-dev
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -3,9 +3,8 @@
|
||||
- project: openstack-attic/openstack-chef
|
||||
- project: openstack-attic/openstack-qa
|
||||
- project: openstack-attic/python-melangeclient
|
||||
- project: openstack-dev/bash8
|
||||
- project: openstack-dev/bashate
|
||||
description: A pep8 equivalent for bash scripts
|
||||
upstream: git://github.com/locke105/bash8.git
|
||||
- project: openstack-dev/cookiecutter
|
||||
description: Cookiecutter Template for new OpenStack projects
|
||||
upstream: git://github.com/emonty/cookiecutter-openstack.git
|
||||
|
@ -2463,20 +2463,20 @@ projects:
|
||||
|
||||
# Section: OpenStack development projects
|
||||
|
||||
- name: openstack-dev/bash8
|
||||
- name: openstack-dev/bashate
|
||||
template:
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-bash8-pep8
|
||||
- gate-bash8-python26
|
||||
- gate-bash8-python27
|
||||
- gate-bashate-pep8
|
||||
- gate-bashate-python26
|
||||
- gate-bashate-python27
|
||||
gate:
|
||||
- gate-bash8-pep8
|
||||
- gate-bash8-python26
|
||||
- gate-bash8-python27
|
||||
- gate-bashate-pep8
|
||||
- gate-bashate-python26
|
||||
- gate-bashate-python27
|
||||
post:
|
||||
- bash8-branch-tarball
|
||||
- bash8-coverage
|
||||
- bashate-branch-tarball
|
||||
- bashate-coverage
|
||||
|
||||
- name: openstack-dev/cookiecutter
|
||||
check:
|
||||
@ -2494,7 +2494,7 @@ projects:
|
||||
template:
|
||||
- name: integrated-gate
|
||||
check:
|
||||
- gate-devstack-bash8
|
||||
- gate-devstack-bashate
|
||||
- check-devstack-dsvm-cells
|
||||
- check-tempest-dsvm-neutron-full
|
||||
- gate-tempest-dsvm-large-ops
|
||||
@ -2507,7 +2507,7 @@ projects:
|
||||
- check-tempest-dsvm-ironic-postgres-nv
|
||||
- check-tempest-dsvm-virtual-ironic-nv
|
||||
gate:
|
||||
- gate-devstack-bash8
|
||||
- gate-devstack-bashate
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-tempest-dsvm-large-ops
|
||||
- gate-tempest-dsvm-neutron-large-ops
|
||||
|
Loading…
Reference in New Issue
Block a user