-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate report script (urgent section) #62
Merged
Crola1702
merged 2 commits into
Crola1702/improved-buildfarm-tools-lib
from
Crola1702/report-generation
Jun 28, 2024
Merged
Generate report script (urgent section) #62
Crola1702
merged 2 commits into
Crola1702/improved-buildfarm-tools-lib
from
Crola1702/report-generation
Jun 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Crola1702 <[email protected]>
Blast545
approved these changes
Jun 27, 2024
Signed-off-by: Crola1702 <[email protected]>
Blast545
approved these changes
Jun 28, 2024
Crola1702
added a commit
that referenced
this pull request
Jun 28, 2024
* Add BuildfarmToolsLib module with basic functions Signed-off-by: Crola1702 <[email protected]> * Add flaky test regressions keys Signed-off-by: Crola1702 <[email protected]> * Restore test_regression_history script Signed-off-by: Crola1702 <[email protected]> * Make check-buildfarm work with current library Signed-off-by: Crola1702 <[email protected]> * Code cleanup Signed-off-by: Crola1702 <[email protected]> * Use flaky builds threshold variable Signed-off-by: Crola1702 <[email protected]> * Add warning age constat Signed-off-by: Crola1702 <[email protected]> * Handle empty results from query better Signed-off-by: Crola1702 <[email protected]> * Fix age parsing errors Signed-off-by: Crola1702 <[email protected]> * Remove irrelevant comments Signed-off-by: Crola1702 <[email protected]> * Address PR comments Signed-off-by: Crola1702 <[email protected]> * Rename test regression history Signed-off-by: Crola1702 <[email protected]> * Generate report script (urgent section) (#62) * Add generate report script for urgent section Signed-off-by: Crola1702 <[email protected]> * Change subsection names Signed-off-by: Crola1702 <[email protected]> --------- Signed-off-by: Crola1702 <[email protected]> --------- Signed-off-by: Crola1702 <[email protected]>
Crola1702
added a commit
that referenced
this pull request
Jun 28, 2024
* Add age column Signed-off-by: Crola1702 <[email protected]> * Add latest buildfarmer.db data Signed-off-by: Crola1702 <[email protected]> * Improve buildfarm tools lib (#60) * Add BuildfarmToolsLib module with basic functions Signed-off-by: Crola1702 <[email protected]> * Add flaky test regressions keys Signed-off-by: Crola1702 <[email protected]> * Restore test_regression_history script Signed-off-by: Crola1702 <[email protected]> * Make check-buildfarm work with current library Signed-off-by: Crola1702 <[email protected]> * Code cleanup Signed-off-by: Crola1702 <[email protected]> * Use flaky builds threshold variable Signed-off-by: Crola1702 <[email protected]> * Add warning age constat Signed-off-by: Crola1702 <[email protected]> * Handle empty results from query better Signed-off-by: Crola1702 <[email protected]> * Fix age parsing errors Signed-off-by: Crola1702 <[email protected]> * Remove irrelevant comments Signed-off-by: Crola1702 <[email protected]> * Address PR comments Signed-off-by: Crola1702 <[email protected]> * Rename test regression history Signed-off-by: Crola1702 <[email protected]> * Generate report script (urgent section) (#62) * Add generate report script for urgent section Signed-off-by: Crola1702 <[email protected]> * Change subsection names Signed-off-by: Crola1702 <[email protected]> --------- Signed-off-by: Crola1702 <[email protected]> --------- Signed-off-by: Crola1702 <[email protected]> --------- Signed-off-by: Crola1702 <[email protected]>
Merged
@Blast545 #64 is what I've been working on for formatting. Ideas about formatting of next sections include:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As discussed in #57 (comment), the new report must contain an urgent section.
The
generate_report.rb
uses the library from #60 to generate a JSON file containing information from all sections of the defined report. As an example:A complete example generated report: buildfarm-report_2024-06-25_12-10.json