-
Notifications
You must be signed in to change notification settings - Fork 3k
Change explicit pinmap
to static pinmap
#11820
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
Change explicit pinmap
to static pinmap
#11820
Conversation
@mprse, thank you for your changes. |
Early CI started |
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.
LGTM
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
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.
Feels a bit like a misnomer at the HAL level - what the HAL sees is merely an explicit pinmap, and whether it's actually static or not doesn't really matter to it. (It could have been the result of a dynamic lookup).
But from the application/system point of view, it makes sense. So this is fine.
Ci restarted (I don't see much in the logs, more likely as CI error) |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
@mprse Can you check the logs? I dont see there much from the failures, is this CI/branch error somewhere? |
It looks like these failures are not related. I can rebase the feature branch. |
CI restarted |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
These failures are caused because the location of examples has changed. Rebase is needed, but it requires a lot of merging. So now I'm testing if it still works after rebase. |
28dea6d
to
4a689ff
Compare
c31b0cc
to
32c2a07
Compare
CI restarted I can see unittest failed now. Please review |
Test run: FAILEDSummary: 2 of 4 test jobs failed Failed test jobs:
|
Added |
Ci restarted |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
@jamesbeyond @0xc0170 Do you have any ideas on how to fix this? |
There was an update to examples (=script - how we test). Also was propagated to CI. I wonder if this branch is older, and might have an issue there? A rebase should answer this one |
I have rebased it 3 days ago. |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
Previous failure (example on @0xc0170 @jamesbeyond Since the failures are different in each run I think that we have some CI problem rather than some issue on this branch. 😢 |
Is this related with GCC9 updates? I'll try to ping CI team and investigation the problem |
I don't know. But results are different in each run. |
@ARMmbed/mbed-os-test Please help ^^ |
@ARMmbed/mbed-os-test Any updates? Can we move forward with this one? |
@mprse Please talk to @VeliMattiLahtela |
Test run: FAILEDSummary: 1 of 12 test jobs failed Failed test jobs:
|
I see that we have progress. But still, I see some I think unrelated green-tea test failures:
|
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Tests have passed, but still some
|
I'll fix pr merge now and this can go in |
Description
Change naming: explicit pinmap to static pinmap.
Pull request type
Reviewers
@jamesbeyond @0xc0170