Merge "Remove magnetodb configuration"
This commit is contained in:
commit
3923363441
@ -67,8 +67,6 @@ channels:
|
||||
mask: full_mask
|
||||
- name: heat
|
||||
- name: kolla
|
||||
- name: magnetodb
|
||||
mask: full_mask
|
||||
- name: murano
|
||||
mask: full_mask
|
||||
- name: nova-docker
|
||||
|
@ -1,11 +1,2 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group magnetodb-core
|
||||
label-Code-Review = -2..+2 group magnetodb-core
|
||||
label-Workflow = -1..+1 group magnetodb-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
||||
[project]
|
||||
state = read only
|
||||
|
@ -1,29 +1,2 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group magnetodb-core
|
||||
create = group magnetodb-release
|
||||
label-Code-Review = -2..+2 group magnetodb-core
|
||||
label-Workflow = -1..+1 group magnetodb-core
|
||||
|
||||
[access "refs/heads/proposed/*"]
|
||||
abandon = group magnetodb-milestone
|
||||
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
||||
label-Code-Review = -2..+2 group magnetodb-milestone
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group magnetodb-milestone
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
abandon = group magnetodb-milestone
|
||||
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
||||
label-Code-Review = -2..+2 group magnetodb-milestone
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group magnetodb-milestone
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group magnetodb-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
||||
[project]
|
||||
state = read only
|
||||
|
@ -1,14 +1,2 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group magnetodb-core
|
||||
label-Code-Review = -2..+2 group magnetodb-core
|
||||
label-Workflow = -1..+1 group magnetodb-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group magnetodb-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
||||
[project]
|
||||
state = read only
|
||||
|
@ -187,18 +187,6 @@ kolla:
|
||||
- stable/juno
|
||||
- stable/icehouse
|
||||
|
||||
magnetodb:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/python-magnetodbclient
|
||||
- openstack/magnetodb
|
||||
- openstack/magnetodb-specs
|
||||
branches:
|
||||
- master
|
||||
|
||||
murano:
|
||||
events:
|
||||
- patchset-created
|
||||
|
@ -1,63 +0,0 @@
|
||||
- job:
|
||||
name: gate-magnetodb-devstack-dsvm
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 65
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export ENABLED_SERVICES=tempest
|
||||
export PROJECTS="openstack/magnetodb $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin magnetodb git://git.openstack.org/openstack/magnetodb"
|
||||
|
||||
function pre_test_hook {
|
||||
cd /opt/stack/new/magnetodb/functionaltests
|
||||
./pre_test_hook.sh
|
||||
}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {
|
||||
cd /opt/stack/new/magnetodb/functionaltests
|
||||
./post_test_hook.sh
|
||||
}
|
||||
export -f post_test_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
|
||||
- job-template:
|
||||
name: 'gate-magnetodb-cassandra-tox'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 40
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- gerrit-git-prep
|
||||
- shell: |
|
||||
./tools/install_cassandra_ccm.sh
|
||||
- revoke-sudo
|
||||
- tox:
|
||||
envlist: '{envlist}'
|
||||
- assert-no-extra-files
|
||||
|
||||
publishers:
|
||||
- test-results
|
||||
- console-log
|
||||
|
||||
node: '{node}'
|
@ -723,18 +723,6 @@
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: magnetodb
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- hook-{name}-rtfd
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- gate-magnetodb-cassandra-tox:
|
||||
envlist: cassandra-integration-tests
|
||||
|
||||
- project:
|
||||
name: manila
|
||||
node: 'bare-precise || bare-trusty'
|
||||
@ -1648,16 +1636,6 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: python-magnetodbclient
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- hook-{name}-rtfd
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: python-manilaclient
|
||||
node: 'bare-precise || bare-trusty'
|
||||
@ -2555,15 +2533,6 @@
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: magnetodb-specs
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- hook-{name}-rtfd
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
name: manila-image-elements
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -1188,12 +1188,6 @@ jobs:
|
||||
- name: gate-python-troveclient-pypy
|
||||
voting: false
|
||||
|
||||
- name: gate-magnetodb-requirements
|
||||
voting: false
|
||||
|
||||
- name: gate-magnetodb-cassandra-tox
|
||||
voting: false
|
||||
|
||||
- name: gate-rally-dsvm-mistral-task
|
||||
voting: false
|
||||
|
||||
@ -2437,27 +2431,6 @@ projects:
|
||||
check:
|
||||
- gate-kuryr-requirements
|
||||
|
||||
- name: openstack/magnetodb
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: publish-to-pypi
|
||||
- name: docs-on-rtfd
|
||||
check:
|
||||
- gate-magnetodb-pep8
|
||||
- gate-magnetodb-python27
|
||||
- gate-magnetodb-docs
|
||||
- gate-magnetodb-requirements
|
||||
- gate-magnetodb-devstack-dsvm
|
||||
- gate-magnetodb-cassandra-tox
|
||||
gate:
|
||||
- gate-magnetodb-pep8
|
||||
- gate-magnetodb-python27
|
||||
- gate-magnetodb-docs
|
||||
- gate-magnetodb-devstack-dsvm
|
||||
- gate-magnetodb-cassandra-tox
|
||||
post:
|
||||
- magnetodb-branch-tarball
|
||||
|
||||
- name: openstack/magnum
|
||||
template:
|
||||
- name: merge-check
|
||||
@ -3425,17 +3398,6 @@ projects:
|
||||
post:
|
||||
- python-kiteclient-coverage
|
||||
|
||||
- name: openstack/python-magnetodbclient
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: check-requirements
|
||||
- name: docs-on-rtfd
|
||||
- name: python-jobs
|
||||
pre-release:
|
||||
- python-magnetodbclient-tarball
|
||||
release:
|
||||
- python-magnetodbclient-tarball
|
||||
|
||||
- name: openstack/python-magnumclient
|
||||
template:
|
||||
- name: merge-check
|
||||
@ -4448,12 +4410,6 @@ projects:
|
||||
post:
|
||||
- ironic-python-agent-buildimage-coreos
|
||||
|
||||
- name: openstack/magnetodb-specs
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: stackforge-specs-jobs
|
||||
- name: docs-on-rtfd
|
||||
|
||||
- name: openstack/manila-image-elements
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user