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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_cq.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux_perf_cq", 7 "[BUILDER_CACHE]/linux_perf_cq",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "--ninja-path", 242 "--ninja-path",
243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
244 "--target", 244 "--target",
245 "Release", 245 "Release",
246 "--src-dir", 246 "--src-dir",
247 "[BUILDER_CACHE]/linux_perf_cq/src", 247 "[BUILDER_CACHE]/linux_perf_cq/src",
248 "--goma-cache-dir", 248 "--goma-cache-dir",
249 "[GOMA_CACHE]", 249 "[GOMA_CACHE]",
250 "--goma-deps-cache-dir", 250 "--goma-deps-cache-dir",
251 "[GOMA_DEPS_CACHE]", 251 "[GOMA_DEPS_CACHE]",
252 "--build-tool",
253 "ninja",
254 "--build-data-dir", 252 "--build-data-dir",
255 "[ROOT]/build_data_dir", 253 "[ROOT]/build_data_dir",
256 "--compiler", 254 "--compiler",
257 "goma", 255 "goma",
258 "--goma-jsonstatus", 256 "--goma-jsonstatus",
259 "/path/to/tmp/json", 257 "/path/to/tmp/json",
260 "--goma-service-account-json-file", 258 "--goma-service-account-json-file",
261 "/creds/service_accounts/service-account-goma-client.json", 259 "/creds/service_accounts/service-account-goma-client.json",
262 "--mode", 260 "--mode",
263 "official", 261 "official",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"linux_perf_cq\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"parent_bui ldername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 300 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"linux_perf_cq\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"parent_bui ldername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
303 ], 301 ],
304 "name": "package build" 302 "name": "package build"
305 }, 303 },
306 { 304 {
307 "name": "$result", 305 "name": "$result",
308 "recipe_result": null, 306 "recipe_result": null,
309 "status_code": 0 307 "status_code": 0
310 } 308 }
311 ] 309 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698