Skip to content

Commit f5bb832

Browse files
committed
Removing CPU resource constraints for the test. My intention is to have MultithreadedJobExecutor ignore allocated resources when deciding whether to run the next parallel job. The steps in this workflow aren't resource intensive, and delaying their execution on this basis will cause the test to fail.
1 parent 3b46052 commit f5bb832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/wf/on-error_kill.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ requirements:
66
ScatterFeatureRequirement: {}
77
InlineJavascriptRequirement: {}
88
StepInputExpressionRequirement: {}
9+
ResourceRequirement: {coresMin: 0, ramMin: 0}
910

1011

1112
doc: |

0 commit comments

Comments
 (0)