Buildbot build failing for a long time

2023-01-23 Thread Gavin McDonald
Hi All, https://ci2.apache.org/#/builders/72 Has been failing for a long time. can someone investigate please, if necessary open an INFRA ticket if something is required our end. Thanks -- *Gavin McDonald* Systems Administrator ASF Infrastructure Team

Re: Buildbot build failing for a long time

2023-01-23 Thread Sai Boorlagadda
Thanks Gavin, This nightly build has been failing for quite a while. I will see whats going on. Devs, Do we know about this nightly build? Any info on the setup and how it is configured? Sai On Mon, 23 Jan 2023 at 00:58, Gavin McDonald wrote: > Hi All, > > https://ci2.apache.org/#/builders/72

Re: Pullrequest required checks

2023-01-23 Thread Michael Oleske
I believe the required checks are setup in the .asf.yaml file here. I would hope just deleting those lines would remove the existing checks and in your migrate to github actions pr you could change the required checks. I would hope th

Re: Pullrequest required checks

2023-01-23 Thread Michael Oleske
Quick addendum, it looks like you would have to update the master branch as well as develop. As the master branch has more required checks for reason. -michael From: Michael Oleske Sent: Monday, Januar

Re: Buildbot build failing for a long time

2023-01-23 Thread Gavin McDonald
On 2023/01/23 14:59:56 Sai Boorlagadda wrote: > Thanks Gavin, > > This nightly build has been failing for quite a while. I will see > whats going on. > > Devs, Do we know about this nightly build? Any info on the setup and how it > is configured? Your config file lives at:- https://github.co

Github actions - Integration tests

2023-01-23 Thread Sai Boorlagadda
After working through unit tests and the builds are passing. I am working on adding an integration step to the build pipeline. Looks like there are a few (4 tests) failing[1] on the integration suite. Let me know if anyone interested to look into them. It would really good to get integration tests

Re: Pullrequest required checks

2023-01-23 Thread Sai Boorlagadda
Thanks, Owen and Michael. Will check the .asf.yaml file. On Mon, 23 Jan 2023 at 10:05, Michael Oleske wrote: > Quick addendum, it looks like you would have to update the master branch > as well as develop. As the master branch< > https://github.com/apache/geode/blob/master/.asf.yaml#L39> has mo

isolated test plugin

2023-01-23 Thread Sai Boorlagadda
Could someone provide context on how integration & dunit tests are run in CI? I remember geode had dockerized test plugin that isolates test execution. But looking at this PR[1] it seems we removed usage of that plugin and have a customized mechanism to allocate ports so that we don't need to run