Commit c5e2eaf1 authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Commit Bot

Update docs/testing/web_test_expectations.md

- Remove an extra heading under "Rebaselining using try jobs" >
  "Options".
- Add doc for '--patchset=n'.
- Add link to local manual rebaselining.

TBR=robertma@chromium.org

Change-Id: I54d1daf6754707009c08cbc53791a70262bca206
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005408
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732573}
parent d330c6eb
...@@ -116,8 +116,6 @@ is no period of time when the web test results are ignored. ...@@ -116,8 +116,6 @@ is no period of time when the web test results are ignored.
#### Options #### Options
### Rebaselining with try jobs
The tests which `blink_tool.py rebaseline-cl` tries to download new baselines for The tests which `blink_tool.py rebaseline-cl` tries to download new baselines for
depends on its arguments. depends on its arguments.
...@@ -130,6 +128,18 @@ depends on its arguments. ...@@ -130,6 +128,18 @@ depends on its arguments.
* If some of the try jobs failed to run, and you wish to continue rebaselining * If some of the try jobs failed to run, and you wish to continue rebaselining
assuming that there are no platform-specific results for those platforms, assuming that there are no platform-specific results for those platforms,
you can add the flag `--fill-missing`. you can add the flag `--fill-missing`.
* By default, it finds the try jobs by looking at the latest patchset. If you
have finished try jobs that are associated with an earlier patchset and you
want to use them instead of scheduling new try jobs, you can add the flag
`--patchset=n` to specify the patchset. This is very useful when the CL has
'trivial' patchsets that are created e.g. by editing the CL descrpition.
### Local manual rebaselining
This is often useful for rebaselining flag-specific results, or rebaselining
just for the local platform.
See [Rebaselining Web Tests](./web_tests.md#Rebaselining-Web-Tests) for more
details.
## Kinds of expectations files ## Kinds of expectations files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment