Merge lp:~paride/qa-jenkins-jobs/no-archive-iso into lp:qa-jenkins-jobs

Proposed by Paride Legovini
Status: Merged
Approved by: Dimitri John Ledkov
Approved revision: 355
Merged at revision: 356
Proposed branch: lp:~paride/qa-jenkins-jobs/no-archive-iso
Merge into: lp:qa-jenkins-jobs
Diff against target: 29 lines (+8/-2)
2 files modified
jobs/iso-testing/jobs-live-server.yaml (+4/-1)
jobs/iso-testing/jobs-s390x-live-server.yaml (+4/-1)
To merge this branch: bzr merge lp:~paride/qa-jenkins-jobs/no-archive-iso
Reviewer Review Type Date Requested Status
platform-qa-bot continuous-integration Approve
Dimitri John Ledkov Pending
Canonical Platform QA Jenkins Pending
Review via email: mp+366562@code.launchpad.net

Commit message

live-server edge testing: do not archive the ISO image

This would be better handled with a global archive-iso-testing-artifacts publisher to be used in all the ISO testing jobs. To be done after moving the server jobs to the dedicated jenkins instance.

To post a comment you must log in.
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

The jenkins failure appears to be due to missing brz-debian (if breezy is in use) or bzr-builddeb (if bzr is in use) packages installed.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Triggered create-debian-chroot to hopefully install missing deps.

Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jobs/iso-testing/jobs-live-server.yaml'
2--- jobs/iso-testing/jobs-live-server.yaml 2019-04-24 00:11:18 +0000
3+++ jobs/iso-testing/jobs-live-server.yaml 2019-04-26 11:54:22 +0000
4@@ -200,6 +200,9 @@
5 --test default --variant live-server \
6 --arch amd64 --iso "$WORKSPACE/$ISO_NAME"
7 publishers:
8- - archive-artifacts
9+ - archive:
10+ artifacts: '**/*'
11+ excludes: '*.iso'
12+ allow-empty: 'true'
13 - email:
14 recipients: 'server-crew-qa@lists.canonical.com michael.hudson@canonical.com'
15
16=== modified file 'jobs/iso-testing/jobs-s390x-live-server.yaml'
17--- jobs/iso-testing/jobs-s390x-live-server.yaml 2019-04-24 08:16:03 +0000
18+++ jobs/iso-testing/jobs-s390x-live-server.yaml 2019-04-26 11:54:22 +0000
19@@ -155,6 +155,9 @@
20 --test default --variant live-server \
21 --arch s390x --iso "$WORKSPACE/$ISO_NAME"
22 publishers:
23- - archive-artifacts
24+ - archive:
25+ artifacts: '**/*'
26+ excludes: '*.iso'
27+ allow-empty: 'true'
28 - email:
29 recipients: 'server-crew-qa@lists.canonical.com michael.hudson@canonical.com'

Subscribers

People subscribed via source and target branches

to all changes: