Commit f7b0d5a7 by Troy Sankey

bump the number of executors on the jenkins build docker image

This image isn't configured to spawn extra workers, so just bump the
number of executors on the master instance so that certain jobs (which
trigger downstream jobs) will work.
parent 2af386c1
......@@ -45,3 +45,8 @@ jenkins_common_main_labels:
- 'dsl-seed-runner'
- 'backup-runner'
- 'jenkins-worker' # added this
# We're running all our jobs on the Jenkins Master by default (one container
# only), so we need to bump up the number of executors for some jobs with
# downstream jobs to work correctly.
jenkins_common_main_num_executors: 6
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment