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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___vtunejit.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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - vtunejit", 10 "V8 Linux - vtunejit",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "--gsutil-py-path", 252 "--gsutil-py-path",
253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
254 "--ninja-path", 254 "--ninja-path",
255 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 255 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
256 "--target", 256 "--target",
257 "Debug", 257 "Debug",
258 "--src-dir", 258 "--src-dir",
259 "[SLAVE_BUILD]/v8", 259 "[SLAVE_BUILD]/v8",
260 "--goma-cache-dir", 260 "--goma-cache-dir",
261 "[GOMA_CACHE]", 261 "[GOMA_CACHE]",
262 "--build-tool",
263 "ninja",
264 "--compiler", 262 "--compiler",
265 "goma", 263 "goma",
266 "--goma-jsonstatus", 264 "--goma-jsonstatus",
267 "/path/to/tmp/json", 265 "/path/to/tmp/json",
268 "--goma-service-account-json-file", 266 "--goma-service-account-json-file",
269 "/creds/service_accounts/service-account-goma-client.json", 267 "/creds/service_accounts/service-account-goma-client.json",
270 "--goma-dir", 268 "--goma-dir",
271 "[CACHE]/cipd/goma", 269 "[CACHE]/cipd/goma",
272 "--" 270 "--"
273 ], 271 ],
274 "env": { 272 "env": {
275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
276 }, 274 },
277 "name": "compile", 275 "name": "compile",
278 "~followup_annotations": [ 276 "~followup_annotations": [
279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 277 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
280 "@@@STEP_LOG_END@json.output (invalid)@@@" 278 "@@@STEP_LOG_END@json.output (invalid)@@@"
281 ] 279 ]
282 }, 280 },
283 { 281 {
284 "name": "$result", 282 "name": "$result",
285 "recipe_result": null, 283 "recipe_result": null,
286 "status_code": 0 284 "status_code": 0
287 } 285 }
288 ] 286 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698