You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something that came to mind when staring failures like this:
It might be a good idea to separate all code size tests to its own suite test_codesize.py and run in codesize.test_xxx namespace.
Then for CircleCI maybe the code size tests could be run in a task of its own. That way one would be able to see at a glance if it is a code size rebaselining problem that caused the code size regression?