ARM-software / workload-automation

A framework for automating workload execution and measurement collection on ARM devices.
Apache License 2.0
152 stars 120 forks source link

configuration: Allow including multiple files into one mapping. #1254

Closed ola1olssonarm closed 8 months ago

ola1olssonarm commented 8 months ago

The key for 'include#' can now be either a scalar or a list. A scalar triggers the same behaviour as before. If the value is a list it must be a list of scalars (filepaths). The paths will be loaded and merged in order, and finally the resulting dict is included into the current scope.

ola1olssonarm commented 8 months ago

Sorry Marc. I am new to github and I have no idea what I did in git. I hope I submitted a new PR for this.