[
https://issues.apache.org/jira/browse/BEAM-4065?focusedWorklogId=140324&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-140324
]
ASF GitHub Bot logged work on BEAM-4065:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Sep/18 13:00
Start Date: 01/Sep/18 13:00
Worklog Time Spent: 10m
Work Description: stale[bot] closed pull request #5764: [BEAM-4065]
Performance Tests Results Analysis and Regression Detection (do not merge -
test)
URL: https://github.com/apache/beam/pull/5764
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.test-infra/jenkins/common_job_properties.groovy
b/.test-infra/jenkins/common_job_properties.groovy
index 9249745075d..7966834e400 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -324,6 +324,8 @@ class common_job_properties {
shell('.env/bin/pip install -e ' + common_job_properties.checkoutDir +
'/sdks/python/[gcp,test]')
// Launch performance test.
shell(".env/bin/python PerfKitBenchmarker/pkb.py $pkbArgs")
+
+ shell('.env/bin/python '+ common_job_properties.checkoutDir +
'.test-infra/jenkins/verify_performance_tests_results.py')
}
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 140324)
Time Spent: 13h 10m (was: 13h)
> Performance Tests Results Analysis and Regression Detection
> -----------------------------------------------------------
>
> Key: BEAM-4065
> URL: https://issues.apache.org/jira/browse/BEAM-4065
> Project: Beam
> Issue Type: Improvement
> Components: build-system
> Reporter: Kamil Szewczyk
> Assignee: Kasia Kucharczyk
> Priority: Major
> Time Spent: 13h 10m
> Remaining Estimate: 0h
>
> Performance tests are running on Jenkins on regular basis and results are
> pushed to BigQuery. However there is no automatic regression detection or
> daily reports with results.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)