From bddd4507cf04da4b2121eb6fb81fbe2b882f3f89 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 12 Jul 2024 13:32:46 +0100 Subject: [PATCH] more test work --- .gitlab-ci.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 149b15b..7172edb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -175,17 +175,6 @@ full_fat_survey: - $CI_PROJECT_DIR/test_reports expire_in: 10 days -full_fat_advisory: - when: manual - stage: full-fat - extends: .before_script - tags: ["ewas-production"] - script: - - > - cd $CI_PROJECT_DIR/tests/integration/full/ - - SURVEY_RUN_DATE=$(date -d "$CUSTOM_RUN_DATE -1 day" +%Y%m%d) - # python3 full_test_survey.py # --sys_config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/sys_config_EastAfrica_fc_live.json # --config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/survey_config_EastAfrica_fc_live.json @@ -204,6 +193,18 @@ full_fat_advisory: # --custom_run_date $CUSTOM_RUN_DATE # --custom_dir_prefix temp_advisory_2024-07-12_111542 +full_fat_advisory: + when: manual + stage: full-fat + extends: .before_script + tags: ["ewas-production"] + script: + - > + cd $CI_PROJECT_DIR/tests/integration/full/ + + SURVEY_RUN_DATE=$(date -d "$CUSTOM_RUN_DATE -1 day" +%Y%m%d) + + python3 full_test_env_suit.py --sys_config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/sys_config_EastAfrica_fc_live.json --config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/env_suit_config_EastAfrica_fc_live.json -- GitLab