Uh oh!
There was an error while loading. Please reload this page.
[hot-fix][CI]Disable mypy for ethosu - #9050
Conversation
tqchen
commented
Sep 20, 2021
cc @manupa-arm |
manupak
commented
Sep 20, 2021
Thanks for catching this! Any idea why it did not fail before? cc: @mbaret @ashutosh-arm |
mikepapadim
commented
Sep 20, 2021
@manupa-arm it looks like the changes causing this one are from here #8806 |
manupak
commented
Sep 20, 2021
Thanks @mikepapadim! but I believe it passed CI with those checks. Did anything change on the CI ? |
Missing stub warnings can be fixed with this: mypy --check-untyped-defs python/tvm/relay/backend/contrib/ethosu/ --ignore-missing-imports |
areusch
commented
Sep 20, 2021
this hit #9013, we also need to fix that. |
AndrewZhaoLuo
commented
Sep 20, 2021
Can we set up a big red button that merges something without CI passing? |
mikepapadim
commented
Sep 21, 2021
This bug hits also stagging Jenkins. |
mikepapadim
commented
Sep 21, 2021
junrushao
commented
Sep 21, 2021
i dont think committers have permission to merge a pr without CI green. maybe it's a merge conflict? |
areusch
commented
Sep 22, 2021
i think we don't need this anymore. closing, feel free to reopen if we do need it. |
Fix for failing CI on ethosu mypy sanity checks
@tqchen@mehrdadh