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:
Thierry Carrez 2019-01-15 18:30:11 +01:00
parent 77535ddcec
commit cfa2142fcc
2 changed files with 12 additions and 0 deletions

View 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

View File

@ -1,3 +1,5 @@
- project: kata-containers/zuul-config
description: Zuul configuration files for the Kata tenant
- project: opendev/base-jobs
description: Zuul configuration common to all OpenDev tenants
- project: openstack-attic/akanda