[
https://issues.apache.org/jira/browse/BEAM-5995?focusedWorklogId=207162&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-207162
]
ASF GitHub Bot logged work on BEAM-5995:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Mar/19 14:14
Start Date: 04/Mar/19 14:14
Worklog Time Spent: 10m
Work Description: kkucharc commented on pull request #7808: [BEAM-5995]
Created Jenkins DSL for Python Load Tests
URL: https://github.com/apache/beam/pull/7808#discussion_r262074414
##########
File path: .test-infra/jenkins/LoadTestsBuilder.groovy
##########
@@ -18,26 +18,33 @@
import CommonJobProperties as commonJobProperties
import CommonTestProperties.Runner
+import CommonTestProperties.SDK
class LoadTestsBuilder {
+ static void loadTest(context, String title, Runner runner, SDK sdk,
Map<String, ?> options, String mainClass) {
+ String task
+ if (sdk == SKD.JAVA) {
+ task = ':beam-sdks-java-load-tests:run'
+ } else if (sdk == SKD.PYTHON) {
+ task = ':beam-sdks-python-load-tests:run'
+ }
Review comment:
@lgajowy I changed it, so there are no 2 methods per SDK. I didn't use
`elvis` operator to be precise about chosen sdk.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 207162)
Time Spent: 6h 40m (was: 6.5h)
> Create Jenkins jobs to run the load tests
> -----------------------------------------
>
> Key: BEAM-5995
> URL: https://issues.apache.org/jira/browse/BEAM-5995
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Kasia Kucharczyk
> Assignee: Kasia Kucharczyk
> Priority: Major
> Labels: triaged
> Time Spent: 6h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)