Skip to content

124.0.6367.222

… tests

If this is not set, result_adapter instead of result_sink will be used
to upload test results.

The json test results format sets the time unit to be seconds. However,
android test runner saves the time in milliseconds. As a result, the
duration of results are amiplified by 1000x when uploaded by
result_adapter (https://bit.ly/3JtLP2o)

This CL fixes the issue by setting "has_native_resultdb_integration" to
all android builders that have tests so that results are uploaded via
result_sink which does not have this issue.

(cherry picked from commit 46bbe5c68f3238e58fe547a1e8302027ba2d5c6c)

Bug: 335214645
Change-Id: I8d2d03b63f8d295ae61a4fa52fd62a1e741497a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5472433
Commit-Queue: Haiyang Pan <hypan@google.com>
Reviewed-by: Patrick Meiring <meiring@google.com>
Cr-Original-Commit-Position: refs/heads/main@{#1296931}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5519298
Auto-Submit: Haiyang Pan <hypan@google.com>
Commit-Queue: Patrick Meiring <meiring@google.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1177}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Assets 2