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

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 a sample in example.py 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
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..e47e0b58777c7d620c4e13444f99834d4267cbf7 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
@@ -794,7 +794,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",
+ "master_name",
+ "--cs-base-url",
+ "cs_base_url"
],
"name": "process results for SmallTest.Generate Result Details",
"~followup_annotations": [

Powered by Google App Engine
This is Rietveld 408576698