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

Proposal: add "backend_parameters" to tesResources #154

Merged
merged 10 commits into from
Apr 20, 2022

Conversation

MattMcL4475
Copy link
Contributor

According to the WDL spec, "The runtime section defines key/value pairs for runtime information needed for this task":

https://github.com/openwdl/wdl/blob/master/versions/1.0/SPEC.md#runtime-section

This commit extends tesResources to support an arbitrary dictionary of additional properties, which ensures WDL parsers can pass-through their full list of runtime key/value pairs to a TES backend. The canonical example of its use would be for WDL authors to be able to specify a specific cloud VM SKU in their WDL files.

Please see previous closed PR for discussion: #127

@MattMcL4475 MattMcL4475 changed the title Proposal: add "additional_properties" to tesResources Proposal: add "backend_properties" to tesResources Aug 17, 2021
@MattMcL4475 MattMcL4475 changed the title Proposal: add "backend_properties" to tesResources Proposal: add "backend_parameters" to tesResources Aug 17, 2021
Copy link
Contributor

@aniewielska aniewielska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We discussed it thoroughly and this version looks good to me.

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

Successfully merging this pull request may close these issues.

3 participants