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

Side by Side Diff: scripts/slave/recipes/android/tester.expected/android_dbg_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_dbg_tests_recipe", 10 "android_dbg_tests_recipe",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "--target", 177 "--target",
178 "Debug", 178 "Debug",
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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 371 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
370 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 372 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
371 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 373 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
372 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 374 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
373 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 375 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
374 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 376 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
375 "@@@STEP_LOG_END@python.inline@@@" 377 "@@@STEP_LOG_END@python.inline@@@"
376 ] 378 ]
377 } 379 }
378 ] 380 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698