Revisiting our October discussion, it appears that even in its current curtailed form Travis is better than Buildbot. It supports containers, we have cross-DB builds working there, and we publish .jar snapshots from it:
https://repository.apache.org/content/repositories/snapshots/org/apache/cayenne/cayenne-di/4.2.B2-SNAPSHOT/ <https://repository.apache.org/content/repositories/snapshots/org/apache/cayenne/cayenne-di/4.2.B2-SNAPSHOT/> Publishing Modeler assemblies is the only thing that's missing. Buildbot still seems redundant, but can it solve the platform builds issue? Andrus > On Jan 25, 2022, at 2:58 AM, Aristedes Maniatis <a...@ish.com.au.INVALID> > wrote: > > github actions aren't an option for us due to the limits in the quota and > travis also restricted their offering to open source. Don't we need somewhere > we can test against lots of database options? > > > Also, we had this from ages ago: https://nightlies.apache.org/cayenne/ Is > fixing this up to put nightly builds back a useful thing? > > > > Ari > > > > On 24/1/2022 4:40pm, Andrus Adamchik wrote: >> I suggest we just take it down. We have CI working elsewhere, so why spend >> the effort. >> >> Andrus >> >>> On Jan 24, 2022, at 4:23 AM, Aristedes Maniatis <a...@ish.com.au.INVALID> >>> wrote: >>> >>> https://ci2.apache.org/#/builders/95/builds/2/steps/2/logs/stdio >>> >>> >>> Infra have gotten buildbot working again for us. However the build is >>> failing against >>> >>> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreTest) >>> >>> >>> >>> Ari