Re: Hiding logging for beam playground examples

2024-03-08 Thread Andrey Devyatkin via dev
Hi Joey, Thanks for reaching out! I see that your changes haven't been deploed yet, so I've triggered the corresponding job and Playground will be updated soon. Thanks, Andrey From: Joey Tran Reply to: "dev@beam.apache.org" Date: Thursday, 7 March 2024 at 22:33 To: Valentyn Tymofieiev Subjec

Beam Infrastructure - Highlights of Recent Changes

2024-06-13 Thread Andrey Devyatkin via dev
Hey Beam community, We are glad to announce some new changes that our team has been working on for a while to implement new solutions and enhance the existing ones. The main focus was to improve the Beam infrastructure by increasing test coverage, adding a reporting mechanism, and enhancing the

Re: [EXTERNAL] Question About Comment Triggers for CI

2024-10-24 Thread Andrey Devyatkin via dev
Hi Evan, This is a built-in Github Action event ‘issue_comment’ that monitors comment on pull requests and re-triggers the job. In the job-related .yml file there is an if expression to filter the comment. See the example here: https://github.com/apache/beam/blob/master/.github/workflows/beam_P