Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WDL compatibility with Azure #366

Open
vsmalladi opened this issue Nov 4, 2022 · 4 comments
Open

WDL compatibility with Azure #366

vsmalladi opened this issue Nov 4, 2022 · 4 comments

Comments

@vsmalladi
Copy link

See compatibility notes here:
https://github.com/microsoft/CromwellOnAzure/blob/master/docs/change-existing-WDL-for-Azure.md/#How-to-modify-an-existing-WDL-file-to-run-on-Cromwell-on-Azure

Mostly focused on making sure some of the runtime block items are specified in compatible ways (ie, that memory and disk always have units attached) and that we add a maxRetries synonym for wherever we specify preemptible. We might already be compatible, it's just worth going through and double checking...

@yihming
Copy link
Member

yihming commented Feb 8, 2023

@vsmalladi Thanks for checking this compatibility with Azure. However, our doesn't have any deployment on Azure, but only AWS and GCP. So we won't be able to test our workflows for Azure.

To move forward, I may follow the this note to add the corresponding runtime attributes, since it will be ignored for other cloud backends. But I'll have to leave it for Azure users to test.

@vsmalladi
Copy link
Author

@yihming should i make the changes to make Azure compatible and provide a PR?

@yihming
Copy link
Member

yihming commented Feb 14, 2023

@vsmalladi If possible, we'd appreciate your help. You don't need to modify all the WDLs as that would be too much. You may just change the workflows you use frequently, and I can follow your changes for the rest of them.

@yihming
Copy link
Member

yihming commented Feb 16, 2023

@vsmalladi We've heard that Azure is collaborating with Broad Institute on bringing Azure to Terra platform. As our team is also closely collaborating with Broad, maybe we could have a meeting about how to enable our workflows work for Azure and maintain them. Does it sound feasible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants