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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_asan_rel.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.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_asan_rel", 10 "v8_linux64_asan_rel",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "--src-dir", 104 "--src-dir",
105 "[SLAVE_BUILD]/v8", 105 "[SLAVE_BUILD]/v8",
106 "--build-tool", 106 "--build-tool",
107 "ninja", 107 "ninja",
108 "--compiler", 108 "--compiler",
109 "goma-clang", 109 "goma-clang",
110 "--goma-dir", 110 "--goma-dir",
111 "[BUILD]/goma", 111 "[BUILD]/goma",
112 "--goma-fail-fast", 112 "--goma-fail-fast",
113 "--goma-disable-local-fallback", 113 "--goma-disable-local-fallback",
114 "--ninja-ensure-up-to-date",
114 "--" 115 "--"
115 ], 116 ],
116 "cwd": "[SLAVE_BUILD]", 117 "cwd": "[SLAVE_BUILD]",
117 "name": "compile" 118 "name": "compile"
118 }, 119 },
119 { 120 {
120 "cmd": [ 121 "cmd": [
121 "python", 122 "python",
122 "-u", 123 "-u",
123 "[SLAVE_BUILD]/v8/tools/run-tests.py", 124 "[SLAVE_BUILD]/v8/tools/run-tests.py",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 197 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
197 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 198 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
198 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 199 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
199 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 200 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
200 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 201 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
201 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 202 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
202 "@@@STEP_LOG_END@durations@@@" 203 "@@@STEP_LOG_END@durations@@@"
203 ] 204 ]
204 } 205 }
205 ] 206 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698