Merge lp:~cjohnston/ubuntu-test-runlists/master-300-min into lp:~canonical-platform-qa/ubuntu-test-runlists/touch-runlists

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 43
Merge reported by: Chris Johnston
Merged at revision: not available
Proposed branch: lp:~cjohnston/ubuntu-test-runlists/master-300-min
Merge into: lp:~canonical-platform-qa/ubuntu-test-runlists/touch-runlists
Diff against target: 12 lines (+1/-1)
1 file modified
jenkins/job-creation/templates/touch-master.xml.jinja2 (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/ubuntu-test-runlists/master-300-min
Reviewer Review Type Date Requested Status
Paul Larson (community) Approve
Review via email: mp+179187@code.launchpad.net

Commit message

Increase timeout of master jobs to 300 minutes.

Description of the change

The master jobs are still timing out. This will increase the timeout to 300 minutes on the master job only.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins/job-creation/templates/touch-master.xml.jinja2'
2--- jenkins/job-creation/templates/touch-master.xml.jinja2 2013-08-07 20:00:46 +0000
3+++ jenkins/job-creation/templates/touch-master.xml.jinja2 2013-08-08 13:43:26 +0000
4@@ -45,7 +45,7 @@
5 {% endfor %}
6 {% endblock %}
7 {% block timeout %}
8- <timeoutMinutes>150</timeoutMinutes>
9+ <timeoutMinutes>300</timeoutMinutes>
10 {% endblock timeout %}
11 {% block artifactblock %}{% endblock %}
12 {% block descriptionsetter %}{% endblock %}

Subscribers

People subscribed via source and target branches