Skip to content

Commit f73c83e

Browse files
committed
Fix config-projects shadowing
1 parent bfe9ced commit f73c83e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible/inventory/group_vars/all/zuul-operator-tenant-config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ zuul_operator_tenant_config:
2929
- job
3030
- nodeset
3131
- zuul/zuul-jobs:
32-
shadow: stackhpc-zuul-config
32+
shadow:
33+
- opendev/base-jobs
34+
- stackhpc-zuul-config
3335
include:
3436
- job
3537
- openstack/openstack-zuul-jobs:

0 commit comments

Comments
 (0)