Merge lp:~sergio-j-cazzolato/qa-jenkins-jobs/add-aggregation-performace into lp:qa-jenkins-jobs

Proposed by Sergio Cazzolato
Status: Merged
Approved by: Max Brustkern
Approved revision: 218
Merged at revision: 218
Proposed branch: lp:~sergio-j-cazzolato/qa-jenkins-jobs/add-aggregation-performace
Merge into: lp:qa-jenkins-jobs
Diff against target: 21 lines (+2/-2)
1 file modified
jobs/performance/jobs.yaml (+2/-2)
To merge this branch: bzr merge lp:~sergio-j-cazzolato/qa-jenkins-jobs/add-aggregation-performace
Reviewer Review Type Date Requested Status
platform-qa-bot continuous-integration Approve
Canonical Platform QA Jenkins Pending
Review via email: mp+318135@code.launchpad.net

Commit message

adding aggregation to the performance tests execution

To post a comment you must log in.
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Max Brustkern (nuclearbob) wrote :

The package builds are failing right now, so I'm working on fixing that.

Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) :
review: Approve (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) :
review: Approve (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :

FAILED: Autolanding.
Approved revid is not set in launchpad. This is most likely a launchpad issue and re-approve should fix it. There is also a chance (although a very small one) this is a permission problem of the ps-jenkins bot.
https://platform-qa-jenkins.ubuntu.com/job/qa-jenkins-jobs-autoland/2481/
Executed test runs:
    SUCCESS: https://platform-qa-jenkins.ubuntu.com/job/build-xenial-amd64-package/498
        deb: https://platform-qa-jenkins.ubuntu.com/job/build-xenial-amd64-package/498/artifact/work/output/*zip*/output.zip
    SUCCESS: https://platform-qa-jenkins.ubuntu.com/job/build-xenial-i386-package/496
        deb: https://platform-qa-jenkins.ubuntu.com/job/build-xenial-i386-package/496/artifact/work/output/*zip*/output.zip
    None: https://platform-qa-jenkins.ubuntu.com/job/generic-land-mp/2773/console

review: Needs Fixing (continuous-integration)
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
=== modified file 'jobs/performance/jobs.yaml'
--- jobs/performance/jobs.yaml 2017-02-08 21:04:16 +0000
+++ jobs/performance/jobs.yaml 2017-02-24 16:10:43 +0000
@@ -79,7 +79,7 @@
79 #!/bin/bash79 #!/bin/bash
80 set -ex80 set -ex
81 source $WORKSPACE/grafana.conf81 source $WORKSPACE/grafana.conf
82 $GRAFANA_INTEGRATION_PATH/run_script sync-perf -l $WORKSPACE/results/tests.log -m performance_01 -t $(date +%s)82 $GRAFANA_INTEGRATION_PATH/run_script sync-perf -l $WORKSPACE/results/tests.log -m performance_01 -t $(date +%s) -a avg
8383
84- job-template:84- job-template:
85 name: kpi-tests-{device}-{model}-{release}-{arch}-unity8-{unity8-mode}85 name: kpi-tests-{device}-{model}-{release}-{arch}-unity8-{unity8-mode}
@@ -116,7 +116,7 @@
116 description: "The device where it is going to be executed."116 description: "The device where it is going to be executed."
117 - string:117 - string:
118 name: ITER_PARAMS118 name: ITER_PARAMS
119 default: KPI_DEFAULT_RETRIES=1 KPI_APPLAUNCH_RETRIES=0 KPI_WEBBROWSER_RETRIES=0 KPI_DROMAEO_RETRIES=0119 default: KPI_DEFAULT_RETRIES=1 KPI_APPLAUNCH_RETRIES=3 KPI_WEBBROWSER_RETRIES=0 KPI_DROMAEO_RETRIES=0 KPI_REBOOT_RETRIES=5 KPI_DBUS_RETRIES=3
120 description: "Iterations for tests"120 description: "Iterations for tests"
121 - string:121 - string:
122 name: EXECUTION_PARAMETERS122 name: EXECUTION_PARAMETERS

Subscribers

People subscribed via source and target branches