Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Jenkins

Awesome!

I’ve tested GitHub actions and was very impressed with the performance. This was during beta though, so might not be quite as stellar now with more users. 

Håvard

On 21 Nov 2019, at 08:35, Jeen Broekstra <jeen.broekstra@xxxxxxxxx> wrote:


Thanks Havard.

For what it's worth we have been moved to the front of the queue for migration to the newer cluster architecture for Eclipse-hosted Jenkins, once we migrate that should hopefully give us a bit of a performance boost.

Another thing I'd like to explore a bit more is the new Github Actions feature, which basically allows us to use Github-hosted CI services. We can't use it for deployment, but it might be a good choice for PR and branch testing.

Jeen

On Thu, Nov 21, 2019 at 9:23 AM "Håvard M. Ottestad" <hmottestad@xxxxxxxxx> wrote:
Hi,

I’ve disabled incremental builds on Jenkins because it keeps failing my PR. Essentially the incremental build feature doesn’t handle inter-module changes. If you change one module in one commit and then change another module in a different commit then the last commit will not see the changes in your first commit.

I have some ideas on how to fix this without disabling incremental builds. It’s strange they didn’t mark incremental builds as EXPERIMENTAL when it doesn’t handle multi-module projects.

Håvard
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/rdf4j-dev
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/rdf4j-dev

Back to the top