]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Allow setting max job time for teuthology 159/head
authorZack Cerza <zack@redhat.com>
Tue, 27 Oct 2015 20:34:20 +0000 (14:34 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 27 Oct 2015 20:34:20 +0000 (14:34 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/teuthology/templates/teuthology.yaml

index 54ca17b8ad95978b35cff4dc662735930f9d3904..ee12f4c0ec95c5973680604ed740680356a71641 100644 (file)
@@ -6,11 +6,11 @@ results_email: {{ teuthology_results_email|default('null') }}
 results_sending_email: {{ teuthology_results_sending_email|default('null') }}
 lab_domain: {{ lab_domain }}
 default_machine_type: {{ teuthology_default_machine_type|default('null') }}
+max_job_time: {{ teuthology_max_job_time|default(129600) }}
 {{ teuthology_yaml_extra }}
 # Not yet configurable via ansible
 archive_server: http://{{ inventory_hostname }}/
 archive_base: /home/teuthworker/archive
 ceph_git_base_url: git://git.ceph.com/
-max_job_time: 129600
 queue_host: localhost
 queue_port: 11300