Add manila-test-image project
Add project to build test images for Manila. This new project is an infra project (test/dev only) and GPLv2 licensed, due to it being derived from buildroot, another GPLv2 licensed project. Change-Id: I090bf4ff3b2d55f75e20f4d79ec5bf20d91198f4
This commit is contained in:
parent
04c2ce4be5
commit
c3eda4af5c
14
gerrit/acls/openstack/manila-test-image.config
Normal file
14
gerrit/acls/openstack/manila-test-image.config
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group manila-core
|
||||||
|
create = group manila-core
|
||||||
|
label-Code-Review = -2..+2 group manila-core
|
||||||
|
label-Workflow = -1..+1 group manila-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group manila-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -4647,6 +4647,11 @@
|
|||||||
groups:
|
groups:
|
||||||
- manila
|
- manila
|
||||||
description: Specs repo for Manila (OpenStack Shared File Systems) project.
|
description: Specs repo for Manila (OpenStack Shared File Systems) project.
|
||||||
|
- project: openstack/manila-test-image
|
||||||
|
groups:
|
||||||
|
- manila
|
||||||
|
description: Images for testing Manila (infrastructure project)
|
||||||
|
upstream: https://github.com/bswartz/manila-test-image.git
|
||||||
- project: openstack/manila-ui
|
- project: openstack/manila-ui
|
||||||
description: The UI component for Manila
|
description: The UI component for Manila
|
||||||
options:
|
options:
|
||||||
|
@ -1098,6 +1098,7 @@ openstack-manila:
|
|||||||
- openstack/manila
|
- openstack/manila
|
||||||
- openstack/manila-image-elements
|
- openstack/manila-image-elements
|
||||||
- openstack/manila-specs
|
- openstack/manila-specs
|
||||||
|
- openstack/manila-test-image
|
||||||
- openstack/manila-ui
|
- openstack/manila-ui
|
||||||
- openstack/puppet-manila
|
- openstack/puppet-manila
|
||||||
- openstack/python-manilaclient
|
- openstack/python-manilaclient
|
||||||
|
@ -6580,6 +6580,13 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- specs-jobs
|
- specs-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: manila-test-image
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-bashate
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: manila-ui
|
name: manila-ui
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
|
@ -10897,6 +10897,14 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-manila-specs-python27-ubuntu-xenial
|
- gate-manila-specs-python27-ubuntu-xenial
|
||||||
|
|
||||||
|
- name: openstack/manila-test-image
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
check:
|
||||||
|
- gate-manila-test-image-bashate
|
||||||
|
gate:
|
||||||
|
- gate-manila-test-image-bashate
|
||||||
|
|
||||||
- name: openstack/manila-ui
|
- name: openstack/manila-ui
|
||||||
template:
|
template:
|
||||||
- name: check-requirements
|
- name: check-requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user