diff --git a/gerrit/acls/openstack/stx-test.config b/gerrit/acls/openstack/stx-test.config new file mode 100644 index 0000000000..f02e26818f --- /dev/null +++ b/gerrit/acls/openstack/stx-test.config @@ -0,0 +1,18 @@ +[access "refs/for/refs/*"] +pushMerge = group starlingx-release + +[access "refs/heads/*"] +abandon = group starlingx-test-core +create = group starlingx-release +label-Code-Review = -2..+2 group starlingx-test-core +label-Workflow = -1..+1 group starlingx-test-core + +[access "refs/tags/*"] +pushSignedTag = group starlingx-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = True diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index e2f10ae321..ea52579b09 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -7293,6 +7293,14 @@ cgit-alias: site: git.starlingx.io path: stx-specs +- project: openstack/stx-test + description: StarlingX Test tools + use-storyboard: true + groups: + - starlingx + cgit-alias: + site: git.starlingx.io + path: stx-test - project: openstack/stx-tis-repo description: StarlingX build support use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index 75a6e26d77..a2a233905a 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1363,6 +1363,7 @@ - openstack/stx-nfv - openstack/stx-root - openstack/stx-specs + - openstack/stx-test - openstack/stx-tis-repo - openstack/stx-tools - openstack/stx-update