Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Support for complex build pipelines?

Hi Samuel,

The Foundation offers a Jenkins instance to each and every project with two Linux x86_64 executors. You can see the list here https://ci.eclipse.org and how to request an instance for your project (along with other general information) here https://wiki.eclipse.org/Jenkins

However, you are free to add any agent that you provide to this Jenkins instances. Many projects do it this way (esp. projects who need to build and tests on various platform / cpu architecture), e.g., see https://ci.eclipse.org/omr/ or https://ci.eclipse.org/openj9/ 

Agents can be connected to the master Jenkins instance using the following documentation https://wiki.eclipse.org/Jenkins/Connecting_HIPP_to_an_external_slave

Feel free to ask for any additional help on this mailing list.

Cheers,
Mikael

--
Mikaël Barbero - Eclipse Foundation
IT Services - Release Engineering
📱 (+33) 642 028 039
🐦 @mikbarbero

Le 6 mars 2018 à 03:46, Samuel Audet <samuel@xxxxxxxxxx> a écrit :

Hello,

Deeplearning4j from Skymind has recently joined the Eclipse Foundation, but we are still struggling to get our CI infrastructure online and are wondering if CBI could be of help to us.

Basically, we would ideally like to run builds several times a day that can take more than an hour for each platform (Android, iOS, Linux, Windows, Mac, Power) and also run tests that can take a couple of hours for each on both CPU and GPU. We currently have Jenkins running on Azure nodes, as well as on http://osuosl.org/services/powerdev/ for Power and other cloud providers for Mac.

Would CBI be able to help with this? Have there been past projects with such requirements?

If there is no software infrastructure in place for this currently, could we access hardware infrastructure in the form of a cloud service using, for example, OpenStack?

In any case, please let us know what kind of support we can realistically expect from CBI. Thank you for your time!

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

Attachment: signature.asc
Description: Message signed with OpenPGP


Back to the top