Skip to content

Commit f4fe77f

Browse files
author
Luka Stojanovic
committed
added v1.0 jobs, and fixed v1.1 paths
1 parent 35dc6c5 commit f4fe77f

File tree

5 files changed

+25
-10
lines changed

5 files changed

+25
-10
lines changed

v1.0/v1.0/scatter-empty-job1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"inp": []
3+
}

v1.0/v1.0/scatter-empty-job2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"inp1": ["one", "two"],
3+
"inp2": []
4+
}

v1.0/v1.0/scatter-empty-job3.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"inp1": [],
3+
"inp2": ["one", "two"]
4+
}

v1.0/v1.0/scatter-empty-job4.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"inp1": [],
3+
"inp2": []
4+
}

v1.1.0-dev1/conformance_test_v1.1.0-dev1.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -267,34 +267,34 @@
267267
tool: "v1.1.0-dev1/scatter-wf4.cwl#main"
268268
doc: Test workflow scatter with two scatter parameters and dotproduct join method
269269

270-
- job: v1.0/scatter-empty-job1.json
270+
- job: v1.1.0-dev1/scatter-empty-job1.json
271271
output:
272272
out: []
273-
tool: v1.0/scatter-wf1.cwl
273+
tool: v1.1.0-dev1/scatter-wf1.cwl
274274
doc: Test workflow scatter with single empty list parameter
275275

276-
- job: v1.0/scatter-empty-job2.json
276+
- job: v1.1.0-dev1/scatter-empty-job2.json
277277
output:
278278
out: [[], []]
279-
tool: v1.0/scatter-wf2.cwl
279+
tool: v1.1.0-dev1/scatter-wf2.cwl
280280
doc: Test workflow scatter with two scatter parameters and nested_crossproduct join method with second list empty
281281

282-
- job: v1.0/scatter-empty-job3.json
282+
- job: v1.1.0-dev1/scatter-empty-job3.json
283283
output:
284284
out: []
285-
tool: "v1.0/scatter-wf3.cwl#main"
285+
tool: "v1.1.0-dev1/scatter-wf3.cwl#main"
286286
doc: Test workflow scatter with two scatter parameters and nested_crossproduct join method with first list empty
287287

288-
- job: v1.0/scatter-empty-job2.json
288+
- job: v1.1.0-dev1/scatter-empty-job2.json
289289
output:
290290
out: []
291-
tool: "v1.0/scatter-wf3.cwl#main"
291+
tool: "v1.1.0-dev1/scatter-wf3.cwl#main"
292292
doc: Test workflow scatter with two scatter parameters, one of which is empty and flat_crossproduct join method
293293

294-
- job: v1.0/scatter-empty-job4.json
294+
- job: v1.1.0-dev1/scatter-empty-job4.json
295295
output:
296296
out: []
297-
tool: "v1.0/scatter-wf4.cwl#main"
297+
tool: "v1.1.0-dev1/scatter-wf4.cwl#main"
298298
doc: Test workflow scatter with two empty scatter parameters and dotproduct join method
299299

300300
- tool: v1.1.0-dev1/echo-tool.cwl

0 commit comments

Comments
 (0)