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

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

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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_amp_rel_tests_recipe", 10 "android_amp_rel_tests_recipe",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "--target", 205 "--target",
206 "Release", 206 "Release",
207 "--src-dir", 207 "--src-dir",
208 "[SLAVE_BUILD]/src", 208 "[SLAVE_BUILD]/src",
209 "--build-tool", 209 "--build-tool",
210 "ninja", 210 "ninja",
211 "--compiler", 211 "--compiler",
212 "goma", 212 "goma",
213 "--goma-dir", 213 "--goma-dir",
214 "[BUILD]/goma", 214 "[BUILD]/goma",
215 "--ninja-ensure-up-to-date",
215 "--", 216 "--",
216 "chrome_public_test_apk", 217 "chrome_public_test_apk",
217 "base_unittests_apk", 218 "base_unittests_apk",
218 "junit_unit_tests" 219 "junit_unit_tests"
219 ], 220 ],
220 "cwd": "[SLAVE_BUILD]", 221 "cwd": "[SLAVE_BUILD]",
221 "env": { 222 "env": {
222 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 223 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
223 }, 224 },
224 "name": "compile" 225 "name": "compile"
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 419 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
419 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 420 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
420 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 421 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
421 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 422 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
422 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 423 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
423 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 424 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
424 "@@@STEP_LOG_END@python.inline@@@" 425 "@@@STEP_LOG_END@python.inline@@@"
425 ] 426 ]
426 } 427 }
427 ] 428 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698