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

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

                Author: ASF GitHub Bot
            Created on: 29/Jun/18 07:31
            Start Date: 29/Jun/18 07:31
    Worklog Time Spent: 10m 
      Work Description: iemejia closed pull request #5812: [BEAM-3942] Remove 
mvn leftovers from jenkins IOIT job definitions
URL: https://github.com/apache/beam/pull/5812
 
 
   

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 5d9dad63e78..b30f0485c4c 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -265,7 +265,6 @@ class common_job_properties {
     LinkedHashMap<String, String> standardArgs = [
       project: 'apache-beam-testing',
       dpb_log_level: 'INFO',
-      maven_binary: '/home/jenkins/tools/maven/latest/bin/mvn',
       bigquery_table: 'beam_performance.pkb_results',
       k8s_get_retry_count: 36, // wait up to 6 minutes for K8s LoadBalancer
       k8s_get_wait_interval: 10,
diff --git a/.test-infra/jenkins/job_PerformanceTests_FileBasedIO_IT.groovy 
b/.test-infra/jenkins/job_PerformanceTests_FileBasedIO_IT.groovy
index 5d95be3f51b..c9aca0b82f8 100644
--- a/.test-infra/jenkins/job_PerformanceTests_FileBasedIO_IT.groovy
+++ b/.test-infra/jenkins/job_PerformanceTests_FileBasedIO_IT.groovy
@@ -129,16 +129,15 @@ private void 
create_filebasedio_performance_test_job(testConfiguration) {
         }
 
         def argMap = [
-                benchmarks               : 'beam_integration_benchmark',
-                beam_it_timeout          : '1200',
-                beam_it_profile          : 'io-it',
-                beam_prebuilt            : 'false',
-                beam_sdk                 : 'java',
-                beam_it_module           : 'sdks/java/io/file-based-io-tests',
-                beam_it_class            : testConfiguration.itClass,
-                beam_it_options          : 
common_job_properties.joinPipelineOptions(pipelineOptions),
-                beam_extra_mvn_properties: '["filesystem=gcs"]',
-                bigquery_table           : testConfiguration.bqTable,
+                benchmarks           : 'beam_integration_benchmark',
+                beam_it_timeout      : '1200',
+                beam_prebuilt        : 'false',
+                beam_sdk             : 'java',
+                beam_it_module       : 'sdks/java/io/file-based-io-tests',
+                beam_it_class        : testConfiguration.itClass,
+                beam_it_options      : 
common_job_properties.joinPipelineOptions(pipelineOptions),
+                beam_extra_properties: '["filesystem=gcs"]',
+                bigquery_table       : testConfiguration.bqTable,
         ]
         common_job_properties.buildPerformanceTest(delegate, argMap)
     }
diff --git 
a/.test-infra/jenkins/job_PerformanceTests_FileBasedIO_IT_HDFS.groovy 
b/.test-infra/jenkins/job_PerformanceTests_FileBasedIO_IT_HDFS.groovy
index 26e65202d43..2cf331144ef 100644
--- a/.test-infra/jenkins/job_PerformanceTests_FileBasedIO_IT_HDFS.groovy
+++ b/.test-infra/jenkins/job_PerformanceTests_FileBasedIO_IT_HDFS.groovy
@@ -139,19 +139,18 @@ private void 
create_filebasedio_performance_test_job(testConfiguration) {
         String kubeconfig = 
common_job_properties.getKubeconfigLocationForNamespace(namespace)
 
         def argMap = [
-                kubeconfig               : kubeconfig,
-                benchmarks               : 'beam_integration_benchmark',
-                beam_it_timeout          : '1200',
-                beam_it_profile          : 'io-it',
-                beam_prebuilt            : 'false',
-                beam_sdk                 : 'java',
-                beam_it_module           : 'sdks/java/io/file-based-io-tests',
-                beam_it_class            : testConfiguration.itClass,
-                beam_it_options          : pipelineArgsJoined,
-                beam_extra_mvn_properties: '["filesystem=hdfs"]',
-                bigquery_table           : testConfiguration.bqTable,
-                beam_options_config_file : makePathAbsolute('pkb-config.yml'),
-                beam_kubernetes_scripts  : 
makePathAbsolute('hdfs-multi-datanode-cluster.yml')
+                kubeconfig              : kubeconfig,
+                benchmarks              : 'beam_integration_benchmark',
+                beam_it_timeout         : '1200',
+                beam_prebuilt           : 'false',
+                beam_sdk                : 'java',
+                beam_it_module          : 'sdks/java/io/file-based-io-tests',
+                beam_it_class           : testConfiguration.itClass,
+                beam_it_options         : pipelineArgsJoined,
+                beam_extra_properties   : '["filesystem=hdfs"]',
+                bigquery_table          : testConfiguration.bqTable,
+                beam_options_config_file: makePathAbsolute('pkb-config.yml'),
+                beam_kubernetes_scripts : 
makePathAbsolute('hdfs-multi-datanode-cluster.yml')
         ]
         common_job_properties.setupKubernetes(delegate, namespace, kubeconfig)
         common_job_properties.buildPerformanceTest(delegate, argMap)
diff --git a/.test-infra/jenkins/job_PerformanceTests_HadoopInputFormat.groovy 
b/.test-infra/jenkins/job_PerformanceTests_HadoopInputFormat.groovy
index 384bbc20e63..6c4f6eddb27 100644
--- a/.test-infra/jenkins/job_PerformanceTests_HadoopInputFormat.groovy
+++ b/.test-infra/jenkins/job_PerformanceTests_HadoopInputFormat.groovy
@@ -52,7 +52,6 @@ job(jobName) {
             kubeconfig              : kubeconfig,
             beam_it_timeout         : '1200',
             benchmarks              : 'beam_integration_benchmark',
-            beam_it_profile         : 'io-it',
             beam_prebuilt           : 'false',
             beam_sdk                : 'java',
             beam_it_module          : 'sdks/java/io/hadoop-input-format',
diff --git a/.test-infra/jenkins/job_PerformanceTests_JDBC.groovy 
b/.test-infra/jenkins/job_PerformanceTests_JDBC.groovy
index 81e7deaeebe..25cc0766d3c 100644
--- a/.test-infra/jenkins/job_PerformanceTests_JDBC.groovy
+++ b/.test-infra/jenkins/job_PerformanceTests_JDBC.groovy
@@ -52,7 +52,6 @@ job(jobName) {
             kubeconfig              : kubeconfig,
             beam_it_timeout         : '1800',
             benchmarks              : 'beam_integration_benchmark',
-            beam_it_profile         : 'io-it',
             beam_prebuilt           : 'false',
             beam_sdk                : 'java',
             beam_it_module          : 'sdks/java/io/jdbc',
diff --git a/.test-infra/jenkins/job_PerformanceTests_MongoDBIO_IT.groovy 
b/.test-infra/jenkins/job_PerformanceTests_MongoDBIO_IT.groovy
index eed28b5d81d..c5684c7a96f 100644
--- a/.test-infra/jenkins/job_PerformanceTests_MongoDBIO_IT.groovy
+++ b/.test-infra/jenkins/job_PerformanceTests_MongoDBIO_IT.groovy
@@ -51,7 +51,6 @@ job(jobName) {
             kubeconfig              : kubeconfig,
             beam_it_timeout         : '1800',
             benchmarks              : 'beam_integration_benchmark',
-            beam_it_profile         : 'io-it',
             beam_prebuilt           : 'false',
             beam_sdk                : 'java',
             beam_it_module          : 'sdks/java/io/mongodb',


 

----------------------------------------------------------------
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: 117248)
    Time Spent: 12h 40m  (was: 12.5h)

> Update performance testing framework to use Gradle.
> ---------------------------------------------------
>
>                 Key: BEAM-3942
>                 URL: https://issues.apache.org/jira/browse/BEAM-3942
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing
>            Reporter: Chamikara Jayalath
>            Assignee: Ɓukasz Gajowy
>            Priority: Major
>             Fix For: 2.5.0
>
>          Time Spent: 12h 40m
>  Remaining Estimate: 0h
>
> This requires performing updates to PerfKitBenchmarker and Beam so that we 
> can execute performance tests using Gradle.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to