diff --git a/gerrit/acls/openstack-infra/netlify-sandbox.config b/gerrit/acls/openstack-infra/netlify-sandbox.config new file mode 100644 index 0000000000..053fcba3b5 --- /dev/null +++ b/gerrit/acls/openstack-infra/netlify-sandbox.config @@ -0,0 +1,16 @@ +[access "refs/heads/*"] +abandon = group netlify-sandbox-core +create = group netlify-sandbox-release +label-Code-Review = -2..+2 group netlify-sandbox-core +label-Verified = -1..+1 group netlify-sandbox-ci +label-Workflow = -1..+1 group netlify-sandbox-core + +[access "refs/tags/*"] +pushSignedTag = group netlify-sandbox-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 077a149392..cff99aab38 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -244,6 +244,9 @@ use-storyboard: true groups: - openstack-ci +- project: openstack-infra/netlify-sandbox + description: sandbox for testing netlify cms integration with Gerrit. + upstream: https://github.com/gcutrini/starlingx-website.git - project: openstack-infra/nodepool use-storyboard: true cgit-alias: diff --git a/zuul/main.yaml b/zuul/main.yaml index 04176d3e01..ba7c7ae8c8 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -70,6 +70,7 @@ - openstack-infra/lpmqtt - openstack-infra/meetbot - openstack-infra/mqtt_statsd + - openstack-infra/netlify-sandbox - openstack-infra/nodepool - openstack-infra/nose-html-output - openstack-infra/odsreg