Skip to content

Commit 8c3fd9d

Browse files
authored
Merge pull request #80 from tom-tan/add-work_reuse
2 parents 1b7cc6a + 11178b5 commit 8c3fd9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conformance_tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2811,7 +2811,7 @@
28112811
tool: tests/timelimit.cwl
28122812
label: timelimit_basic
28132813
doc: Test that job fails when exceeding time limit
2814-
tags: [ command_line_tool, timelimit ]
2814+
tags: [ command_line_tool, timelimit, work_reuse ]
28152815
id: 214
28162816

28172817
- job: tests/empty.json
@@ -2827,15 +2827,15 @@
28272827
tool: tests/timelimit3.cwl
28282828
label: timelimit_zero_unlimited
28292829
doc: Test zero timelimit means no limit
2830-
tags: [ command_line_tool, timelimit ]
2830+
tags: [ command_line_tool, timelimit, work_reuse ]
28312831
id: 216
28322832

28332833
- job: tests/empty.json
28342834
should_fail: true
28352835
tool: tests/timelimit4.cwl
28362836
label: timelimit_from_expression
28372837
doc: Test expression in time limit
2838-
tags: [ command_line_tool, timelimit, inline_javascript ]
2838+
tags: [ command_line_tool, timelimit, inline_javascript, work_reuse ]
28392839
id: 217
28402840

28412841
- job: tests/empty.json
@@ -2870,15 +2870,15 @@
28702870
tool: tests/timelimit3-wf.cwl
28712871
label: timelimit_zero_unlimited_wf
28722872
doc: Test zero timelimit means no limit in workflow
2873-
tags: [ workflow, timelimit, inline_javascript ]
2873+
tags: [ workflow, timelimit, inline_javascript, work_reuse ]
28742874
id: 221
28752875

28762876
- job: tests/empty.json
28772877
should_fail: true
28782878
tool: tests/timelimit4-wf.cwl
28792879
label: timelimit_from_expression_wf
28802880
doc: Test expression in time limit in workflow
2881-
tags: [ workflow, timelimit, inline_javascript ]
2881+
tags: [ workflow, timelimit, inline_javascript, work_reuse ]
28822882
id: 222
28832883

28842884
- job: tests/empty.json

0 commit comments

Comments
 (0)