Merge lp:~pfalcon/linaro-ci-dashboard/kernel_artifacts into lp:linaro-ci-dashboard

Proposed by Paul Sokolovsky
Status: Merged
Merge reported by: Paul Sokolovsky
Merged at revision: not available
Proposed branch: lp:~pfalcon/linaro-ci-dashboard/kernel_artifacts
Merge into: lp:linaro-ci-dashboard
Diff against target: 16 lines (+6/-1)
1 file modified
config_template/jenkins-jobs/KernelLoop.xml (+6/-1)
To merge this branch: bzr merge lp:~pfalcon/linaro-ci-dashboard/kernel_artifacts
Reviewer Review Type Date Requested Status
Deepti B. Kalakeri (community) Approve
Review via email: mp+124922@code.launchpad.net

Description of the change

Per RFC to infra@, let's export build artifacts at least natively in Jenkins, this is required to get loop chaining going.

To post a comment you must log in.
Revision history for this message
Georgy Redkozubov (gesha) wrote :

Paul, it might make sense for the demo to archive artifacts for other loops in same way. At least we'll be able to check them and show that build happened instead of grepping the logs. :)

Revision history for this message
Deepti B. Kalakeri (deeptik) wrote :

Looks correct. +1.

review: Approve
Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

Yes, exactly, HwpackLoop already set up to do that, and I'd be happy to do it for the rest later, but so far I need to just bootstrap working on kernel->hwpack chaining.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'config_template/jenkins-jobs/KernelLoop.xml'
2--- config_template/jenkins-jobs/KernelLoop.xml 2012-09-17 10:27:00 +0000
3+++ config_template/jenkins-jobs/KernelLoop.xml 2012-09-18 13:32:18 +0000
4@@ -17,6 +17,11 @@
5 <command>{build_script}</command>
6 </hudson.tasks.Shell>
7 </builders>
8- <publishers/>
9+ <publishers>
10+ <hudson.tasks.ArtifactArchiver>
11+ <artifacts>*.deb</artifacts>
12+ <latestOnly>false</latestOnly>
13+ </hudson.tasks.ArtifactArchiver>
14+ </publishers>
15 <buildWrappers/>
16 </project>

Subscribers

People subscribed via source and target branches