Skip to content
Snippets Groups Projects
Commit 5a824d8e authored by Andre Offringa's avatar Andre Offringa
Browse files

CI fixes

Former-commit-id: eccca39c
parent b68131ab
No related branches found
No related tags found
No related merge requests found
...@@ -46,39 +46,34 @@ validate_scripts: ...@@ -46,39 +46,34 @@ validate_scripts:
blsmooth: blsmooth:
stage: test_steps stage: test_steps
allow_failure: true
needs: ["download_data"] needs: ["download_data"]
script: script:
- cwltool --no-container 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
needs: ["download_data"] needs: ["download_data"]
script: script:
- cwltool --no-container --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
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 --preserve-environment PATH --preserve-environment PYTHONPATH steps/check_ateam_separation.cwl test_jobs/check_ateam_separation.json
run_hba_calibrator: run_hba_calibrator:
stage: test_full stage: test_full
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 --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 - test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_calibrator
run_hba_target: run_hba_target:
stage: test_full stage: test_full
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 --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 - test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_target
build-doc: build-doc:
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
"ncores": 12, "ncores": 12,
"cal_solutions": { "cal_solutions": {
"class": "File", "class": "File",
"path": "/builds/eosc/prefactor3-cwl/data/results_calibrator/cal_solutions.h5" "path": "../data/results_calibrator/cal_solutions.h5"
}, },
"A-Team_skymodel": { "A-Team_skymodel": {
"class": "File", "class": "File",
......
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