|
2811 | 2811 | tool: tests/timelimit.cwl
|
2812 | 2812 | label: timelimit_basic
|
2813 | 2813 | doc: Test that job fails when exceeding time limit
|
2814 |
| - tags: [ command_line_tool, timelimit ] |
| 2814 | + tags: [ command_line_tool, timelimit, work_reuse ] |
2815 | 2815 | id: 214
|
2816 | 2816 |
|
2817 | 2817 | - job: tests/empty.json
|
|
2827 | 2827 | tool: tests/timelimit3.cwl
|
2828 | 2828 | label: timelimit_zero_unlimited
|
2829 | 2829 | doc: Test zero timelimit means no limit
|
2830 |
| - tags: [ command_line_tool, timelimit ] |
| 2830 | + tags: [ command_line_tool, timelimit, work_reuse ] |
2831 | 2831 | id: 216
|
2832 | 2832 |
|
2833 | 2833 | - job: tests/empty.json
|
2834 | 2834 | should_fail: true
|
2835 | 2835 | tool: tests/timelimit4.cwl
|
2836 | 2836 | label: timelimit_from_expression
|
2837 | 2837 | doc: Test expression in time limit
|
2838 |
| - tags: [ command_line_tool, timelimit, inline_javascript ] |
| 2838 | + tags: [ command_line_tool, timelimit, inline_javascript, work_reuse ] |
2839 | 2839 | id: 217
|
2840 | 2840 |
|
2841 | 2841 | - job: tests/empty.json
|
|
2870 | 2870 | tool: tests/timelimit3-wf.cwl
|
2871 | 2871 | label: timelimit_zero_unlimited_wf
|
2872 | 2872 | doc: Test zero timelimit means no limit in workflow
|
2873 |
| - tags: [ workflow, timelimit, inline_javascript ] |
| 2873 | + tags: [ workflow, timelimit, inline_javascript, work_reuse ] |
2874 | 2874 | id: 221
|
2875 | 2875 |
|
2876 | 2876 | - job: tests/empty.json
|
2877 | 2877 | should_fail: true
|
2878 | 2878 | tool: tests/timelimit4-wf.cwl
|
2879 | 2879 | label: timelimit_from_expression_wf
|
2880 | 2880 | doc: Test expression in time limit in workflow
|
2881 |
| - tags: [ workflow, timelimit, inline_javascript ] |
| 2881 | + tags: [ workflow, timelimit, inline_javascript, work_reuse ] |
2882 | 2882 | id: 222
|
2883 | 2883 |
|
2884 | 2884 | - job: tests/empty.json
|
|
0 commit comments