Merge lp:~psivaa/ubuntu-test-runlists/rm-all-old-jenkings-smoke-setup into lp:~canonical-ci-engineering/ubuntu-test-runlists/jenkins-smoketest-setup

Proposed by Para Siva
Status: Merged
Approved by: Para Siva
Approved revision: 52
Merged at revision: 52
Proposed branch: lp:~psivaa/ubuntu-test-runlists/rm-all-old-jenkings-smoke-setup
Merge into: lp:~canonical-ci-engineering/ubuntu-test-runlists/jenkins-smoketest-setup
Diff against target: 12 lines (+1/-1)
1 file modified
templates/base.xml.jinja (+1/-1)
To merge this branch: bzr merge lp:~psivaa/ubuntu-test-runlists/rm-all-old-jenkings-smoke-setup
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+258746@code.launchpad.net

Commit message

To remove desktop installer logs copied by utah, to prevent permission denied issues, whilst removing.

Description of the change

To remove desktop installer logs copied by utah, to prevent permission denied issues.

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

Approve, the vivid jobs were also doing this.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/base.xml.jinja'
2--- templates/base.xml.jinja 2013-03-27 11:29:32 +0000
3+++ templates/base.xml.jinja 2015-05-11 10:05:32 +0000
4@@ -28,7 +28,7 @@
5 <concurrentBuild>false</concurrentBuild>
6 <builders>
7 <hudson.tasks.Shell>
8- <command>rm -rf *</command>
9+ <command>sudo rm -rf *</command>
10 </hudson.tasks.Shell>
11 {% block builders %}{% endblock %}
12 </builders>

Subscribers

People subscribed via source and target branches

to all changes: