Abacn commented on code in PR #28039:
URL: https://github.com/apache/beam/pull/28039#discussion_r1298854663
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -2807,9 +2810,17 @@ class BeamModulePlugin implements Plugin<Project> {
throw new GradleException(exceptionMessage)
}
+ // Transform service delivers transforms that refer to SDK harness
containers with following sufixes.
+ def transformServiceJavaContainerSuffix = 'java11'
Review Comment:
what caused this test requiring two java/python containers to work? Could it
be able to clean up to make the test working for single java / py sdk container?
--
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]