Merge ~mwhudson/qa-jenkins-jobs/+git/qa-jenkins-jobs:no-archive-images into qa-jenkins-jobs:master

Proposed by Michael Hudson-Doyle
Status: Merged
Approved by: Joshua Powers
Approved revision: c069bc9eed65ba9c50dcbdd43d345e817d73b80c
Merged at revision: c069bc9eed65ba9c50dcbdd43d345e817d73b80c
Proposed branch: ~mwhudson/qa-jenkins-jobs/+git/qa-jenkins-jobs:no-archive-images
Merge into: qa-jenkins-jobs:master
Diff against target: 16 lines (+4/-1)
1 file modified
jobs/iso-testing/jobs-live-server.yaml (+4/-1)
Reviewer Review Type Date Requested Status
Canonical Platform QA Team Pending
Review via email: mp+371067@code.launchpad.net

Description of the change

Hopefully this will stop us running the master out of disk instantly.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/jobs/iso-testing/jobs-live-server.yaml b/jobs/iso-testing/jobs-live-server.yaml
2index 75070f4..3b7c05e 100644
3--- a/jobs/iso-testing/jobs-live-server.yaml
4+++ b/jobs/iso-testing/jobs-live-server.yaml
5@@ -164,7 +164,10 @@
6 arch: 'amd64'
7 flavor: 'ubuntu-server'
8 publishers:
9- - archive-artifacts
10+ - archive:
11+ artifacts: '**/*'
12+ allow-empty: 'true'
13+ excludes: 'images/**'
14 - trigger-mark-pending-current
15 - mark-junit
16 - email:

Subscribers

People subscribed via source and target branches

to all changes: