You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #2727 introduced a simplified method to calculate resources for each job and machine. In doing so, it reworks the way resources are handled when running setup_xml.py such that the configuration dictionary is redefined for each required RUN. Rather than redefining the same dictionary each time, a single dictionary with subdictionaries for each RUN should be implemented. This will allow all configuration entries to be retained during execution.
What are the requirements for the new functionality?
This modifies the way the `config` dictionary is constructed and
referenced. Rather than updating a single configuration dictionary with
each `RUN`, a `RUN`-based dictionary of `config` dictionaries is created
and referenced by the appropriate `RUN` when calculating resources.
This also makes the methods that were hidden before #2727 hidden again.
Resolves#2783
What new functionality do you need?
PR #2727 introduced a simplified method to calculate resources for each job and machine. In doing so, it reworks the way resources are handled when running
setup_xml.py
such that the configuration dictionary is redefined for each requiredRUN
. Rather than redefining the same dictionary each time, a single dictionary with subdictionaries for eachRUN
should be implemented. This will allow all configuration entries to be retained during execution.What are the requirements for the new functionality?
Acceptance Criteria
No changes to resource calculations and CI tests run successfully on all platforms.
Suggest a solution (optional)
No response
The text was updated successfully, but these errors were encountered: