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 536bc02a01..99cb8fc2c2 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -7280,6 +7280,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 b2135a81a7..6ad114eb6d 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1364,6 +1364,7 @@ - openstack/stx-nfv - openstack/stx-root - openstack/stx-specs + - openstack/stx-test - openstack/stx-tis-repo - openstack/stx-tools - openstack/stx-update