[
https://issues.apache.org/jira/browse/BEAM-5995?focusedWorklogId=204207&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-204207
]
ASF GitHub Bot logged work on BEAM-5995:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Feb/19 12:00
Start Date: 26/Feb/19 12:00
Worklog Time Spent: 10m
Work Description: lgajowy commented on pull request #7808: [BEAM-5995]
Created Jenkins DSL for Python Load Tests
URL: https://github.com/apache/beam/pull/7808#discussion_r260251990
##########
File path: .test-infra/jenkins/LoadTestsBuilder.groovy
##########
@@ -37,7 +37,22 @@ class LoadTestsBuilder {
}
}
- private static String parseOptions(Map<String, Object> options) {
- options.collect { "--${it.key}=${it.value.toString()}".replace('\"',
'\\"') }.join(' ')
+ static void loadTestPython(context, String title, Runner runner,
Map<String, ?> options, String mainClass) {
Review comment:
We could extend the `loadTest` method with `SDK` parameter and choose the
configuration based on that there. Same as above lets do this only if it's a
trivial refactoring - otherwise we should create a separate pr
----------------------------------------------------------------
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: 204207)
Time Spent: 5h 20m (was: 5h 10m)
> 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: 5h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)