Skip to content
Snippets Groups Projects
Commit 183e164e authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Add test for DP3.Execute

Former-commit-id: 7a6488ab
parent ef848b46
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ build_docker:
push_docker_tags:
image: docker:latest
allow_failure: true
stage: push_docker
only:
- tags
......@@ -126,6 +127,12 @@ NDPPP:
script:
- cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH steps/DPPP.cwl test_jobs/NDPPP.json
DP3.Execute:
stage: test_steps
allow_failure: true
script:
- cwltool --no-container --preserve-enviroment LD_LIBRARY_PATH --preserve-enviroment PATH steps/DP3.Execute.cwl test_jobs/dp3_execute.json
h5parm_collector:
stage: test_steps
allow_failure: true
......
......@@ -10,7 +10,7 @@ inputs:
'sbg:x': -425.39886474609375
'sbg:y': 127
- id: msin
type: Directory?
type: Directory
'sbg:x': -254.39886474609375
'sbg:y': 242
- id: steps
......
{
"msin": {"class": "Directory", "path":"/data/L570745_SB003_uv_first10.MS"},
"steps": [
{
"step_type": "averager",
"step_id": "average",
"parameters": {
"timestep": 1,
"freqstep": 1,
"minpoints": 0,
"minperc": 0,
"timeresolution": 0,
"freqresolution": 0
},
"output_files": {}
}
],
"msout_name": "TEST"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment