Skip to content

CI Tests for Zephyr Integration #12734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

BujSet
Copy link
Contributor

@BujSet BujSet commented Jul 22, 2025

Summary

Adding in CI tests to verify and maintain support for Zephyr projects that build executorch as a module. The main zephyr application source code is hosted externally for now, but the process to host an Executorch as an official module of zephyr is in progress.

This PR runs the simple Add model as unit tests, and verifies that the output is 2 (1D tensor + 1D tensor, values filled with 1s). This is intended to be a simple and fast test to exemplify how to use executorch to build an executor_runner for other models.

Test plan

[PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.

Copy link

pytorch-bot bot commented Jul 22, 2025

🔗 Helpful Links

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

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

⏳ 39 Pending, 8 Unrelated Failures

As of commit 03b8695 with merge base bc0ad82 (image):

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

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

@facebook-github-bot facebook-github-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 Jul 22, 2025
@BujSet BujSet self-assigned this Jul 22, 2025
@BujSet BujSet added module: ci Issues related to continuous integration ciflow/trunk ciflow/binaries/all Release PRs with this label will build wheels for all python versions labels Jul 22, 2025
@BujSet
Copy link
Contributor Author

BujSet commented Jul 22, 2025

@pytorchbot label "release notes: none"

@pytorch-bot pytorch-bot bot added the release notes: none Do not include this in the release notes label Jul 22, 2025
@BujSet BujSet force-pushed the zephyr_ci_add_test branch from 0dbaafe to 03b8695 Compare July 23, 2025 20:36
@BujSet BujSet removed the ciflow/binaries/all Release PRs with this label will build wheels for all python versions label Jul 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: ci Issues related to continuous integration release notes: none Do not include this in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants