Commit 946dc8c2 authored by mikecase's avatar mikecase Committed by Commit bot

Revert of Enable viewing render tests results on buildbot on Android FYI bot....

Revert of Enable viewing render tests results on buildbot on Android FYI bot. (patchset #1 id:1 of https://codereview.chromium.org/2625673003/ )

Reason for revert:
Reverting since the FYI bot seems to be having trouble running chrome_public_test_apk (seems like device or adb issue). Enabled this on another bot (M tester on chromium.android).

Original issue's description:
> Enable viewing render tests results on buildbot on Android FYI bot.
>
> Adding example test with render tests to FYI bot. If everything
> works as intended, will enable this on all bots. Will also switch
> implementation from needing to be configured by manually setting
> render_results_dir to detecting the render_results_dir automatically.

TBR=dpranke@chromium.org,mikecase@google.com
# Not skipping CQ checks because original CL landed more than 1 days ago.

Review-Url: https://codereview.chromium.org/2629523005
Cr-Commit-Position: refs/heads/master@{#443372}
parent d1d309e7
......@@ -769,17 +769,6 @@
"can_use_on_swarming_builders": false
},
"test": "blink_platform_unittests"
},
{
"override_compile_targets": [
"chrome_public_test_apk"
],
"override_isolate_target": "chrome_public_test_apk",
"render_results_dir": "chrome/test/data/android/render_tests",
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "chrome_public_test_apk"
}
],
"scripts": [
......
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