Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Size reports: Don't comment on outdated builds (#10565)
#### Problem `gh_report.py` may send comments on builds that are already outdated, and may do so out of chronological order, which clutters PRs and may eclipse the actually relevant report. #### Change overview Before commenting, check that the report is for the latest commit. #### Testing Offline run identified and correctly handled such a case. scripts/tools/memory/gh_report.py --db=/tmp/test.db --log-level=debug \ --pr --github-repo project-chip/connectedhomeip \ --github-limit-artifacts=500 --github-limit-artifact-pages=100 \ --github-keep --github-comment --github-dryrun-comment
- Loading branch information