canmove, Confirmed users
1,126
edits
m (Bug 1082602) |
|||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
'''All changes''' must meet the [https://developer.mozilla.org/En/Developer_Guide/Committing_Rules_and_Responsibilities general checkin rules]. You must check the tree before pushing, and watch the tree for failures after pushing.You may have to backout based on any new test failures your patch caused or if we identify a new regression which is critical for us to solve and there is risk in taking a forward fix based on where we are in thee current release cycle we may request a backout | '''All changes''' must meet the [https://developer.mozilla.org/En/Developer_Guide/Committing_Rules_and_Responsibilities general checkin rules]. You must check the tree before pushing, and watch the tree for failures after pushing.You may have to backout based on any new test failures your patch caused or if we identify a new regression which is critical for us to solve and there is risk in taking a forward fix based on where we are in thee current release cycle we may request a backout | ||
== Q) Dealing with unexpected failures on | == Q) Dealing with unexpected failures on Treeherder ? == | ||
Check [https://developer.mozilla.org/en-US/docs/Developer_Guide/Committing_Rules_and_Responsibilities#Dealing_with_test_failures this page for more info] | Check [https://developer.mozilla.org/en-US/docs/Developer_Guide/Committing_Rules_and_Responsibilities#Dealing_with_test_failures this page for more info] | ||
Line 43: | Line 43: | ||
* Fixes for top-crashes | * Fixes for top-crashes | ||
* Fixes for regressions | * Fixes for regressions | ||
* Backouts if the investigation leads its a better alternative if forward fixes are risky depending on | * Backouts if the investigation leads its a better alternative if forward fixes are risky depending on how close we are to the end of cycle. | ||
* Any low risk uplifts for bugs that are not tracked but may help improve our product | * Any low risk uplifts for bugs that are not tracked but may help improve our product | ||
* Landing tests that may help a feature with no impact to existing test framework | * Landing tests that may help a feature with no impact to existing test framework |