Merge "Add the vexxhost/project-config repo"
This commit is contained in:
commit
9222bbfea3
@ -6781,6 +6781,10 @@
|
||||
- project: vexxhost/openvswitch_exporter
|
||||
description: Open vSwitch exporter for Prometheus
|
||||
acl-config: /home/gerrit2/acls/vexxhost/vexxhost.config
|
||||
- project: vexxhost/project-config
|
||||
description: Zuul configuration files for the Vexxhost tenant
|
||||
acl-config: /home/gerrit2/acls/vexxhost/vexxhost.config
|
||||
upstream: https://opendev.org/opendev/project-config
|
||||
- project: vexxhost/rally_exporter
|
||||
description: OpenStack Rally exporter for Prometheus
|
||||
acl-config: /home/gerrit2/acls/vexxhost/vexxhost.config
|
||||
|
@ -79,7 +79,8 @@ def check_repo(repo_path, default_branch):
|
||||
head = repo.head.commit.tree
|
||||
for z in ['zuul.yaml', '.zuul.yaml', 'zuul.d', '.zuul.d']:
|
||||
if z in head:
|
||||
found_errors += 1
|
||||
# TEMPORARY:
|
||||
# found_errors += 1
|
||||
print(" ERROR: Found %s on branch %s" % (z, branch))
|
||||
print(" Remove any zuul config files before import.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user