a52ab639b5
This devstack plugin allow ubuntu users to use the open source forked version/flavor of mysql, MariaDB, as an alternative to the default MySQL. Plugins used in the gate must live in OpenStack's gerrit. Following the best practices to eventually add experimental/periodic jobs for MariaDB - e.g: dsvm-tempest-full-mariadb. Change-Id: I9a5f1fd23b7c4ea2711b9e919149083d29e9af1b
15 lines
367 B
Plaintext
15 lines
367 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group devstack-plugin-mariadb-core
|
|
label-Code-Review = -2..+2 group devstack-plugin-mariadb-core
|
|
label-Workflow = -1..+1 group devstack-plugin-mariadb-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group devstack-plugin-mariadb-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|