[Announce] Release tasks available through GitHub Actions workflows

2022-11-10 Thread Fer Morales Martinez
Hi everyone, We would like to share with you that the team @ Wizeline will start working on the migration of some of the tasks related to the release process, detailed in [1]. For example, in the following PR [2] a workflow was created to execute, within GitHub Actions (GHA), step 6 [3] of the

Trigger phrases in Github Actions

2022-07-14 Thread Fer Morales Martinez
Hello everyone! As part of the migration of the precommit and postcommit jobs from jenkins over to github actions, we're trying to implement the *trigger phrase* functionality. Our first approach was to use issue_comment

Re: Question about integration tests for the examples classes

2022-03-23 Thread Fer Morales Martinez
/java/src/test/java/org/apache/beam/examples/complete/game/LeaderBoardIT.java On Tue, Mar 22, 2022 at 1:51 PM Fer Morales Martinez < fernando.mora...@wizeline.com> wrote: > Great! > I will change the log retention policy just to double check they are > passing. > > Thanks ag

Re: Question about integration tests for the examples classes

2022-03-22 Thread Fer Morales Martinez
51 > > PS I believe there is work in progress to somehow correlate Jenkins jobs > with Dataflow job IDs (aside from just logs)? > > > On Tue, Mar 22, 2022 at 11:51 AM Fer Morales Martinez < > fernando.mora...@wizeline.com> wrote: > >> For some tests [1], [2] I

Re: Question about integration tests for the examples classes

2022-03-22 Thread Fer Morales Martinez
, Mar 22, 2022 at 10:55 AM Kyle Weaver wrote: > Are you sure about the false positives? I believe Jenkins truncates Junit > logs intentionally for passing tests to save disk space. > https://plugins.jenkins.io/junit/ > > On Tue, Mar 22, 2022 at 10:51 AM Fer Morales Martinez &l

Re: Question about integration tests for the examples classes

2022-03-22 Thread Fer Morales Martinez
-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_PR/60/testReport/org.apache.beam.examples.complete.game/ Thanks, On Tue, Mar 22, 2022 at 10:24 AM Kyle Weaver wrote: > Can you send the links to the jenkins jobs? > > On Tue, Mar 22, 2022 at 9:28 AM Fer Morales Martinez < >

Re: Question about integration tests for the examples classes

2022-03-22 Thread Fer Morales Martinez
8:17 PM Ahmet Altay wrote: > >> Adding @Kyle Weaver and @Kenneth Knowles >> - they might have some idea. >> >> On Fri, Mar 18, 2022 at 2:48 PM Fer Morales Martinez < >> fernando.mora...@wizeline.com> wrote: >> >>> Hello everyone >>> &

Re: Question about integration tests for the examples classes

2022-03-18 Thread Fer Morales Martinez
/17015/files On Wed, Mar 16, 2022 at 4:03 PM Fer Morales Martinez < fernando.mora...@wizeline.com> wrote: > Hi team! > > I've been implementing integration tests [1] for the examples under the > beam/examples/complete/game folder. > Most of the integration tests (the one

Question about integration tests for the examples classes

2022-03-16 Thread Fer Morales Martinez
Hi team! I've been implementing integration tests [1] for the examples under the beam/examples/complete/game folder. Most of the integration tests (the one for *GameStats* being the only outlier so far) run successfully when executed *locally* with the *Direct* runner. However, I've found that