Merge lp:~canonical-platform-qa/qa-jenkins-jobs/snapcore-upgrade-candidate into lp:qa-jenkins-jobs

Proposed by Max Brustkern
Status: Merged
Approved by: Jean-Baptiste Lallement
Approved revision: 237
Merged at revision: 237
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/snapcore-upgrade-candidate
Merge into: lp:qa-jenkins-jobs
Diff against target: 33 lines (+4/-4)
1 file modified
jobs/snapcore-qa-tests/jobs.yaml (+4/-4)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/snapcore-upgrade-candidate
Reviewer Review Type Date Requested Status
platform-qa-bot continuous-integration Approve
Jean-Baptiste Lallement Approve
Review via email: mp+320663@code.launchpad.net

Commit message

Rename tests that are already using candidate to have candidate in the name

Description of the change

The current upgrade jobs are using --candidate in the snap refresh lines, so I'd like to rename them to reflect that. After that, I'll update the spread-vm.sh script in lp:snapcore-qa-tests to actually respect the $CHANNEL environment variable for upgrades.

To post a comment you must log in.
Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

LGTM thanks

review: Approve
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/snapcore-qa-tests/jobs.yaml'
2--- jobs/snapcore-qa-tests/jobs.yaml 2017-03-07 10:35:58 +0000
3+++ jobs/snapcore-qa-tests/jobs.yaml 2017-03-22 16:07:45 +0000
4@@ -29,7 +29,7 @@
5 - pc-i386
6 jobs:
7 - snapcore-candidate-{model}-spread
8- - snapcore-stable-upgrade-{model}-spread
9+ - snapcore-candidate-upgrade-{model}-spread
10
11 - builder:
12 name: snap-vm
13@@ -82,9 +82,9 @@
14 allow-empty: 'true'
15
16 - job-template:
17- name: snapcore-stable-upgrade-{model}-spread
18+ name: snapcore-candidate-upgrade-{model}-spread
19 description: |
20- This job runs the spread tests on released ubuntu core 16 image upgrade to current stable for the {model} model
21+ This job runs the spread tests on released ubuntu core 16 image upgrade to current candidate for the {model} model
22 Defined in lp:qa-jenkins-jobs
23 node: iso-testing
24 triggers:
25@@ -97,7 +97,7 @@
26 - snap-vm:
27 user: 'nuclearbob'
28 image: '/var/cache/auto-upgrade-testing/ubuntu-core-16-{model}.img'
29- channel: 'stable'
30+ channel: 'candidate'
31 model: ''
32 upgrade: '-upgrade'
33 publishers:

Subscribers

People subscribed via source and target branches