[ 
https://issues.apache.org/jira/browse/BEAM-4065?focusedWorklogId=98903&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-98903
 ]

ASF GitHub Bot logged work on BEAM-4065:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/May/18 07:19
            Start Date: 07/May/18 07:19
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on a change in pull request 
#5180: [BEAM-4065] Basic performance tests analysis added.
URL: https://github.com/apache/beam/pull/5180#discussion_r186341487
 
 

 ##########
 File path: .test-infra/jenkins/job_beam_PerformanceTests_Analysis.groovy
 ##########
 @@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import common_job_properties
+
+def testConfiguration = [
+                jobName           : 'beam_PerformanceTests_Analysis',
+                jobDescription    : 'Runs python script that is verifying 
results in bq',
+                prCommitStatusName: 'Performance Tests Analysis',
+                prTriggerPhase    : 'Run Performance Tests Analysis',
+                bqTables: [
+                        "beam_performance.textioit_pkb_results",
+                        "beam_performance.compressed_textioit_pkb_results",
+                        "beam_performance.avroioit_pkb_results",
+                        "beam_performance.tfrecordioit_pkb_results",
+                        "beam_performance.xmlioit_pkb_results",
+                        "beam_performance.textioit_hdfs_pkb_results",
+                        
"beam_performance.compressed_textioit_hdfs_pkb_results",
+                        "beam_performance.avroioit_hdfs_pkb_results",
+                        "beam_performance.xmlioit_hdfs_pkb_results",
+                        "beam_performance.hadoopinputformatioit_pkb_results",
+                        "beam_performance.mongodbioit_pkb_results",
+                        "beam_performance.jdbcioit_pkb_results"
+                ]
+        ]
+
+// This job runs the file-based IOs performance tests on PerfKit Benchmarker.
 
 Review comment:
   Is this comment correct ? This doesn't seem to be specific to file-based IO 
tests ?

----------------------------------------------------------------
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: 98903)
    Time Spent: 4h 10m  (was: 4h)

> 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: Kamil Szewczyk
>            Priority: Major
>          Time Spent: 4h 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)

Reply via email to