You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/17 20:39:07 UTC

[GitHub] [beam] pabloem commented on a diff in pull request #21838: [21826] - beam post commit java sickbay fails

pabloem commented on code in PR #21838:
URL: https://github.com/apache/beam/pull/21838#discussion_r900488531


##########
build.gradle.kts:
##########
@@ -210,7 +210,8 @@ tasks.register("javaPostCommit") {
 tasks.register("javaPostCommitSickbay") {
   dependsOn(":runners:samza:validatesRunnerSickbay")
   dependsOn(":runners:flink:validatesRunnerSickbay")
-  dependsOn(":runners:spark:validatesRunnerSickbay")
+  dependsOn(":runners:spark:3:validatesRunnerSickbay")
+  dependsOn(":runners:spark:2:validatesRunnerSickbay")

Review Comment:
   Can you also add what we have in the above javaPostCommit?
   
   These, but the sickbay versions:
   
   ```
     dependsOn(":sdks:java:extensions:google-cloud-platform-core:postCommit")
     dependsOn(":sdks:java:extensions:zetasketch:postCommit")
     dependsOn(":sdks:java:io:google-cloud-platform:postCommit")
     dependsOn(":sdks:java:io:amazon-web-services:integrationTest")
     dependsOn(":sdks:java:io:amazon-web-services2:integrationTest")
     dependsOn(":sdks:java:extensions:ml:postCommit")
   ```



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org