Chromium Code Reviews
DescriptionRefactor utils/compiler/buildbot.py (partly to fix IE bots, partly because it needs it)
This change will:
Disallow bots starting with web-
Support the new naming schema for the ie bots (I explicitly set this
to html|all, but we can change it to a generic identifier if you like)
Introduces a new BuildInfo class that we return from GetBuildInfo
instead of a huge tupple; I want to start passing this around instead
of explicitly giving all the arguments to e.g., TestCompiler, but
currently I don't do it due to our special cases.
Removes the ie sharding todos since we now have an explicit way of passing allong which tests we want based on the name (I am not stating that this is a good solution, but until we have more bots to shard across I think this is better than what we had)
Committed: https://code.google.com/p/dart/source/detail?r=12535
Patch Set 1 #
Total comments: 2
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||