diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 149b15b093a228cbe4d8d84d04a604b2751d552e..7172edb4d2fd91e7d6b544d0b060ee75a2083b3d 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