Merge "Re-enable the zuul config check"

This commit is contained in:
Zuul 2024-10-09 23:57:27 +00:00 committed by Gerrit Code Review
commit f2bb9475f4
2 changed files with 1 additions and 3 deletions

View File

@ -6784,7 +6784,6 @@
- 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

View File

@ -79,8 +79,7 @@ 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:
# TEMPORARY:
# found_errors += 1
found_errors += 1
print(" ERROR: Found %s on branch %s" % (z, branch))
print(" Remove any zuul config files before import.")