FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ews-coordinator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gilligan Lab for Epidemiology and Modelling
Wheat rusts
ews-coordinator
Commits
902492ce
Commit
902492ce
authored
8 months ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
more test work
parent
d758c840
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-4
5 additions, 4 deletions
.gitlab-ci.yml
tests/integration/full/full_test_env_suit.py
+2
-2
2 additions, 2 deletions
tests/integration/full/full_test_env_suit.py
with
7 additions
and
6 deletions
.gitlab-ci.yml
+
5
−
4
View file @
902492ce
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
tests/integration/full/full_test_env_suit.py
+
2
−
2
View file @
902492ce
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment