Merge "Setting up a StoryBoard python client"
This commit is contained in:
commit
3db4304928
@ -290,6 +290,12 @@
|
|||||||
- openstack-ci
|
- openstack-ci
|
||||||
upstream: git://github.com/openstack-infra/jeepyb.git
|
upstream: git://github.com/openstack-infra/jeepyb.git
|
||||||
description: PyPI mirror builder
|
description: PyPI mirror builder
|
||||||
|
- project: openstack-infra/python-storyboardclient
|
||||||
|
use-storyboard: true
|
||||||
|
acl-config: /home/gerrit2/acls/openstack-infra/storyboard.config
|
||||||
|
description: Python Client library for StoryBoard
|
||||||
|
groups:
|
||||||
|
- storyboard
|
||||||
- project: openstack-infra/release-tools
|
- project: openstack-infra/release-tools
|
||||||
use-storyboard: true
|
use-storyboard: true
|
||||||
upstream: git://github.com/ttx/openstack-releasing.git
|
upstream: git://github.com/ttx/openstack-releasing.git
|
||||||
|
@ -45,6 +45,7 @@ openstack-infra:
|
|||||||
- openstack-infra/puppet-yum
|
- openstack-infra/puppet-yum
|
||||||
- openstack-infra/puppet-zuul
|
- openstack-infra/puppet-zuul
|
||||||
- openstack-infra/pypi-mirror
|
- openstack-infra/pypi-mirror
|
||||||
|
- openstack-infra/python-storyboardclient
|
||||||
- openstack-infra/release-tools
|
- openstack-infra/release-tools
|
||||||
- openstack-infra/releasestatus
|
- openstack-infra/releasestatus
|
||||||
- openstack-infra/reviewday
|
- openstack-infra/reviewday
|
||||||
@ -603,6 +604,7 @@ storyboard:
|
|||||||
- change-merged
|
- change-merged
|
||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
|
- openstack-infra/python-storyboardclient
|
||||||
- openstack-infra/storyboard
|
- openstack-infra/storyboard
|
||||||
- openstack-infra/storyboard-webclient
|
- openstack-infra/storyboard-webclient
|
||||||
branches:
|
branches:
|
||||||
@ -820,6 +822,7 @@ openstack-merges:
|
|||||||
- openstack-infra/puppet-yum
|
- openstack-infra/puppet-yum
|
||||||
- openstack-infra/puppet-zuul
|
- openstack-infra/puppet-zuul
|
||||||
- openstack-infra/pypi-mirror
|
- openstack-infra/pypi-mirror
|
||||||
|
- openstack-infra/python-storyboardclient
|
||||||
- openstack-infra/releasestatus
|
- openstack-infra/releasestatus
|
||||||
- openstack-infra/reviewday
|
- openstack-infra/reviewday
|
||||||
- openstack-infra/reviewstats
|
- openstack-infra/reviewstats
|
||||||
|
@ -2005,6 +2005,16 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: python-storyboardclient
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: release-tools
|
name: release-tools
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
18
jenkins/jobs/python-storyboardclient.yaml
Normal file
18
jenkins/jobs/python-storyboardclient.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# This is a non-standard docs job because it uses SCP instead of FTP
|
||||||
|
- job:
|
||||||
|
name: python-storyboardclient-infra-docs
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- revoke-sudo
|
||||||
|
- gerrit-git-prep
|
||||||
|
- docs
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- scp:
|
||||||
|
site: '173.203.107.207' # ci.openstack.org
|
||||||
|
files:
|
||||||
|
- target: 'ci/python-storyboardclient'
|
||||||
|
source: 'doc/build/html/**/*'
|
||||||
|
keep-hierarchy: true
|
||||||
|
- console-log
|
@ -3523,6 +3523,16 @@ projects:
|
|||||||
- gate-pypi-mirror-pep8
|
- gate-pypi-mirror-pep8
|
||||||
- gate-requirements-integration-dsvm
|
- gate-requirements-integration-dsvm
|
||||||
|
|
||||||
|
- name: openstack-infra/python-storyboardclient
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: publish-to-pypi
|
||||||
|
- name: python-jobs
|
||||||
|
post:
|
||||||
|
- python-storyboardclient-coverage
|
||||||
|
release:
|
||||||
|
- python-storyboardclient-infra-docs
|
||||||
|
|
||||||
# TODO: add docs
|
# TODO: add docs
|
||||||
- name: openstack-infra/release-tools
|
- name: openstack-infra/release-tools
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user