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

Side by Side Diff: scripts/slave/recipes/android/tester.expected/android_rel_tests_recipe.json

Issue 586803002: Fix compile optimization in analyze.py in Android trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 6 years, 3 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
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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "android_rel_tests_recipe", 10 "android_rel_tests_recipe",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "--target", 177 "--target",
178 "Release", 178 "Release",
179 "--src-dir", 179 "--src-dir",
180 "[SLAVE_BUILD]/src", 180 "[SLAVE_BUILD]/src",
181 "--build-tool", 181 "--build-tool",
182 "ninja", 182 "ninja",
183 "--compiler", 183 "--compiler",
184 "goma", 184 "goma",
185 "--goma-dir", 185 "--goma-dir",
186 "[BUILD]/goma", 186 "[BUILD]/goma",
187 "--" 187 "--",
188 "breakpad_unittests",
189 "chrome_shell_test_apk"
188 ], 190 ],
189 "env": { 191 "env": {
190 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 192 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
191 }, 193 },
192 "name": "compile" 194 "name": "compile"
193 }, 195 },
194 { 196 {
195 "cmd": [ 197 "cmd": [
196 "python", 198 "python",
197 "-u", 199 "-u",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 357 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
356 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 358 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
357 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 359 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
358 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 360 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
359 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 361 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
360 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 362 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
361 "@@@STEP_LOG_END@python.inline@@@" 363 "@@@STEP_LOG_END@python.inline@@@"
362 ] 364 ]
363 } 365 }
364 ] 366 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/android/tester.expected/android_dbg_tests_recipe__content_browsertests_failure.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698