package_core: add size delta calculation in CI#397
Draft
pillo79 wants to merge 1 commit intoarduino:mainfrom
Draft
package_core: add size delta calculation in CI#397pillo79 wants to merge 1 commit intoarduino:mainfrom
pillo79 wants to merge 1 commit intoarduino:mainfrom
Conversation
Use the new ci_calc_size_reports.py script to calculate size deltas for PRs, using the report archived at the time base commit of the PR was created as reference. The resulting delta information is added to the JSON report files, and a summary table is printed in the logs. The delta information is also used by the report-size-deltas workflow to post a comment in the PR with the size delta details. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
b666e14 to
fdb8d5c
Compare
This file contains hidden or 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
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.
Use the new
ci_calc_size_reports.pyscript to calculate size deltas for PRs, using as reference the report archived at the time the base commit of the PR was created.The resulting delta information is added to the JSON report files, and a summary table is printed in the logs.
The standard Arduino
report-size-deltasaction then runs to post a message with a nice table of the changes.