Skip to content
Snippets Groups Projects
Commit b8a75aad authored by David Rafferty's avatar David Rafferty
Browse files

Remove extra files and disable test_steps for now

Former-commit-id: c903b3bf
parent dccb585a
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,9 @@ variables: ...@@ -10,9 +10,9 @@ variables:
stages: stages:
- download_data - download_data
- validate_cwl_scripts - validate_cwl_scripts
- test_steps # - test_steps
- test_calibrator - test_calibrator
- test_target # - test_target
before_script: before_script:
- mkdir workdir - mkdir workdir
...@@ -25,7 +25,7 @@ download_data: ...@@ -25,7 +25,7 @@ download_data:
stage: download_data stage: download_data
script: script:
- mkdir data && cd data - mkdir data && cd data
- wget -q https://git.astron.nl/eosc/prefactor3-cwl/-/raw/master/test_data/$TEST_DATASET_NAME -O $TEST_DATASET_NAME && tar -xf $TEST_DATASET_NAME && rm -f $TEST_DATA_NAME # - wget -q https://git.astron.nl/eosc/prefactor3-cwl/-/raw/master/test_data/$TEST_DATASET_NAME -O $TEST_DATASET_NAME && tar -xf $TEST_DATASET_NAME && rm -f $TEST_DATA_NAME
- wget -q www.astron.nl/citt/ci_data/prefactor/$TEST_HBA_DATASET_NAME -O $TEST_HBA_DATASET_NAME && tar xfz $TEST_HBA_DATASET_NAME && rm -f $TEST_HBA_DATASET_NAME - wget -q www.astron.nl/citt/ci_data/prefactor/$TEST_HBA_DATASET_NAME -O $TEST_HBA_DATASET_NAME && tar xfz $TEST_HBA_DATASET_NAME && rm -f $TEST_HBA_DATASET_NAME
- wget -q www.astron.nl/citt/ci_data/prefactor/$CALIBRATOR_HBA_RESULTS_NAME -O $CALIBRATOR_HBA_RESULTS_NAME && tar xfz $CALIBRATOR_HBA_RESULTS_NAME && rm -f $CALIBRATOR_HBA_RESULTS_NAME - wget -q www.astron.nl/citt/ci_data/prefactor/$CALIBRATOR_HBA_RESULTS_NAME -O $CALIBRATOR_HBA_RESULTS_NAME && tar xfz $CALIBRATOR_HBA_RESULTS_NAME && rm -f $CALIBRATOR_HBA_RESULTS_NAME
- wget -q www.astron.nl/citt/ci_data/prefactor/$TARGET_HBA_RESULTS_NAME -O $TARGET_HBA_RESULTS_NAME && tar xfz $TARGET_HBA_RESULTS_NAME && rm -f $TARGET_HBA_RESULTS_NAME - wget -q www.astron.nl/citt/ci_data/prefactor/$TARGET_HBA_RESULTS_NAME -O $TARGET_HBA_RESULTS_NAME && tar xfz $TARGET_HBA_RESULTS_NAME && rm -f $TARGET_HBA_RESULTS_NAME
......
...@@ -79,47 +79,7 @@ ...@@ -79,47 +79,7 @@
{ {
"class": "Directory", "class": "Directory",
"path": "../data/L667520_SB019_uv.MS" "path": "../data/L667520_SB019_uv.MS"
}, }
{
"class": "Directory",
"path": "../data/L667520_SB020_uv.MS"
},
{
"class": "Directory",
"path": "../data/L667520_SB021_uv.MS"
},
{
"class": "Directory",
"path": "../data/L667520_SB022_uv.MS"
},
{
"class": "Directory",
"path": "../data/L667520_SB023_uv.MS"
},
{
"class": "Directory",
"path": "../data/L667520_SB024_uv.MS"
},
{
"class": "Directory",
"path": "../data/L667520_SB025_uv.MS"
},
{
"class": "Directory",
"path": "../data/L667520_SB026_uv.MS"
},
{
"class": "Directory",
"path": "../data/L667520_SB027_uv.MS"
},
{
"class": "Directory",
"path": "../data/L667520_SB028_uv.MS"
},
{
"class": "Directory",
"path": "../data/L667520_SB029_uv.MS"
},
], ],
"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