Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
LINC
Commits
183e164e
Commit
183e164e
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Add test for DP3.Execute
Former-commit-id:
7a6488ab
parent
ef848b46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
steps/DP3.Execute.cwl
+1
-1
1 addition, 1 deletion
steps/DP3.Execute.cwl
test_jobs/dp3_execute.json
+19
-0
19 additions, 0 deletions
test_jobs/dp3_execute.json
with
27 additions
and
1 deletion
.gitlab-ci.yml
+
7
−
0
View file @
183e164e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
steps/DP3.Execute.cwl
+
1
−
1
View file @
183e164e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
test_jobs/dp3_execute.json
0 → 100644
+
19
−
0
View file @
183e164e
{
"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"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment