-
Notifications
You must be signed in to change notification settings - Fork 3k
Add lorawan and nvstore examples for testing. #6341
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
/morph build |
Build : SUCCESSBuild number : 1425 Triggering tests/morph test |
Test : SUCCESSBuild number : 1207 |
Exporter Build : FAILUREBuild number : 1071 |
Export build bug in which instrinsics are multiplicly defined. /morph export-build PS: @studavekar
|
Exporter Build : ABORTEDBuild number : 1073 |
The report states aborted, but there was a failure for two targets cc @AnttiKauppila - please review |
I reproduced the problem locally . I used mbed compile, it is all OK. only fails for exported project (IAR tested so far). |
Restarting the export build to get a clean view of the issues. (It's idle anyways) Issues should still only be around DISCO_L072CZ_LRWAN1 and MTB_MURATA_ABZ targets. |
From what I can see, these examples were not designed to be exported. Exporters use the debug profile by default, and the Mbed OS CI does not change this default. Therefore, I'm turning off export testing on these examples. |
/morph build |
Build : ABORTEDBuild number : 1427 |
/morph build |
Build : ABORTEDBuild number : 1428 |
Build : ABORTEDBuild number : 1429 |
Exporter Build : ABORTEDBuild number : 1074 |
Builds paused until IAR CI issues are solved. |
/morph build |
Build : SUCCESSBuild number : 1432 Triggering tests/morph test |
Test : SUCCESSBuild number : 1208 |
Exporter Build : ABORTEDBuild number : 1075 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 1076 |
Description
Note: an exact clone of this PR: #6304
Looking to get this into CI and generate 5.8.0-rc2 before the night's end.
Add mbed-os-example-lorawan and mbed-os-example-nvstore to the examples list to be test compiled in the ci.
Pull request type