15
edits
(Replaced "we need bugs to document these those" with "we need bugs to document these") |
|||
| Line 78: | Line 78: | ||
* [[/Tree_FAQ#What_is_a_backout|backout]] (usually within 1 week causing a similar regression/improvement) | * [[/Tree_FAQ#What_is_a_backout|backout]] (usually within 1 week causing a similar regression/improvement) | ||
* [[/Tree_FAQ#What_is_PGO|pgo/nonpgo]] (some errors are pgo only and might be a side effect of pgo). We only ship PGO, so these are the most important. | * [[/Tree_FAQ#What_is_PGO|pgo/nonpgo]] (some errors are pgo only and might be a side effect of pgo). We only ship PGO, so these are the most important. | ||
* test/infrastructure change - once in a while we change big things about our tests or infrastructure and it affects our tests (we need bugs to document these | * test/infrastructure change - once in a while we change big things about our tests or infrastructure and it affects our tests (we need bugs to document these) | ||
* [[/Tree_FAQ#What_is_a_merge|Merged]] - sometimes the root cause looks to be a merge, this is a normall a side effect of [[/Tree_FAQ#What_is_coalescing|Coalescing]]. | * [[/Tree_FAQ#What_is_a_merge|Merged]] - sometimes the root cause looks to be a merge, this is a normall a side effect of [[/Tree_FAQ#What_is_coalescing|Coalescing]]. | ||
* [[/Tree_FAQ#What_is_coalescing|Coalesed]] - this is when we don't run every job on every platform on every push and sometimes we have a set of changes | * [[/Tree_FAQ#What_is_coalescing|Coalesed]] - this is when we don't run every job on every platform on every push and sometimes we have a set of changes | ||
edits