This has now been reworked and superseded by series-34355.
This is a good change, but I'd like to review it once you adapt it to
the Pydantic-based config, as it may look quite different.
While we are splitting things I suggest to create two new source files
under `config` for each sections:
conf/
__init__.py # where Configurations stays and br
create mode 100644 dts/execution_conf.yaml
As Jeremy mentioned, this is a duplicate. I guess this patch needs to be
rebased as it mentions executions all over the place.
create mode 100644 dts/node_conf.yaml
create mode 100644 dts/testbed_conf.yaml
And this should be named test_run_c
On Wed, Jul 3, 2024 at 10:58 AM Nicholas Pratte wrote:
>
> This implementation splits the execution and node configuration
> components of the conf.yaml into two separate config files. A
> new command line argument is added, allowing the user to specify
> both a node configuration file and an exec
This implementation splits the execution and node configuration
components of the conf.yaml into two separate config files. A
new command line argument is added, allowing the user to specify
both a node configuration file and an execution configuration
file. Be default, these config files are now n
5 matches
Mail list logo