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

Side by Side Diff: scripts/slave/recipes/android/appurify.expected/Android_Tests__amp__dbg__basic.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Tests (amp)(dbg)", 10 "Android Tests (amp)(dbg)",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "[SLAVE_BUILD]/src/build/tree_truth.sh", 107 "[SLAVE_BUILD]/src/build/tree_truth.sh",
108 "[SLAVE_BUILD]/src", 108 "[SLAVE_BUILD]/src",
109 "src" 109 "src"
110 ], 110 ],
111 "name": "tree truth steps" 111 "name": "tree truth steps"
112 }, 112 },
113 { 113 {
114 "cmd": [ 114 "cmd": [
115 "python", 115 "python",
116 "-u", 116 "-u",
117 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 117 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
118 "--", 118 "--",
119 "[DEPOT_TOOLS]/gsutil.py", 119 "[DEPOT_TOOLS]/gsutil.py",
120 "--force-version", 120 "--force-version",
121 "4.7", 121 "4.7",
122 "--", 122 "--",
123 "cp", 123 "cp",
124 "gs://chromium-android/android_fyi_dbg/full-build-linux_4f4b02f6b7fa20a3a2 5682c457bbc8ad589c8a00.zip", 124 "gs://chromium-android/android_fyi_dbg/full-build-linux_4f4b02f6b7fa20a3a2 5682c457bbc8ad589c8a00.zip",
125 "[SLAVE_BUILD]/src/out/build_product.zip" 125 "[SLAVE_BUILD]/src/out/build_product.zip"
126 ], 126 ],
127 "name": "gsutil download_build_product" 127 "name": "gsutil download_build_product"
(...skipping 1946 matching lines...) Expand 10 before | Expand all | Expand 10 after
2074 "--results-path", 2074 "--results-path",
2075 "[TMP_BASE]/amp_results_tmp_2/ui_touch_selection_unittests/results.zip", 2075 "[TMP_BASE]/amp_results_tmp_2/ui_touch_selection_unittests/results.zip",
2076 "--verbose" 2076 "--verbose"
2077 ], 2077 ],
2078 "name": "[collect] ui_touch_selection_unittests", 2078 "name": "[collect] ui_touch_selection_unittests",
2079 "~followup_annotations": [ 2079 "~followup_annotations": [
2080 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2080 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2081 ] 2081 ]
2082 } 2082 }
2083 ] 2083 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698