mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
entries in the dataset now store what build system
they use
This commit is contained in:
@ -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 = ""
|
||||
|
||||
|
Reference in New Issue
Block a user