aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/sheriffing
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-04-13 07:28:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-13 07:28:59 -0700
commite80a122d95a6f04fd778aa80e194c7e6aad12c80 (patch)
tree9facbc28f00fcca2bc9eb51289b41c8224d5aa10 /site/dev/sheriffing
parent53b5f4488b05c40254b24c718c2df9724a13c54a (diff)
Update rebaselining process to be less Florin intensive
Diffstat (limited to 'site/dev/sheriffing')
-rw-r--r--site/dev/sheriffing/index.md26
1 files changed, 22 insertions, 4 deletions
diff --git a/site/dev/sheriffing/index.md b/site/dev/sheriffing/index.md
index f7630a02dc..0fa1687ed0 100644
--- a/site/dev/sheriffing/index.md
+++ b/site/dev/sheriffing/index.md
@@ -130,14 +130,32 @@ If a Skia CL changes layout tests, but the new images look good, the tests need
* Layout tests effected
* You should copy the list of affected from stdio of the failing bot
* Status: Assigned
- * Owner: fmalita@
+ * Owner: yourself
* cc: reed@, bsalomon@, robertphillips@ & developer responsible for changes
* Labels: OS-All & Cr-Blink-LayoutTests
* If it is filter related, cc senorblanco@
-* Edit [skia/skia_test_expectations.txt](https://chromium.googlesource.com/chromium/src/+/master/skia/skia_test_expectations.txt)
+* (Dispreferred but faster) Edit [skia/skia_test_expectations.txt](https://chromium.googlesource.com/chromium/src/+/master/skia/skia_test_expectations.txt)
* Add # comment about what has changed (I usually paraphrase the crbug text)
- * Add line(s) like after the comment:
+ * Add line(s) like the following after the comment:
* crbug.com/<bug#youjustcreated> foo/bar/test-name.html [ ImageOnlyFailure ]
+ * Note: this change is usually done in the DEPS roll patch itself
+
+* (Preferred but slower) Make a separate Blink patch by editing LayoutTests/TestExpectations
+ * Add # comment about what has changed (I usually paraphrase the crbug text)
+ * Add line(s) like the following after the comment:
+ * crbug.com/<bug#youjustcreated> foo/bar/test-name.html [ NeedsManualRebaseline ]
+ * Commit the patch you created and wait until it lands and rolls into Chrome
+
+* Retry the DEPS roll (for the 1st/dispreferred option this usually means just retrying the layout bots)
+* Make a Blink patch by editing LayoutTests/TestExpectations
+ * Add # comment about what has changed
+ * Add line(s) like the following after the comment:
+ * crbug.com/<bug#youjustcreated> foo/bar/test-name.html [ NeedsRebaseline ]
+ * (if you took the second option above you can just edit the existing line(s))
+
+* If you took the first/dispreferred option above:
+ * Wait for the Blink patch to roll into Chrome
+ * Create a Chrome patch that removes your suppressions from skia/skia_test_expectations.txt
+
-* Commit the changes and fire off new try bots (you usually only need to fire off the layout bots)