Skip to content

bump size test#17985

Merged
lucylq merged 1 commit intomainfrom
lfq.cortex-m-size
Mar 7, 2026
Merged

bump size test#17985
lucylq merged 1 commit intomainfrom
lfq.cortex-m-size

Conversation

@lucylq
Copy link
Copy Markdown
Contributor

@lucylq lucylq commented Mar 7, 2026

Summary

failing on trunk after #17326

Test plan

ci

Copilot AI review requested due to automatic review settings March 7, 2026 00:04
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented Mar 7, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17985

Note: Links to docs will display an error until the docs builds have been completed.

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 7, 2026

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@lucylq lucylq merged commit 1b46fb0 into main Mar 7, 2026
185 of 191 checks passed
@lucylq lucylq deleted the lfq.cortex-m-size branch March 7, 2026 00:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the ARM Cortex-M bare-metal size-test guardrail in CI to accommodate a recent binary size increase that started failing on trunk after #17326.

Changes:

  • Bumps the bare_metal size-test threshold in test-arm-cortex-m-size-test from 110642 to 111000.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

if [[ ${{ matrix.os}} == "bare_metal" ]]; then
toolchain_prefix=arm-none-eabi-
threshold="110642" # 108 KiB
threshold="111000" # 111 KiB
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The numeric threshold value (111000) doesn’t correspond to the inline comment “111 KiB” (111 KiB would be 113664 bytes). Either adjust the comment to the correct unit/value (e.g., bytes or kB) or set the threshold to 111*1024 to match the comment, to avoid confusion when maintaining the size gate.

Suggested change
threshold="111000" # 111 KiB
threshold="111000" # 111000 bytes (~108 KiB)

Copilot uses AI. Check for mistakes.
jpiat pushed a commit to jpiat/executorch that referenced this pull request Mar 17, 2026
### Summary
failing on trunk after pytorch#17326

### Test plan
ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants