ahmedabu98 commented on PR #32529: URL: https://github.com/apache/beam/pull/32529#issuecomment-2368804778
The test you are referencing is to generate wrappers for external transforms (unrelated here since this wrapper is handwritten). The workflows testing GCP xlang IOs are in [beam_PostCommit_Python_Xlang_Gcp_Dataflow](https://github.com/apache/beam/blob/master/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml) and [beam_PostCommit_Python_Xlang_Gcp_Direct](https://github.com/apache/beam/blob/master/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Direct.yml). These are post commits so to trigger them you just need to modify their respective target files and push it to this branch: - [Direct runner trigger file](https://github.com/apache/beam/blob/master/.github/trigger_files/beam_PostCommit_Python_Xlang_Gcp_Direct.json) - [Dataflow runner trigger file](https://github.com/apache/beam/blob/master/.github/trigger_files/beam_PostCommit_Python_Xlang_Gcp_Dataflow.json) -- 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]
