Merge lp:~canonical-platform-qa/qa-jenkins-jobs/results-type-grafana-upload into lp:qa-jenkins-jobs

Proposed by Sergio Cazzolato
Status: Merged
Approved by: Sergio Cazzolato
Approved revision: 220
Merged at revision: 209
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/results-type-grafana-upload
Merge into: lp:qa-jenkins-jobs
Diff against target: 37 lines (+5/-4)
2 files modified
jobs/macros.yaml (+2/-2)
jobs/ubiquity/jobs.yaml (+3/-2)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/results-type-grafana-upload
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
platform-qa-bot continuous-integration Approve
Review via email: mp+316884@code.launchpad.net

Commit message

Adding parameters to specify the results type in grafana upload builder

To post a comment you must log in.
220. By Sergio Cazzolato

changing the name for grafana upload builder

Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Max Brustkern (nuclearbob) wrote :

LGTM

review: Approve
Revision history for this message
Max Brustkern (nuclearbob) wrote :

I incorporated this here:
https://code.launchpad.net/~canonical-platform-qa/qa-jenkins-jobs/results-type-grafana-upload/+merge/316884
Not sure if we should mark this as prerequisite and land separately, or just work on that one.

Revision history for this message
Max Brustkern (nuclearbob) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'jobs/macros.yaml'
--- jobs/macros.yaml 2017-02-08 17:57:51 +0000
+++ jobs/macros.yaml 2017-02-09 17:25:23 +0000
@@ -43,7 +43,7 @@
43 EOF43 EOF
4444
45- builder:45- builder:
46 name: grafana-upload46 name: grafana-tests-upload
47 builders:47 builders:
48 - grafana-setup:48 - grafana-setup:
49 - shell: |49 - shell: |
@@ -63,7 +63,7 @@
63 "build": "$BUILDSTAMP"63 "build": "$BUILDSTAMP"
64 }}64 }}
65 EOF65 EOF
66 $GRAFANA_INTEGRATION_PATH/run_script sync-tests -rt xunit -rf {xunit_file} -if global_info.json -m tests_01 -t $(date +%s)66 $GRAFANA_INTEGRATION_PATH/run_script sync-tests -rt {results_type} -rf {results_file} -if global_info.json -m tests_01 -t $(date +%s)
6767
68- publisher: # This publisher archives all job artifacts68- publisher: # This publisher archives all job artifacts
69 name: 'archive-artifacts'69 name: 'archive-artifacts'
7070
=== modified file 'jobs/ubiquity/jobs.yaml'
--- jobs/ubiquity/jobs.yaml 2017-02-03 15:44:13 +0000
+++ jobs/ubiquity/jobs.yaml 2017-02-09 17:25:23 +0000
@@ -120,8 +120,9 @@
120 ubiquity_branch: '{ubiquity_branch}'120 ubiquity_branch: '{ubiquity_branch}'
121 - generate-junit-files:121 - generate-junit-files:
122 source_dir: 'results/var/local/autopilot/junit'122 source_dir: 'results/var/local/autopilot/junit'
123 - grafana-upload:123 - grafana-tests-upload:
124 xunit_file: 'results/var/local/autopilot/junit/*.xml'124 results_type: 'xunit'
125 results_file: 'results/var/local/autopilot/junit/*.xml'
125 device: 'vm'126 device: 'vm'
126 model: ''127 model: ''
127 os: '{flavor}'128 os: '{flavor}'

Subscribers

People subscribed via source and target branches