Merge lp:~canonical-platform-qa/qa-jenkins-jobs/ust-restrict-nodes into lp:qa-jenkins-jobs

Proposed by Allan LeSage
Status: Merged
Approved by: Allan LeSage
Approved revision: 165
Merged at revision: 165
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/ust-restrict-nodes
Merge into: lp:qa-jenkins-jobs
Diff against target: 23 lines (+3/-1)
1 file modified
jobs/ubuntu-system-tests/jobs.yaml (+3/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/ust-restrict-nodes
Reviewer Review Type Date Requested Status
Allan LeSage (community) Approve
platform-qa-bot continuous-integration Approve
Review via email: mp+302185@code.launchpad.net

Commit message

Restrict ubuntu-system-tests testing to specific nodes.

Description of the change

Restrict our ubuntu-system-tests testing to specific nodes to get out of cachio's hair.

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
Allan LeSage (allanlesage) wrote :

WWDTD? The Donald would make this MP great again by approving with no reviews.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jobs/ubuntu-system-tests/jobs.yaml'
2--- jobs/ubuntu-system-tests/jobs.yaml 2016-07-28 18:55:37 +0000
3+++ jobs/ubuntu-system-tests/jobs.yaml 2016-08-05 19:57:07 +0000
4@@ -26,8 +26,10 @@
5 device:
6 - krillin:
7 device_channel: 'bq-aquaris.en'
8+ device_node: krillin-02
9 - arale:
10 device_channel: 'meizu.en'
11+ device_node: arale-06
12 jobs:
13 - 'flash-device'
14 - 'ust_{channel}_{device}_{test_level}'
15@@ -77,7 +79,7 @@
16 test_level: '{test_level}'
17 channel: '{channel}'
18 device_channel: '{device_channel}'
19- node: '{device}'
20+ node: '{device_node}'
21 builders:
22 - clear-artifacts
23 - flash-device-builder

Subscribers

People subscribed via source and target branches