Add Kata tenant Zuul configuration repository
In order to craete a Kata tenant in our Zuul instance, we'll need to point it to a repository containing its configuration (like pipeline definitions). This is done before defining the tenant to avoid a race on import. Change-Id: Icd84291ca106855ddb4dd38b76b893fc696ddf10
This commit is contained in:
10
gerrit/acls/kata-containers/zuul-config.config
Normal file
10
gerrit/acls/kata-containers/zuul-config.config
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group kata-zuul-config-core
|
||||||
|
label-Code-Review = -2..+2 group kata-zuul-config-core
|
||||||
|
label-Workflow = -1..+1 group kata-zuul-config-core
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@@ -1,3 +1,5 @@
|
|||||||
|
- project: kata-containers/zuul-config
|
||||||
|
description: Zuul configuration files for the Kata tenant
|
||||||
- project: opendev/base-jobs
|
- project: opendev/base-jobs
|
||||||
description: Zuul configuration common to all OpenDev tenants
|
description: Zuul configuration common to all OpenDev tenants
|
||||||
- project: openstack-attic/akanda
|
- project: openstack-attic/akanda
|
||||||
|
Reference in New Issue
Block a user