mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
ec109f5d0b
"params" is interpreted differently in section vs workload entires in the agenda; previously, this was handled in the generic entry construciton function by examining the ID prefix of the entry to distinguish between the two. This is unreliable as the user may specify their own IDs that won't have the expected prefixes. To handle this, the "params" alias resolution for sections is now handled in section specific part of entry processing (workloads are handled autmatically because that is the default for the corresponding JobConfig config point).