Skip to content
Snippets Groups Projects
Commit 41564b90 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Invalid steps list

parent 8946d271
No related branches found
No related tags found
1 merge request!69Change the name of the pre-calibrated output MS
Pipeline #151 passed with warnings
......@@ -6,7 +6,9 @@ variables:
stages:
- validate_cwl_scripts
- test
- test_steps
- integration_test
before_script:
# - python3 -V # Print out python version for debugging
......@@ -60,7 +62,7 @@ NDPPP:
stage: test_steps
allow_failure: true
script:
- cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH steps/DPPP.cwl test_jobs/NDPPP.json
- cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH steps/DPPP.cwl test_jobs/NDPPP.json
aoflagger:
stage: test_steps
......@@ -79,7 +81,7 @@ interpolate_visibilities:
allow_failure: true
script:
- cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH steps/interpolate_visibilities.cwl test_jobs/interpolate_visibilities.json
blsmooth:
stage: test_steps
allow_failure: true
......@@ -87,12 +89,12 @@ blsmooth:
- cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH steps/blsmooth.cwl test_jobs/blsmooth.json
prefactor_calibrator:
prefactor_calibrator:
stage: integration_test
script:
- cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH prefactor_calibrator.cwl test_jobs/integration_test_prefactor_calibrator.json
flag_average:
flag_average:
stage: integration_test
script:
script:
- cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH test_workflow/flag_average.cwl --msin=/data/L570745_SB001_uv_first10.MS
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