You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI][binary-size] Wire bloaty measurement into linux size jobs (pytorch#19990)
### Summary
Extracts the bloaty-measure shell fragment into
.ci/scripts/bloaty-measure.sh and calls it from all three size jobs
(arm-bare-metal/zephyr matrix + linux-gcc + linux-clang). Each job now
uploads a bloaty-<job> artifact with metadata.json + full.txt +
head_only.txt and emits a per-bucket markdown table to its GitHub
Actions step summary.
No gate change. The existing `ls -la` threshold checks are untouched and
will be replaced by per-bucket gating in a later PR in this stack.
### Test plan
Validate remaining size jobs now have step summaries and bloaty
artifacts.
Authored with Claude.
0 commit comments