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

JSON runtime variable parsing #10

Open
sitapriyamoorthi opened this issue Dec 16, 2024 · 3 comments
Open

JSON runtime variable parsing #10

sitapriyamoorthi opened this issue Dec 16, 2024 · 3 comments
Assignees
Labels
unit test Adding or modifying a unit test

Comments

@sitapriyamoorthi
Copy link
Collaborator

This tests resource allocation in WDL tasks, specifically CPU and memory requirements. It ensures that tasks can request and utilize specific resources in the execution environment, which is essential for resource management in complex workflows.

@tefirman
Copy link
Collaborator

@sitapriyamoorthi -- I believe this functionality is demonstrated in "helloDockerHostname.wdl", do you agree?

@sitapriyamoorthi sitapriyamoorthi changed the title Runtime Resources (CPU and Memory) Testing Custom Runtime Requirements (as provided as in the JSON) Dec 17, 2024
@sitapriyamoorthi
Copy link
Collaborator Author

See this comment for details: #15 (comment)

@seankross seankross added the unit test Adding or modifying a unit test label Dec 18, 2024
@sitapriyamoorthi sitapriyamoorthi changed the title Testing Custom Runtime Requirements (as provided as in the JSON) JSON runtime variable parsing Dec 20, 2024
@sitapriyamoorthi
Copy link
Collaborator Author

@tefirman this is the branch for this unit test: https://github.com/FredHutch/wdl-unit-tests/tree/10-json-runtime-variable-parsing. I am thinking for each issue a branch can be created using the development feature. Let me know if that works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit test Adding or modifying a unit test
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants