Merge lp:~canonical-platform-qa/qa-jenkins-jobs/remove-trigger-from-default-ust into lp:qa-jenkins-jobs

Proposed by Allan LeSage
Status: Merged
Approved by: Max Brustkern
Approved revision: 44
Merged at revision: 44
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/remove-trigger-from-default-ust
Merge into: lp:qa-jenkins-jobs
Diff against target: 33 lines (+2/-7)
1 file modified
ubuntu-system-tests/jobs.yaml (+2/-7)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/remove-trigger-from-default-ust
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
Review via email: mp+293947@code.launchpad.net

Commit message

Rename and remove new-system-image-published-trigger from default ust job.

Description of the change

Quickie to rename and remove new-system-image-published-trigger from the default ust job: it was showing up in the "test" job, which is not what we wanted.

To post a comment you must log in.
Revision history for this message
Max Brustkern (nuclearbob) wrote :

Looks good!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-system-tests/jobs.yaml'
2--- ubuntu-system-tests/jobs.yaml 2016-05-04 19:36:27 +0000
3+++ ubuntu-system-tests/jobs.yaml 2016-05-05 21:29:12 +0000
4@@ -75,11 +75,6 @@
5 channel: '{channel}'
6 device_channel: '{device_channel}'
7 node: '{device}'
8- triggers:
9- - ubuntu-system-tests-triggers:
10- channel: '{channel}'
11- device: '{device}'
12- device_channel: '{device_channel}'
13 builders:
14 - clear-artifacts
15 - flash-device-builder
16@@ -103,7 +98,7 @@
17 description: |
18 Triggered by image publication, reports results to PractiTest.
19 triggers:
20- - ubuntu-system-tests-triggers:
21+ - new-system-image-published-trigger:
22 channel: '{channel}'
23 device: '{device}'
24 device_channel: '{device_channel}'
25@@ -146,7 +141,7 @@
26 description: Launchpad branch of qa-jenkins-jobs scripts.
27
28 - trigger:
29- name: ubuntu-system-tests-triggers
30+ name: new-system-image-published-trigger
31 triggers:
32 - pollurl:
33 cron: 'H/15 * * * *'

Subscribers

People subscribed via source and target branches