FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 26f8cd90 authored by L. Bower's avatar L. Bower
Browse files

fixing full-fat tests

parent 42efe0b7
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ stages: ...@@ -70,7 +70,7 @@ stages:
- ls $PACKAGES_DIR - ls $PACKAGES_DIR
half_fat_tests: half_fat_tests:
when: always when: manual
stage: half-fat stage: half-fat
extends: .before_script extends: .before_script
...@@ -131,7 +131,8 @@ full_fat_env_suit: ...@@ -131,7 +131,8 @@ full_fat_env_suit:
cd $CI_PROJECT_DIR/tests/integration/full/ cd $CI_PROJECT_DIR/tests/integration/full/
python3 full_test_env_suit.py python3 full_test_env_suit.py
--config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json --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
--outdir ${TEST_WORKSPACE_DIR}/integration/full/ --outdir ${TEST_WORKSPACE_DIR}/integration/full/
--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json --email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
--run_date_type $FULL_FAT_RUN_DATE --run_date_type $FULL_FAT_RUN_DATE
...@@ -147,7 +148,8 @@ full_fat_survey: ...@@ -147,7 +148,8 @@ full_fat_survey:
cd $CI_PROJECT_DIR/tests/integration/full/ cd $CI_PROJECT_DIR/tests/integration/full/
python3 full_test_survey.py python3 full_test_survey.py
--config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json --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_EastAfrica_fc_live.json
--outdir ${TEST_WORKSPACE_DIR}/integration/full/ --outdir ${TEST_WORKSPACE_DIR}/integration/full/
--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json --email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
--run_date_type $FULL_FAT_RUN_DATE --run_date_type $FULL_FAT_RUN_DATE
...@@ -163,7 +165,8 @@ full_fat_advisory: ...@@ -163,7 +165,8 @@ full_fat_advisory:
cd $CI_PROJECT_DIR/tests/integration/full/ cd $CI_PROJECT_DIR/tests/integration/full/
python3 full_test_advisory.py python3 full_test_advisory.py
--config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json --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/advisory_EastAfrica_fc_live.json
--outdir ${TEST_WORKSPACE_DIR}/integration/full/ --outdir ${TEST_WORKSPACE_DIR}/integration/full/
--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json --email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
--run_date_type $FULL_FAT_RUN_DATE --run_date_type $FULL_FAT_RUN_DATE
...@@ -179,7 +182,8 @@ full_fat_epi: ...@@ -179,7 +182,8 @@ full_fat_epi:
cd $CI_PROJECT_DIR/tests/integration/full/ cd $CI_PROJECT_DIR/tests/integration/full/
python3 full_test_epi.py python3 full_test_epi.py
--config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json --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/epi_config_EastAfrica_fc_live.json
--outdir ${TEST_WORKSPACE_DIR}/integration/full/ --outdir ${TEST_WORKSPACE_DIR}/integration/full/
--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json --email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
--run_date_type $FULL_FAT_RUN_DATE --run_date_type $FULL_FAT_RUN_DATE
......
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