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
5a824d8e
Commit
5a824d8e
authored
3 years ago
by
Andre Offringa
Browse files
Options
Downloads
Patches
Plain Diff
CI fixes
Former-commit-id:
eccca39c
parent
b68131ab
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-8
3 additions, 8 deletions
.gitlab-ci.yml
test_jobs/HBA_target.json
+1
-1
1 addition, 1 deletion
test_jobs/HBA_target.json
with
4 additions
and
9 deletions
.gitlab-ci.yml
+
3
−
8
View file @
5a824d8e
...
...
@@ -46,39 +46,34 @@ validate_scripts:
blsmooth
:
stage
:
test_steps
allow_failure
:
true
needs
:
[
"
download_data"
]
script
:
-
cwltool --no-container steps/blsmooth.cwl test_jobs/blsmooth.json
find_skymodel_cal
:
stage
:
test_steps
allow_failure
:
true
needs
:
[
"
download_data"
]
script
:
-
cwltool --no-container --preserve-environment PYTHONPATH steps/find_skymodel_cal.cwl test_jobs/find_skymodel_cal.json
check_ateam_separation
:
stage
:
test_steps
allow_failure
:
true
needs
:
[
"
download_data"
]
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 --preserve-environment PATH --preserve-environment PYTHONPATH steps/check_ateam_separation.cwl test_jobs/check_ateam_separation.json
run_hba_calibrator
:
stage
:
test_full
allow_failure
:
true
needs
:
[
"
download_data"
]
script
:
-
cwltool --no-container --preserve-environment
LD_LIBRARY_PATH --preserve-environment
PATH --preserve-environment PYTHONPATH --outdir results workflows/HBA_calibrator.cwl test_jobs/HBA_calibrator.json
-
cwltool --no-container --preserve-environment PATH --preserve-environment PYTHONPATH --outdir results workflows/HBA_calibrator.cwl test_jobs/HBA_calibrator.json
-
test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_calibrator
run_hba_target
:
stage
:
test_full
allow_failure
:
true
needs
:
[
"
download_data"
]
script
:
-
cwltool --no-container --preserve-environment
LD_LIBRARY_PATH --preserve-environment
PATH --preserve-environment PYTHONPATH --outdir results workflows/HBA_target.cwl test_jobs/HBA_target.json
-
cwltool --no-container --preserve-environment PATH --preserve-environment PYTHONPATH --outdir results workflows/HBA_target.cwl test_jobs/HBA_target.json
-
test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_target
build-doc
:
...
...
This diff is collapsed.
Click to expand it.
test_jobs/HBA_target.json
+
1
−
1
View file @
5a824d8e
...
...
@@ -85,7 +85,7 @@
"ncores"
:
12
,
"cal_solutions"
:
{
"class"
:
"File"
,
"path"
:
"
/builds/eosc/prefactor3-cwl
/data/results_calibrator/cal_solutions.h5"
"path"
:
"
..
/data/results_calibrator/cal_solutions.h5"
},
"A-Team_skymodel"
:
{
"class"
:
"File"
,
...
...
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