-
Notifications
You must be signed in to change notification settings - Fork 2k
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
tests/pkg_micro-ecc: blacklist wsn430 boards #9034
tests/pkg_micro-ecc: blacklist wsn430 boards #9034
Conversation
@cladmi Do you want to merge this one now or wait for the package upstream? |
My comment upstream was 1 year ago :) so no need to wait. For this one, either merge it with only wsn430 or add the other 16bit/8bit boards. Tell me what you prefer. |
I propose rebasing this on #9081 and change to |
Yep would be better. |
a786ae5
to
f886561
Compare
I updated to include all @jia200x this is a test that failed during release 2018.04, I think it could be merged for the current release. |
Sure, let's |
@cladmi could you squash? |
(we can update to #9081 in a follow up) |
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.
ACK
squash and green => GO |
Test breaks on wsn430 boards with the node rebooting. This must come becauso `micro-ecc` does not have 16b support. I also blacklisted the other 16bits boards. * kmackay/micro-ecc#96
f886561
to
69225e6
Compare
Squashed, waiting for murdock now. |
Murdock reports success but GH didn't catch the status. I will retrigger |
The webhooks for that might not be up-and-running yet. |
Mhh no, the build is marked as failed in the overview as well... |
Ok... I guess this is a bug in Murdock.... @kaspar030 @smlng @aabadie? |
looks like there are still timing issues with GitHub for the web hook that informs about label changes. |
Hm, I have another hunch: We've renamed "Waiting for other PR" to "State: waiting for other PR", without first removing the old label from PR's if set. Current Murdock is still configured to use the old Labels, and they have never been unset for this PR. Restarting Murdock would solve the issue. @smlng could you fix the "fail_labels" in murdock.toml and trigger the restart? |
The |
Oh I misread. So if I understand murdock is only updated of labels changes (so diff) by github and never queries the current value ? |
btw Murdock is green ;) |
Still feels like a bug to me, since the old labels were not used either. |
Contribution description
Test breaks on wsn430 boards with the node rebooting.
I suspect because
micro-ecc
does not have 16b support.If that is the reason other 16bit boards may also be added there.
Issues/PRs references
Release testing.