-
Notifications
You must be signed in to change notification settings - Fork 3k
TEST: use K64F replace DISCO_L475VG_IOT01A to run some example test #12230
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. |
This just fixing the load of CI - not actual failures? |
Making sure this should be in 6.0.0 alpha1 or not. |
|
Talking to @jamesbeyond this is a CI only fix so marking for alpha 2 |
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.
Please add to the commit msg why are we changing these targets, the intention is missing.
As I understood from the answers here, the load on some targets its high and this should balance it better?
- some examples not able run on L475 or F249 target due to missing storage/connectivity capability - use K64F to run those example test
comment messages have been updated. @0xc0170 |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Summary of changes
DISCO_L475VG_IOT01A
being slightly overloaded on building/running examples. because it been used heavily on BLE tests.Also due to
DISCO_L475VG_IOT01A
not having default connectivity devices.and
NUCLEO_F429ZI
not having default storage devices, some CI tests are failing, soin someplace try to replace those 2 targets with
K64F
for building and running the examplesImpact of changes
Migration actions required
Documentation
No documents changes required
Pull request type
Test results
Reviewers