entries in the dataset now store what build system

they use
This commit is contained in:
Karma Riuk
2025-03-17 15:04:33 +01:00
parent d7b3d62c0c
commit 69295801ac
3 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,7 @@ class Metadata:
pr_number: int
merge_commit_sha: str # to checkout for the tests
successful: bool = True
build_system: str = ""
reason_for_failure: str = ""
last_cmd_error_msg: str = ""