AnandInguva commented on code in PR #24347:
URL: https://github.com/apache/beam/pull/24347#discussion_r1035234643


##########
.test-infra/jenkins/LoadTestsBuilder.groovy:
##########
@@ -43,7 +43,8 @@ class LoadTestsBuilder {
 
 
   static void loadTest(context, String title, Runner runner, SDK sdk, 
Map<String, ?> options,
-      String mainClass, List<String> jobSpecificSwitches = null, String 
requirementsTxtFile = null) {
+      String mainClass, List<String> jobSpecificSwitches = null, String 
requirementsTxtFile = null,
+      String pythonVersion = null) {

Review Comment:
   I am using the TensorRT images provided by NVIDIA. This image has seen a 
good performance with the current example since we use NVIDIA GPUs but they use 
python 3.8 in the container(this is the same image we use for TensorRT tests)
   
   Since Python 3.7 is going to be deprecated soon, I thought we could run 
these tests on python 3.8. So I added an option to pass a python version to 
this method



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to