Merge "Creation of a dedicated repo for API and media storage client"
This commit is contained in:
@@ -3143,6 +3143,12 @@
|
|||||||
- project: openstack/python-evoqueclient
|
- project: openstack/python-evoqueclient
|
||||||
description: Client library for Evoque API
|
description: Client library for Evoque API
|
||||||
acl-config: /home/gerrit2/acls/openstack/evoque.config
|
acl-config: /home/gerrit2/acls/openstack/evoque.config
|
||||||
|
- project: openstack/python-freezerclient
|
||||||
|
description: Client cli and Library for Freezer API and storages media
|
||||||
|
upstream: https://github.com/memogarcia/python-freezerclient
|
||||||
|
acl-config: /home/gerrit2/acls/openstack/freezer.config
|
||||||
|
groups:
|
||||||
|
- freezer
|
||||||
- project: openstack/python-fuelclient
|
- project: openstack/python-fuelclient
|
||||||
description: Client for Fuel.
|
description: Client for Fuel.
|
||||||
groups:
|
groups:
|
||||||
|
@@ -593,6 +593,7 @@ openstack-freezer:
|
|||||||
- openstack/freezer-api
|
- openstack/freezer-api
|
||||||
- openstack/freezer-specs
|
- openstack/freezer-specs
|
||||||
- openstack/freezer-web-ui
|
- openstack/freezer-web-ui
|
||||||
|
- openstack/python-freezerclient
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@@ -59,6 +59,7 @@
|
|||||||
export PROJECTS="openstack/freezer-api $PROJECTS"
|
export PROJECTS="openstack/freezer-api $PROJECTS"
|
||||||
export PROJECTS="openstack/freezer-web-ui $PROJECTS"
|
export PROJECTS="openstack/freezer-web-ui $PROJECTS"
|
||||||
export PROJECTS="openstack/freezer $PROJECTS"
|
export PROJECTS="openstack/freezer $PROJECTS"
|
||||||
|
export PROJECTS="openstack/python-freezerclient $PROJECTS"
|
||||||
|
|
||||||
function gate_hook {
|
function gate_hook {
|
||||||
$BASE/new/freezer-api/devstack/gate_hook.sh
|
$BASE/new/freezer-api/devstack/gate_hook.sh
|
||||||
|
@@ -6472,6 +6472,15 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: python-freezerclient
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
- gate-{name}-pylint
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: python-fuelclient
|
name: python-fuelclient
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
|
@@ -9346,6 +9346,21 @@ projects:
|
|||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
- name: check-requirements
|
- name: check-requirements
|
||||||
|
|
||||||
|
- name: openstack/python-freezerclient
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: publish-to-pypi
|
||||||
|
check:
|
||||||
|
- gate-python-freezerclient-pylint
|
||||||
|
- gate-python-freezerclient-pep8
|
||||||
|
- gate-python-freezerclient-python27
|
||||||
|
gate:
|
||||||
|
- gate-python-freezerclient-pylint
|
||||||
|
- gate-python-freezerclient-pep8
|
||||||
|
- gate-python-freezerclient-python27
|
||||||
|
experimental:
|
||||||
|
- gate-freezer-devstack-dsvm
|
||||||
|
|
||||||
- name: openstack/python-fuelclient
|
- name: openstack/python-fuelclient
|
||||||
template:
|
template:
|
||||||
- name: python3-jobs
|
- name: python3-jobs
|
||||||
|
Reference in New Issue
Block a user