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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json

Issue 2252553002: Add cs-base-url, store_tombstones, master_name for android inst tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: added --store-tombstones argument Created 4 years, 4 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_android/example.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json
index 05f2bf17c2409f1ae16887ef5dc02e1a8f079f2c..f96172b972d63ed054cf800fb726e149079c835c 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json
@@ -764,6 +764,7 @@
"--screenshot",
"--json-results-file",
"[TMP_BASE]/temp_details_tmp_1/json_results_file",
+ "--store-tombstones",
"--test-apk",
"[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
"--apk-under-test",
@@ -794,7 +795,11 @@
"--json-file",
"[TMP_BASE]/temp_details_tmp_1/json_results_file",
"--html-file",
- "[TMP_BASE]/temp_details_tmp_1/details.html"
+ "[TMP_BASE]/temp_details_tmp_1/details.html",
+ "--master-name",
+ "chromium.testing.master",
+ "--cs-base-url",
+ "cs_base_url"
],
"name": "process results for SmallTest.Generate Result Details",
"~followup_annotations": [
« no previous file with comments | « scripts/slave/recipe_modules/chromium_android/example.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698