Commit 82c11569 authored by behdad's avatar behdad Committed by Commit Bot

Added extra categories to rerun traces

Categories of Blink, GPU and V8 are added as extra categories to
representative perf tests, when it reruns a failure.
This is going to help with investigating the flakes happening on these
tests.

Bug: chromium:1055893
Change-Id: Ia1b3b269a35a6c60b51d1de850ca9e56ef852bd5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071905
Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744685}
parent e4e06e29
......@@ -276,8 +276,10 @@ def main():
# positive.
print('============ Re_run the failed tests ============')
all_failed_stories = '('+'|'.join(result_recorder.failed_stories)+')'
re_run_args.extend(
['--story-filter', all_failed_stories, '--pageset-repeat=3'])
# TODO(behdadb): Remove the extra chrome categories after investigation
# of flakes in representative perf tests (crbug.com/1055893).
re_run_args.extend(['--story-filter', all_failed_stories,
'--pageset-repeat=3', '--extra-chrome-categories=blink,gpu,v8,viz'])
re_run_isolated_script_test_dir = os.path.join(out_dir_path,
're_run_failures')
......
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