Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
config-check: fix invalid zuul.conf for gerrit_connections
The zuul.conf test configuration is missing the gerrit driver when
gerrit_connections are used

Change-Id: I482501c4d240950e5d30aa0b3cd8899daffd1064
  • Loading branch information
TristanCacqueray committed Oct 11, 2016
1 parent db6eb63 commit 34fcc74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/ansible/roles/sf-jenkins/templates/zuul.conf.j2
Expand Up @@ -7,6 +7,7 @@ user=jenkins

{% for conn in gerrit_connections %}{% if not conn.disabled|default(False) %}
[connection {{ conn.name }}]
driver=gerrit
server=localhost
user=jenkins

Expand Down

0 comments on commit 34fcc74

Please sign in to comment.