From a294353ccb36b5d003a9c1de768020ba756b7f84 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Sat, 27 May 2023 15:07:46 +0200 Subject: [PATCH] Use type raw for video_codec_perf_tests. This should disable gtest-parallel which overrides the same file from multiple shards, causing the perf results to be partially uploaded. Bug: b/284119043, chromium:1448971 Change-Id: Ie894306b394ccbd068a94b5e7719109d7bbed539 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/306800 Commit-Queue: Jeremy Leconte Reviewed-by: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#40164} --- infra/specs/gn_isolate_map.pyl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/specs/gn_isolate_map.pyl b/infra/specs/gn_isolate_map.pyl index 9133b822f6..caca6a360c 100644 --- a/infra/specs/gn_isolate_map.pyl +++ b/infra/specs/gn_isolate_map.pyl @@ -149,7 +149,7 @@ }, "video_codec_perf_tests": { "label": "//modules/video_coding:video_codec_perf_tests", - "type": "console_test_launcher", + "type": "raw", }, "video_engine_tests": { "label": "//:video_engine_tests",