Merge lp:~canonical-platform-qa/qa-jenkins-jobs/ust-device-grafana into lp:qa-jenkins-jobs

Proposed by Allan LeSage
Status: Merged
Approved by: Allan LeSage
Approved revision: 187
Merged at revision: 185
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/ust-device-grafana
Merge into: lp:qa-jenkins-jobs
Diff against target: 21 lines (+2/-1)
2 files modified
jobs/ubuntu-system-tests/jobs.yaml (+1/-0)
jobs/ubuntu-system-tests/report-results-to-grafana-builder.sh (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/ust-device-grafana
Reviewer Review Type Date Requested Status
platform-qa-bot continuous-integration Approve
Allan LeSage (community) Approve
Review via email: mp+306680@code.launchpad.net

Commit message

Add device parameter for grafana reporting.

Description of the change

Missed device parameter in call to grafana syncing script.

To post a comment you must log in.
Revision history for this message
Allan LeSage (allanlesage) :
review: Approve
Revision history for this message
platform-qa-bot (platform-qa-bot) :
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/ubuntu-system-tests/jobs.yaml'
2--- jobs/ubuntu-system-tests/jobs.yaml 2016-09-23 22:40:34 +0000
3+++ jobs/ubuntu-system-tests/jobs.yaml 2016-09-23 22:58:19 +0000
4@@ -151,6 +151,7 @@
5 builders:
6 - report-results-to-grafana-builder:
7 setid: '{test_level}'
8+ device: '{device}'
9
10 - job-template:
11 <<: *UST_DEFAULT_JOB_TEMPLATE
12
13=== modified file 'jobs/ubuntu-system-tests/report-results-to-grafana-builder.sh'
14--- jobs/ubuntu-system-tests/report-results-to-grafana-builder.sh 2016-09-23 22:40:34 +0000
15+++ jobs/ubuntu-system-tests/report-results-to-grafana-builder.sh 2016-09-23 22:58:19 +0000
16@@ -12,4 +12,4 @@
17 export MONGO_PORT=27017
18
19 echo "Push to grafana"
20-python3 qakit/prodenv/tests/sync_test_results.py -p $OUTPUTDIR/artifacts/test-results.pyunit -d krillin -c $CHANNEL -b $REVISION -s {setid}
21+python3 qakit/prodenv/tests/sync_test_results.py -p $OUTPUTDIR/artifacts/test-results.pyunit -d {device} -c $CHANNEL -b $REVISION -s {setid}

Subscribers

People subscribed via source and target branches