FAQ | This is a LIVE service | Changelog

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

more test work

parent d758c840
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ full_fat_advisory:
--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
--test_report_dir $CI_PROJECT_DIR/test_reports
--custom_run_date $SURVEY_RUN_DATE
--custom_dir_prefix temp_advisory_$RUN_TIME
--custom_dir_prefix temp_advisory_2024-07-12_111542
python3 full_test_deposition.py
--sys_config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/sys_config_EastAfrica_fc_live.json
......@@ -202,7 +202,7 @@ full_fat_advisory:
--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
--test_report_dir $CI_PROJECT_DIR/test_reports
--custom_run_date $CUSTOM_RUN_DATE
--custom_dir_prefix temp_advisory_$RUN_TIME
--custom_dir_prefix temp_advisory_2024-07-12_111542
python3 full_test_env_suit.py
--sys_config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/sys_config_EastAfrica_fc_live.json
......@@ -210,7 +210,7 @@ full_fat_advisory:
--outdir ${TEST_WORKSPACE_DIR}/integration/full/
--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
--custom_run_date $CUSTOM_RUN_DATE
--custom_dir_prefix temp_advisory_$RUN_TIME
--custom_dir_prefix temp_advisory_2024-07-12_111542
python3 full_test_advisory.py
--sys_config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/sys_config_EastAfrica_fc_live.json
......@@ -218,8 +218,9 @@ full_fat_advisory:
--outdir ${TEST_WORKSPACE_DIR}/integration/full/
--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
--custom_run_date $CUSTOM_RUN_DATE
--custom_dir_prefix temp_advisory_$RUN_TIME
--custom_dir_prefix temp_advisory_2024-07-12_111542
artifacts:
when: always
paths:
- $CI_PROJECT_DIR/test_reports
expire_in: 10 days
......
......@@ -42,7 +42,7 @@ class FullTestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
sys_config_dict['WorkspacePath'] = IntegrationTestUtils.TEST_OUT_PATH
os.makedirs(IntegrationTestUtils.TEST_OUT_PATH, exist_ok = True)
job_sys_config_file = IntegrationTestUtils.TEST_OUT_PATH + "temp_sys_advisory_config.json"
job_sys_config_file = IntegrationTestUtils.TEST_OUT_PATH + "temp_sys_environment_config.json"
IntegrationTestUtils.write_json_file(sys_config_dict, job_sys_config_file)
# now set the sys config file path to the new job-specific file
......@@ -57,7 +57,7 @@ class FullTestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
run_dict['EWS-Plotting']['Ethiopia']['FilterForCountry'] = "True"
run_dict['EWS-Plotting']['Kenya']['FilterForCountry'] = "True"
job_run_config_file = IntegrationTestUtils.TEST_OUT_PATH + "temp_deposition_config.json"
job_run_config_file = IntegrationTestUtils.TEST_OUT_PATH + "temp_environment_config.json"
IntegrationTestUtils.write_json_file(run_dict, job_run_config_file)
# set the run config file path to the new job-specific 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