-
Notifications
You must be signed in to change notification settings - Fork 3k
TESTS: removed mbed OS 6 unsupported target in examples test #13279
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
Conversation
@jamesbeyond, thank you for your changes. |
@@ -339,7 +339,7 @@ | |||
"sub-repo-example": false, | |||
"subs": [], | |||
"features" : [], | |||
"targets" : ["ARM_MUSCA_A1", "ARM_MUSCA_B1", "K64F", "CY8CKIT_064S2_4343W"], | |||
"targets" : ["ARM_MUSCA_B1", "K64F"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you replace with CY8CKIT_064B0S2_4343W
please? We should run with a PSoC 64 target. This target will be available after #13243 is merged.
tools/test/examples/examples.json
Outdated
"NUCLEO_F429ZI", | ||
"LPC55S69_NS" | ||
], | ||
"targets" : [ "K66F", "NUCLEO_F429ZI" ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add ARM_MUSCA_B1
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
22a4141
to
a27346f
Compare
a27346f
to
c4c120b
Compare
CI started |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing, the alignment should be fixed separately, following targets.json when we have one line per an item to avoid conflicts and keep it consistent
Summary of changes
Removed mbed OS 6 unsupported target in examples test
Impact of changes
Migration actions required
Documentation
Not Required
Pull request type
Test results
Reviewers
@Patater