Merge lp:~fginther/auto-package-testing/amd64-only into lp:auto-package-testing

Proposed by Francis Ginther
Status: Merged
Approved by: Francis Ginther
Approved revision: 405
Merged at revision: 405
Proposed branch: lp:~fginther/auto-package-testing/amd64-only
Merge into: lp:auto-package-testing
Diff against target: 22 lines (+2/-3)
1 file modified
jenkins/jenkins_config_nova.xml.tmpl (+2/-3)
To merge this branch: bzr merge lp:~fginther/auto-package-testing/amd64-only
Reviewer Review Type Date Requested Status
Paul Larson (community) Approve
Auto Package Testing Developers Pending
Review via email: mp+256238@code.launchpad.net

Commit message

Remove i386 from the list of ARCH for nova jobs. Also apply a fix for the job description.

Description of the change

Remove i386 from the list of ARCH for nova jobs. Also apply a fix for the job description.

The job description fix had previously been applied to the d-jenkins, it just hadn't made it into an MP.

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/jenkins_config_nova.xml.tmpl'
2--- jenkins/jenkins_config_nova.xml.tmpl 2015-03-19 22:08:11 +0000
3+++ jenkins/jenkins_config_nova.xml.tmpl 2015-04-14 21:53:46 +0000
4@@ -36,7 +36,6 @@
5 <name>ARCH</name>
6 <values>
7 <string>amd64</string>
8- <string>i386</string>
9 </values>
10 </hudson.matrix.TextAxis>
11 <hudson.matrix.LabelAxis>
12@@ -64,8 +63,8 @@
13 <latestOnly>false</latestOnly>
14 </hudson.tasks.ArtifactArchiver>
15 <hudson.plugins.descriptionsetter.DescriptionSetterPublisher>
16- <regexp>\sO:\sGet:[0-9]+\s\S+\s(\S+)\s(\S+)\s(\S+)\s\(dsc\)</regexp>
17- <regexpForFailed>\sO:\sGet:[0-9]+\s\S+\s(\S+)\s(\S+)\s(\S+)\s\(dsc\)</regexpForFailed>
18+ <regexp>^Get:[0-9]+\s\S+\s(\S+)\s(\S+)\s(\S+)\s\(dsc\)</regexp>
19+ <regexpForFailed>^Get:[0-9]+\s\S+\s(\S+)\s(\S+)\s(\S+)\s\(dsc\)</regexpForFailed>
20 <description>\1 \3</description>
21 <descriptionForFailed>\1 \3</descriptionForFailed>
22 <setForMatrix>true</setForMatrix>

Subscribers

People subscribed via source and target branches