-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Milestone
Description
Summary from the initial discussion:
tmt should generate a "recipe" file containing preprocessed data about tests, results, and configurations (e.g. a combination of tests.yaml, results.yaml, step.yaml, etc.) to eliminate the need for dynamic evaluation. This file can be used by tmt to reproduce a run with the exact same configuration, without requiring additional input. Users can customize the recipe, e.g. through scripts. These scripts may also integrate with tools like ReportPortal to adjust the recipe based on external data.
This issue covers: Define what information the recipe should contain.
stowellm