Abacn commented on code in PR #36623:
URL: https://github.com/apache/beam/pull/36623#discussion_r2578240288


##########
settings.gradle.kts:
##########
@@ -383,3 +383,8 @@ include("sdks:java:extensions:sql:iceberg")
 findProject(":sdks:java:extensions:sql:iceberg")?.name = "iceberg"
 include("examples:java:iceberg")
 findProject(":examples:java:iceberg")?.name = "iceberg"
+
+include("sdks:java:ml:remoteinference")
+include("sdks:java:ml:inference")
+include("sdks:java:ml:inference:remote")
+include("sdks:java:ml:inference:openai")

Review Comment:
   Check test logs realize we also need to add
   
   ```
   dependsOn("sdks:java:extensions:ml:inference:remote:build")
   dependsOn("sdks:java:extensions:ml:inference:openai:build")
   ``` 
   
   to
   
   
https://github.com/apache/beam/blob/c490d2dbf61ca4a93883a9902b477190ff914072/build.gradle.kts#L301
   
   otherwise tests are not exercised by CI.



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