Merge lp:~fginther/cupstream2distro-config/fix-lp1192508-lp1199490 into lp:cupstream2distro-config

Proposed by Francis Ginther
Status: Merged
Approved by: Chris Gagnon
Approved revision: 501
Merged at revision: 501
Proposed branch: lp:~fginther/cupstream2distro-config/fix-lp1192508-lp1199490
Merge into: lp:cupstream2distro-config
Diff against target: 33 lines (+5/-5)
2 files modified
ci/jenkins-templates/mbs-autolanding-config.xml.tmpl (+3/-3)
ci/jenkins-templates/mbs-pbuilder-config.xml.tmpl (+2/-2)
To merge this branch: bzr merge lp:~fginther/cupstream2distro-config/fix-lp1192508-lp1199490
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Chris Gagnon (community) Approve
Francis Ginther Approve
Review via email: mp+173793@code.launchpad.net

Commit message

Fix MBS ci builder concurrency issue (lp:1192508) and MBS multiple autolanding vote issue (lp:1199490).

Description of the change

Fix MBS ci builder concurrency issue (lp:1192508) and MBS multiple autolanding vote issue (lp:1199490).

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:501
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~fginther/cupstream2distro-config/fix-lp1192508-lp1199490/+merge/173793/+edit-commit-message

http://jenkins.qa.ubuntu.com/job/cupstream2distro-config-ci/357/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/cupstream2distro-config-saucy-amd64-ci/155

Click here to trigger a rebuild:
http://s-jenkins:8080/job/cupstream2distro-config-ci/357/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Self-approving, this is just a merge from the other template files.

review: Approve
Revision history for this message
Chris Gagnon (chris.gagnon) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ci/jenkins-templates/mbs-autolanding-config.xml.tmpl'
--- ci/jenkins-templates/mbs-autolanding-config.xml.tmpl 2013-05-23 19:06:52 +0000
+++ ci/jenkins-templates/mbs-autolanding-config.xml.tmpl 2013-07-09 19:14:22 +0000
@@ -62,9 +62,9 @@
62 <triggerWithNoParameters>false</triggerWithNoParameters>62 <triggerWithNoParameters>false</triggerWithNoParameters>
63 <block>63 <block>
64 <buildStepFailureThreshold>64 <buildStepFailureThreshold>
65 <name>FAILURE</name>65 <name>UNSTABLE</name>
66 <ordinal>2</ordinal>66 <ordinal>1</ordinal>
67 <color>RED</color>67 <color>YELLOW</color>
68 </buildStepFailureThreshold>68 </buildStepFailureThreshold>
69 <unstableThreshold>69 <unstableThreshold>
70 <name>UNSTABLE</name>70 <name>UNSTABLE</name>
7171
=== modified file 'ci/jenkins-templates/mbs-pbuilder-config.xml.tmpl'
--- ci/jenkins-templates/mbs-pbuilder-config.xml.tmpl 2013-05-24 19:49:14 +0000
+++ ci/jenkins-templates/mbs-pbuilder-config.xml.tmpl 2013-07-09 19:14:22 +0000
@@ -49,10 +49,10 @@
49 <assignedNode>{{ node_label }}</assignedNode>49 <assignedNode>{{ node_label }}</assignedNode>
50 <canRoam>false</canRoam>50 <canRoam>false</canRoam>
51 <disabled>{{ disabled }}</disabled>51 <disabled>{{ disabled }}</disabled>
52 <blockBuildWhenDownstreamBuilding>true</blockBuildWhenDownstreamBuilding>52 <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
53 <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>53 <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
54 <triggers class="vector"/>54 <triggers class="vector"/>
55 <concurrentBuild>false</concurrentBuild>55 <concurrentBuild>{{ concurrent_jenkins_builds }}</concurrentBuild>
56 <builders>56 <builders>
57 <hudson.tasks.Shell>57 <hudson.tasks.Shell>
58 <command>{{ acquire_hook_script }}</command>58 <command>{{ acquire_hook_script }}</command>

Subscribers

People subscribed via source and target branches

to all changes: