Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(813)

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json

Issue 1137653004: Add gfx_unittests to Android test (dbg, rel) bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json
index 50765a918f17dc1d5da212613f5eec5c60ff4d27..68e34ac303effa10fcbb1fd4639d86d8574dd908 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json
@@ -604,6 +604,24 @@
"[SLAVE_BUILD]/src/build/android/test_runner.py",
"gtest",
"-s",
+ "gfx_unittests",
+ "--verbose",
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
+ ],
+ "env": {
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
+ },
+ "name": "gfx_unittests"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "gtest",
+ "-s",
"gl_tests",
"--verbose",
"--flakiness-dashboard-server=http://test-results.appspot.com",

Powered by Google App Engine
This is Rietveld 408576698