Re: [PATCH v2] dts: Testbed And Node Configuration Split

2025-01-15 Thread Luca Vizzarro
This has now been reworked and superseded by series-34355.

Re: [PATCH v2] dts: Testbed And Node Configuration Split

2024-11-18 Thread Luca Vizzarro
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

Re: [PATCH v2] dts: Testbed And Node Configuration Split

2024-09-10 Thread Juraj Linkeš
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

Re: [PATCH v2] dts: Testbed And Node Configuration Split

2024-07-16 Thread Jeremy Spewock
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

[PATCH v2] dts: Testbed And Node Configuration Split

2024-07-03 Thread Nicholas Pratte
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