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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dynamorio_linux_v8_dr.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.dynamorio", 8 "client.dynamorio",
9 "--builder", 9 "--builder",
10 "linux-v8-dr", 10 "linux-v8-dr",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "--gsutil-py-path", 222 "--gsutil-py-path",
223 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 223 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
224 "--ninja-path", 224 "--ninja-path",
225 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 225 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
226 "--target", 226 "--target",
227 "Release", 227 "Release",
228 "--src-dir", 228 "--src-dir",
229 "[SLAVE_BUILD]/v8", 229 "[SLAVE_BUILD]/v8",
230 "--goma-cache-dir", 230 "--goma-cache-dir",
231 "[GOMA_CACHE]", 231 "[GOMA_CACHE]",
232 "--build-tool",
233 "ninja",
234 "--compiler", 232 "--compiler",
235 "goma", 233 "goma",
236 "--goma-jsonstatus", 234 "--goma-jsonstatus",
237 "/path/to/tmp/json", 235 "/path/to/tmp/json",
238 "--goma-service-account-json-file", 236 "--goma-service-account-json-file",
239 "/creds/service_accounts/service-account-goma-client.json", 237 "/creds/service_accounts/service-account-goma-client.json",
240 "--goma-dir", 238 "--goma-dir",
241 "[CACHE]/cipd/goma", 239 "[CACHE]/cipd/goma",
242 "--" 240 "--"
243 ], 241 ],
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 328 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
331 "@@@STEP_LOG_END@durations@@@" 329 "@@@STEP_LOG_END@durations@@@"
332 ] 330 ]
333 }, 331 },
334 { 332 {
335 "name": "$result", 333 "name": "$result",
336 "recipe_result": null, 334 "recipe_result": null,
337 "status_code": 0 335 "status_code": 0
338 } 336 }
339 ] 337 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698