Skip to content

Commit

Permalink
Re-enable bloat reporting for QPG builds (#22221)
Browse files Browse the repository at this point in the history
  • Loading branch information
tima-q authored and pull[bot] committed Sep 29, 2023
1 parent 4bd796c commit 2173954
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/examples-qpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ jobs:
run: |
config/qpg/chip-gn/build.sh
- name: Prepare some bloat report from the previous builds
run: |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
qpg qpg6105+debug lighting-app \
out/qpg-light/chip-qpg6105-lighting-example.out \
/tmp/bloat_reports/
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
qpg qpg6105+debug lock-app \
out/qpg-lock/chip-qpg6105-lock-example.out \
/tmp/bloat_reports/
- name: Uploading Size Reports
uses: actions/upload-artifact@v2
if: ${{ !env.ACT }}
Expand Down

0 comments on commit 2173954

Please sign in to comment.