-
Notifications
You must be signed in to change notification settings - Fork 814
Arm backend Split up ZephyrOS tests per target and add SDK to docker #16868
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
Merged
zingo
merged 5 commits into
pytorch:main
from
zingo:Arm-backend-Split-ZephyrOS-tests-per-target-and-add-SDK-to-docker
Jan 27, 2026
Merged
Arm backend Split up ZephyrOS tests per target and add SDK to docker #16868
zingo
merged 5 commits into
pytorch:main
from
zingo:Arm-backend-Split-ZephyrOS-tests-per-target-and-add-SDK-to-docker
Jan 27, 2026
+151
−73
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I4fd4fb9c2c3aeb7e620a1c17dd4ebfb1bf184231 Signed-off-by: Zingo Andersen <Zingo.Andersen@arm.com>
Also backup test folder so you don't destroy existing work or test data. This allows the script to be run localy more easy for testing. Signed-off-by: Zingo Andersen <Zingo.Andersen@arm.com> Change-Id: Ib8fe19262891764fee8595ddd4982116585e4e5e
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16868
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit c5238d3 with merge base 4ef9b51 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Split ZephyrOS tests per target so tests can run separate if wanted and add support to run multipe tests after setup if you want to run them all localy. This removed the allowpattern as it would not stop bad code anyway but gives the false impression that it does, removing the check also make the code more easy to understant. This also introduces invisible tags in the README.md in the form of <!-- RUN TAGNAME --> To make the parsing a bit more machine friendly and to make it easier to change the readable text without strange test side effects. Signed-off-by: Zingo Andersen <Zingo.Andersen@arm.com> Change-Id: I69285db4c7d99febd53becaedc5afa83321731fc
905f85b to
dcf6e76
Compare
…and-add-SDK-to-docker
Collaborator
Author
|
Cortex-M fails: test_implementation_activation (12 fails) and test_implementation_linners (1 fail) are also failing on main. |
mansnils
approved these changes
Jan 27, 2026
Collaborator
Author
…and-add-SDK-to-docker
rascani
approved these changes
Jan 27, 2026
Contributor
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: arm
Issues related to arm backend
release notes: none
Do not include this in the release notes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Split ZephyrOS tests per target so tests can run separate if wanted
and add support to run multipe tests after setup if you want to run
them all localy.
This removed the allowpattern as it would not stop bad code anyway
but gives the false impression that it does, removing the check also
make the code more easy to understant.
This also introduces invisible tags in the README.md in the form of
To make the parsing a bit more machine friendly and to make it easier
to change the readable text without strange test side effects.
This also only set git user in CI scripts if not already set and backup test folder so you don't destroy existing work or test data. This allows the script to be run locally more easy for testing.
Test plan
Test is part of this PR