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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.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.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-mac-release", 10 "v8-mac-release",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "--gsutil-py-path", 245 "--gsutil-py-path",
246 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 246 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
247 "--ninja-path", 247 "--ninja-path",
248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
249 "--target", 249 "--target",
250 "Release", 250 "Release",
251 "--src-dir", 251 "--src-dir",
252 "[SLAVE_BUILD]/v8", 252 "[SLAVE_BUILD]/v8",
253 "--goma-cache-dir", 253 "--goma-cache-dir",
254 "[GOMA_CACHE]", 254 "[GOMA_CACHE]",
255 "--build-tool",
256 "ninja",
257 "--compiler", 255 "--compiler",
258 "goma-clang", 256 "goma-clang",
259 "--goma-jsonstatus", 257 "--goma-jsonstatus",
260 "/path/to/tmp/json", 258 "/path/to/tmp/json",
261 "--goma-service-account-json-file", 259 "--goma-service-account-json-file",
262 "/creds/service_accounts/service-account-goma-client.json", 260 "/creds/service_accounts/service-account-goma-client.json",
263 "--goma-dir", 261 "--goma-dir",
264 "[CACHE]/cipd/goma", 262 "[CACHE]/cipd/goma",
265 "--" 263 "--"
266 ], 264 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 296 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
299 ], 297 ],
300 "name": "package build" 298 "name": "package build"
301 }, 299 },
302 { 300 {
303 "name": "$result", 301 "name": "$result",
304 "recipe_result": null, 302 "recipe_result": null,
305 "status_code": 0 303 "status_code": 0
306 } 304 }
307 ] 305 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698