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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64intel_perf_bisect.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "--ninja-path", 250 "--ninja-path",
251 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 251 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
252 "--target", 252 "--target",
253 "Release_x64", 253 "Release_x64",
254 "--src-dir", 254 "--src-dir",
255 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src", 255 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src",
256 "--goma-cache-dir", 256 "--goma-cache-dir",
257 "[GOMA_CACHE]", 257 "[GOMA_CACHE]",
258 "--goma-deps-cache-dir", 258 "--goma-deps-cache-dir",
259 "[GOMA_DEPS_CACHE]", 259 "[GOMA_DEPS_CACHE]",
260 "--build-tool",
261 "ninja",
262 "--build-data-dir", 260 "--build-data-dir",
263 "[ROOT]\\build_data_dir", 261 "[ROOT]\\build_data_dir",
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 "C:\\creds\\service_accounts\\service-account-goma-client.json", 267 "C:\\creds\\service_accounts\\service-account-goma-client.json",
270 "--mode", 268 "--mode",
271 "official", 269 "official",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}" 308 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}"
311 ], 309 ],
312 "name": "package build" 310 "name": "package build"
313 }, 311 },
314 { 312 {
315 "name": "$result", 313 "name": "$result",
316 "recipe_result": null, 314 "recipe_result": null,
317 "status_code": 0 315 "status_code": 0
318 } 316 }
319 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698