Skip to content

Commit

Permalink
Missing fixes related to jenkins/zuul-launcher
Browse files Browse the repository at this point in the history
Change-Id: I511ae952ba6a9fede0b5e79cb8e4291cf99f6741
  • Loading branch information
TristanCacqueray committed Dec 21, 2017
1 parent 46457ba commit bded993
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/sf-jenkins/defaults/main.yml
Expand Up @@ -10,9 +10,9 @@ role_actions:
- disable

jenkins_repo_name: jenkins
jenkins_repo_desc: Jenkins repository
jenkins_repo_url: https://pkg.jenkins.io/redhat-stable/
jenkins_repo_gpgkey: https://pkg.jenkins.io/redhat-stable/jenkins.io.key
jenkins_repo_desc: Jenkins-1.x repository
jenkins_repo_url: https://softwarefactory-project.io/mirrors/repos/jenkins/
jenkins_repo_gpgkey: https://softwarefactory-project.io/mirrors/repos/jenkins/jenkins.io.key
jenkins_repo_gpgcheck: 1

jenkins_heap_limit: 256m
Expand Down
2 changes: 2 additions & 0 deletions ansible/roles/sf-nodepool/templates/_nodepool.yaml.j2
Expand Up @@ -19,8 +19,10 @@ cron:
check: '*/15 * * * *'

targets:
{% if 'zuul-launcher' in roles and nodepool_zuul_launcher_target|default(True) %}
- name: zuul
assign-via-gearman: True
{% endif %}
{% if 'jenkins' in roles %}
- name: default
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/sf-zuul/templates/zuul.conf.j2
@@ -1,6 +1,6 @@
[gearman]
server={{ zuul_server_host }}
check_job_registration=true
check_job_registration=false

[gearman_server]
start=true
Expand Down

0 comments on commit bded993

Please sign in to comment.