diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d450057cc75982247ec3778952bceaed2db7cfa..684485fd68573b2f09c290a3b1467dc71bf14be9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ variables: stages: - download_data - validate_cwl_scripts + - test_steps - test_full before_script: @@ -37,6 +38,27 @@ validate_scripts: script: - for file in `find . -name 'steps/*.cwl'`; do cwltool --validate $file; done +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 + run_hba_full: stage: test_full allow_failure: true @@ -44,6 +66,6 @@ run_hba_full: script: - cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_calibrator.cwl test_jobs/HBA_calibrator.json - test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_calibrator - - rm -rf results - - cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_target.cwl test_jobs/HBA_target.json - - test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_target +# - rm -rf results +# - cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_target.cwl test_jobs/HBA_target.json +# - test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_target diff --git a/test_jobs/blsmooth.json b/test_jobs/blsmooth.json index d2c4b351a376575c74701f412d008d6dc03c8d25..ce6a51f57f84d85f650492fef55483a28fbe2c50 100644 --- a/test_jobs/blsmooth.json +++ b/test_jobs/blsmooth.json @@ -1,7 +1,7 @@ { "msin": { "class": "Directory", - "path": "../data/L570745_SB003_uv_first10.MS" + "path": "../data/L667520_SB000_uv.MS" }, "do_smooth": false } diff --git a/test_jobs/check_ateam_separation.json b/test_jobs/check_ateam_separation.json index 37f4990ca3bfe1a799ceaa9883758a026c7fb11d..4c12b3191c460a29b37434d2b5d47464843ef6db 100644 --- a/test_jobs/check_ateam_separation.json +++ b/test_jobs/check_ateam_separation.json @@ -1,6 +1,6 @@ { "ms": { "class": "Directory", - "path": "../data/L570745_SB001_uv_first10.MS" + "path": "../data/L667520_SB000_uv.MS" } } diff --git a/test_jobs/find_skymodel_cal.json b/test_jobs/find_skymodel_cal.json index b22f507928b4c9425d60dc31d878ae8738349e24..d565e10e479a17737ca9fe95e09a4131ece66521 100644 --- a/test_jobs/find_skymodel_cal.json +++ b/test_jobs/find_skymodel_cal.json @@ -1,7 +1,7 @@ { "msin": { "class": "Directory", - "path": "../data/L570745_SB000_uv_first10.MS" + "path": "../data/L667520_SB000_uv.MS" }, "skymodels": { "class": "Directory",