kamilwu commented on a change in pull request #11236: [BEAM-7505] Create 
SideInput Python Jenkins jobs
URL: https://github.com/apache/beam/pull/11236#discussion_r402876267
 
 

 ##########
 File path: .test-infra/jenkins/LoadTestConfig.groovy
 ##########
 @@ -202,6 +201,20 @@ class LoadTestConfig implements 
SerializableOption<Map<String, Serializable>> {
         return ConfigHelper.convertProperties(config.propertiesMap)
     }
 
+    /**
+     * Extends LoadTestConfig object by appending the given settings
+     * @param templateConfig LoadTestConfig instance
+     * @param cl Closure with settings
+     * @return LoadTestConfig object
+     */
+    static LoadTestConfig extend(final LoadTestConfig templateConfig, final 
Closure cl = {}) {
 
 Review comment:
   What do you think of `extendTemplate()`? The meaning would be pretty 
obvious. I also think of `extendedTemplate()`, but a verb could be better.

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


With regards,
Apache Git Services

Reply via email to