-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove redundant ISR test. #5326
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
Remove redundant ISR test. #5326
Conversation
I restarted jenkins CI (not relevant failure there). @mprse Once approved this will be tested. Is the destination branch up to date (expected to have CI green!) ? |
Honestly I don't know how to check if this branch (ARMmbed:feature-hal-spec-ticker) is up to date and what does it mean. I have created a few PRs to this branch which are related to new ticker implementation and testing. Could you please provide more information what you expect me to do? |
I'm pretty sure it's out of date. jenkins/pr-head is failing on a build that requires mbed OS 5.6.1 or newer. Specifically it's failing with IAR on this line: with error message: |
@tommikas The destination branch was fast forwarded yesterday. It should be up to date and green. I restarted the job. Does jenkins CI merge with master (I cant locate the command in the logs). |
/morph build |
It does. The pr head is passed as a
It's done the same way both in the main os-cliapp build as well as the failing sub-build. Just verified that too. I also noticed that it's actually not just IAR that is failing. gcc and armcc failed too. I'm seeing this warning in the logs as well: https://github.com/ARMmbed/sd-driver/blob/master/SDBlockDevice.cpp#L156 It's possible that Jenkins missed the notification from the latest push. Lets see what the current build says. |
Build : SUCCESSBuild number : 242 Skipping test trigger, missing label 'NEED CI' |
/morph build |
Build : SUCCESSBuild number : 281 Triggering tests/morph test |
Test : SUCCESSBuild number : 127 |
Build : FAILUREBuild number : 297 |
Shouldn't this wait until #5233 is merged? |
Ideally, but it doesn't really matter that much. Let's not revert it. |
This was pulled into the |
I'll create a new patch now |
Arggh completely missed the fact this went to a feature branch! It could have just been removed from the release-candidate though.... |
Description
As a result of discussion with @bulislaw we agreed that ISR test is redundant and can be removed since ticker test provides scenario (#5233) which proves that interrupts are correctly handled:
Status
READY
Migrations
NO
Related PRs
ARMmbed:feature-hal-spec-ticker | #5233