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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_Builder.json

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json Created 4 years, 3 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]/mac_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "name": "compile", 380 "name": "compile",
381 "~followup_annotations": [ 381 "~followup_annotations": [
382 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 382 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
383 "@@@STEP_LOG_END@json.output (invalid)@@@" 383 "@@@STEP_LOG_END@json.output (invalid)@@@"
384 ] 384 ]
385 }, 385 },
386 { 386 {
387 "cmd": [ 387 "cmd": [
388 "python", 388 "python",
389 "-u", 389 "-u",
390 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 390 "[BUILDER_CACHE]/mac_layout/src/tools/determinism/remove_build_metadata.py ",
391 "--build-dir", 391 "--build-dir",
392 "[BUILDER_CACHE]/mac_layout/src/out/Release", 392 "[BUILDER_CACHE]/mac_layout/src/out/Release"
393 "--src-dir",
394 "[BUILDER_CACHE]/mac_layout/src"
395 ], 393 ],
396 "cwd": "[SLAVE_BUILD]", 394 "cwd": "[SLAVE_BUILD]",
397 "name": "remove_build_metadata" 395 "name": "remove_build_metadata"
398 }, 396 },
399 { 397 {
400 "cmd": [ 398 "cmd": [
401 "python", 399 "python",
402 "-u", 400 "-u",
403 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 401 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
404 "[BUILDER_CACHE]/mac_layout/src/tools/swarming_client", 402 "[BUILDER_CACHE]/mac_layout/src/tools/swarming_client",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "~followup_annotations": [ 492 "~followup_annotations": [
495 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" 493 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@"
496 ] 494 ]
497 }, 495 },
498 { 496 {
499 "name": "$result", 497 "name": "$result",
500 "recipe_result": null, 498 "recipe_result": null,
501 "status_code": 0 499 "status_code": 0
502 } 500 }
503 ] 501 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698