New issue
Advanced search Search tips

Issue 832858 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Apr 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug



Sign in to add a comment

'analyze' decided that mb_config.pyl change that switched compilers for a bit didn't warrant a recompile

Project Member Reported by thakis@chromium.org, Apr 13 2018

Issue description

Status: WontFix (was: Untriaged)
Actually, the behavior is "correct", in the sense that it's working as configured and expected. 

GN doesn't know about mb_config.pyl or that the GN args for the build have changed, so it thinks nothing changed. To deal with that, we list //tools/mb/* in //testing/buildbot/trybot_analyze_config.json , and *after* we run analyze, we check against the whitelist in that file, and if we get a match, we ignore the results of analyze and run everything.

However, in this case the bot isn't actually configured to do anything (no compile or test targets), and so it (correctly) didn't do anything :).

Sign in to add a comment