broadinstitute / cromwell

Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments
http://cromwell.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
993 stars 359 forks source link

Add backend #6148

Open yunll opened 3 years ago

yunll commented 3 years ago

Hi, I want to support a new backend for submitting jobs to huawei cloud. what should I do? Can I just submit pull request?

Thanks for your help!

aednichols commented 3 years ago

We're grateful for your interest. To formally support new cloud partners we need a formal partnership agreement in place with our organization. That partnership agreement includes funding for our support team so we can ensure your cloud users are well supported. The contact is Danielle Ciofani, dciofani@broadinstitute.org.

If you are interested in using Cromwell unsupported, you can use official Cromwell JAR and add your own backed at runtime by adding it to the classpath [0] (or fork it).

[0] https://github.com/broadinstitute/cromwell/blob/develop/cromwell.example.backends/AWS.conf#L38