Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Frits Sweijen
LINC
Commits
cbd14cd9
Commit
cbd14cd9
authored
3 years ago
by
alex
Browse files
Options
Downloads
Patches
Plain Diff
Ci tests
Former-commit-id:
9ef16855
parent
f2c3a446
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+4
-12
4 additions, 12 deletions
.gitlab-ci.yml
Docker/Dockerfile_ci
+0
-12
0 additions, 12 deletions
Docker/Dockerfile_ci
steps/check_ateam_separation.cwl
+1
-1
1 addition, 1 deletion
steps/check_ateam_separation.cwl
test_jobs/blsmooth.json
+1
-1
1 addition, 1 deletion
test_jobs/blsmooth.json
with
6 additions
and
26 deletions
.gitlab-ci.yml
+
4
−
12
View file @
cbd14cd9
...
@@ -6,7 +6,6 @@ variables:
...
@@ -6,7 +6,6 @@ variables:
stages
:
stages
:
-
download_data
-
download_data
-
test_prefactor
-
validate_cwl_scripts
-
validate_cwl_scripts
-
test_steps
-
test_steps
-
integration_test
-
integration_test
...
@@ -29,13 +28,6 @@ download_data:
...
@@ -29,13 +28,6 @@ download_data:
paths
:
paths
:
-
data
-
data
test_prefactor
:
stage
:
test_prefactor
needs
:
[
"
download_data"
]
script
:
-
cd data
-
ls -l
validate_scripts
:
validate_scripts
:
stage
:
validate_cwl_scripts
stage
:
validate_cwl_scripts
script
:
script
:
...
@@ -46,24 +38,24 @@ blsmooth:
...
@@ -46,24 +38,24 @@ blsmooth:
allow_failure
:
true
allow_failure
:
true
needs
:
[
"
download_data"
]
needs
:
[
"
download_data"
]
script
:
script
:
-
cwltool --no-container
--preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH
steps/blsmooth.cwl test_jobs/blsmooth.json
-
cwltool --no-container steps/blsmooth.cwl test_jobs/blsmooth.json
find_skymodel_cal
:
find_skymodel_cal
:
stage
:
test_steps
stage
:
test_steps
allow_failure
:
true
allow_failure
:
true
needs
:
[
"
download_data"
]
needs
:
[
"
download_data"
]
script
:
script
:
-
cwltool --no-container --preserve-environment
LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment
PYTHONPATH steps/find_skymodel_cal.cwl test_jobs/find_skymodel_cal.json
-
cwltool --no-container --preserve-environment PYTHONPATH steps/find_skymodel_cal.cwl test_jobs/find_skymodel_cal.json
check_ateam_separation
:
check_ateam_separation
:
stage
:
test_steps
stage
:
test_steps
allow_failure
:
true
allow_failure
:
true
needs
:
[
"
download_data"
]
needs
:
[
"
download_data"
]
script
:
script
:
-
cwltool --no-container
--preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH
steps/check_ateam_separation.cwl test_jobs/check_ateam_separation.json
-
cwltool --no-container steps/check_ateam_separation.cwl test_jobs/check_ateam_separation.json
prefactor_calibrator
:
prefactor_calibrator
:
stage
:
integration_test
stage
:
integration_test
needs
:
[
"
download_data"
]
needs
:
[
"
download_data"
]
script
:
script
:
-
cwltool --no-container workflows/HBA_calibrator.cwl test_jobs/HBA_calibrator.json
-
cwltool --no-container
--preserve-environment PYTHONPATH --preserve-environment PREFACTOR_DATA_ROOT
workflows/HBA_calibrator.cwl test_jobs/HBA_calibrator.json
This diff is collapsed.
Click to expand it.
Docker/Dockerfile_ci
deleted
100644 → 0
+
0
−
12
View file @
f2c3a446
FROM lofareosc/prefactor3-cwl
SHELL ["/bin/bash", "-c"]
#ADD L570745_uv_first10.MS.tar.xz /data
#ADD skymodels.tar.gz /data/skymodels
ADD test_data/A-Team_lowres.sourcedb /data/A-Team_lowres.sourcedb
ADD test_data/example.h5 /data/example.h5
ADD test_data/calibration.h5 /data/calibration.h5
ADD test_data/L570745_SB001_uv_MODEL.MS /data/L570745_SB001_uv_MODEL.MS
ADD test_data/L570745_SB001_uv_CORRECTED_DATA.MS /data/L570745_SB001_uv_CORRECTED_DATA.MS
ADD test_data/L570745_SB002_uv_CORRECTED_DATA.MS /data/L570745_SB002_uv_CORRECTED_DATA.MS
ADD test_data/L570745_SB003_uv_CORRECTED_DATA.MS /data/L570745_SB003_uv_CORRECTED_DATA.MS
This diff is collapsed.
Click to expand it.
steps/check_ateam_separation.cwl
+
1
−
1
View file @
cbd14cd9
...
@@ -19,7 +19,7 @@ inputs:
...
@@ -19,7 +19,7 @@ inputs:
position: 2
position: 2
prefix: '--outputimage'
prefix: '--outputimage'
- id: min_separation
- id: min_separation
type: int
type: int
?
inputBinding:
inputBinding:
position: 1
position: 1
prefix: '--min_separation'
prefix: '--min_separation'
...
...
This diff is collapsed.
Click to expand it.
test_jobs/blsmooth.json
+
1
−
1
View file @
cbd14cd9
...
@@ -3,5 +3,5 @@
...
@@ -3,5 +3,5 @@
"class"
:
"Directory"
,
"class"
:
"Directory"
,
"path"
:
"../data/L570745_SB003_uv_first10.MS"
"path"
:
"../data/L570745_SB003_uv_first10.MS"
},
},
"do_smooth"
:
tru
e
"do_smooth"
:
fals
e
}
}
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