From b8a75aadb99466adff8ad0c408fff5569bae47a3 Mon Sep 17 00:00:00 2001 From: David Rafferty <drafferty@hs.uni-hamburg.de> Date: Fri, 13 Aug 2021 09:44:07 +0200 Subject: [PATCH] Remove extra files and disable test_steps for now Former-commit-id: c903b3bfd4a324e09c7be28aff24a933310e3fca --- .gitlab-ci.yml | 6 ++--- test_jobs/HBA_calibrator.json | 42 +---------------------------------- 2 files changed, 4 insertions(+), 44 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c99aed75..babcd2ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,9 @@ variables: stages: - download_data - validate_cwl_scripts - - test_steps +# - test_steps - test_calibrator - - test_target +# - test_target before_script: - mkdir workdir @@ -25,7 +25,7 @@ download_data: stage: download_data script: - 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/$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 diff --git a/test_jobs/HBA_calibrator.json b/test_jobs/HBA_calibrator.json index 1d26efbc..a3be77a2 100644 --- a/test_jobs/HBA_calibrator.json +++ b/test_jobs/HBA_calibrator.json @@ -79,47 +79,7 @@ { "class": "Directory", "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": { "class": "File", -- GitLab