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
f4ef69e3
Commit
f4ef69e3
authored
2 years ago
by
J.W. Smith
Browse files
Options
Downloads
Patches
Plain Diff
feat: Job path is passed to advisory_builder
parent
8001587b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
coordinator/ProcessorAdvisory.py
+4
-0
4 additions, 0 deletions
coordinator/ProcessorAdvisory.py
with
4 additions
and
0 deletions
coordinator/ProcessorAdvisory.py
+
4
−
0
View file @
f4ef69e3
...
...
@@ -22,6 +22,8 @@ def process_in_job_advisory(jobPath,status,config,component):
config_advisory
=
config
[
component
].
copy
()
config_advisory
[
'
jobPath
'
]
=
jobPath
# provide top-level arguments to advisory config
for
k
,
v
in
config
.
items
():
if
k
not
in
short_name
.
keys
():
...
...
@@ -31,6 +33,8 @@ def process_in_job_advisory(jobPath,status,config,component):
layout
=
'
tight
'
logging
.
info
(
f
"
Running for scenario
{
config_advisory
}
,
{
dateString
}
,
{
layout
}
"
)
report_names
=
DataGatherer
.
run_each_subregion
(
config_advisory
,
dateString
,
layout
)
# pass the report filenames to upload to the remote server
...
...
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