Merge lp:~canonical-platform-qa/qa-jenkins-jobs/zesty-ci into lp:qa-jenkins-jobs

Proposed by Max Brustkern
Status: Merged
Approved by: Max Brustkern
Approved revision: 241
Merged at revision: 241
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/zesty-ci
Merge into: lp:qa-jenkins-jobs
Diff against target: 64 lines (+10/-9)
1 file modified
jobs/mp-ci-autoland/ci-jobs.yaml (+10/-9)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/zesty-ci
Reviewer Review Type Date Requested Status
Richard Huddie (community) Approve
platform-qa-bot continuous-integration Approve
Review via email: mp+321595@code.launchpad.net

Commit message

Move ci from xenial to zesty

Description of the change

This branch moves ci from xenial to zesty

To post a comment you must log in.
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Richard Huddie (rhuddie) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jobs/mp-ci-autoland/ci-jobs.yaml'
2--- jobs/mp-ci-autoland/ci-jobs.yaml 2017-02-24 16:37:18 +0000
3+++ jobs/mp-ci-autoland/ci-jobs.yaml 2017-03-31 16:33:23 +0000
4@@ -120,8 +120,9 @@
5 - trigger-builds:
6 - project:
7 # I should be able to parameterize this, right?
8- - 'build-xenial-amd64-package'
9- - 'build-xenial-i386-package'
10+ # 2017-03-31 - Not so far - Max
11+ - 'build-zesty-amd64-package'
12+ - 'build-zesty-i386-package'
13 block: true
14 predefined-parameters: |
15 landing_candidate=$landing_candidate
16@@ -166,17 +167,17 @@
17 name: 'upcopy-amd64-from-downstream'
18 builders:
19 - copyartifact:
20- project: 'build-xenial-amd64-package'
21+ project: 'build-zesty-amd64-package'
22 filter: '**/*.deb'
23- target: ./xenial-amd64
24+ target: ./zesty-amd64
25
26 - builder:
27 name: 'upcopy-i386-from-downstream'
28 builders:
29 - copyartifact:
30- project: 'build-xenial-i386-package'
31+ project: 'build-zesty-i386-package'
32 filter: '**/*.deb'
33- target: ./xenial-i386
34+ target: ./zesty-i386
35
36 - publisher:
37 name: 'collect-debs'
38@@ -204,7 +205,7 @@
39 - auto-upgrade-testing
40 - qa-jenkins-jobs
41 dist:
42- - xenial
43+ - zesty
44 arch:
45 - amd64
46 - i386
47@@ -292,7 +293,7 @@
48 description: 'Architectures to create machines of'
49 - string:
50 name: distributions
51- default: 'xenial'
52+ default: 'zesty'
53 description: 'Distributions to create machines of'
54 builders:
55 - clear-artifacts
56@@ -310,7 +311,7 @@
57 description: 'Architectures to create machines of'
58 - string:
59 name: distributions
60- default: 'xenial'
61+ default: 'zesty'
62 description: 'Distributions to create machines of'
63 builders:
64 - clear-artifacts

Subscribers

People subscribed via source and target branches