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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_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, 4 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", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "name": "compile", 396 "name": "compile",
397 "~followup_annotations": [ 397 "~followup_annotations": [
398 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 398 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
399 "@@@STEP_LOG_END@json.output (invalid)@@@" 399 "@@@STEP_LOG_END@json.output (invalid)@@@"
400 ] 400 ]
401 }, 401 },
402 { 402 {
403 "cmd": [ 403 "cmd": [
404 "python", 404 "python",
405 "-u", 405 "-u",
406 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 406 "[BUILDER_CACHE]/mac/src/tools/determinism/remove_build_metadata.py",
407 "--build-dir", 407 "--build-dir",
408 "[BUILDER_CACHE]/mac/src/out/Release", 408 "[BUILDER_CACHE]/mac/src/out/Release"
409 "--src-dir",
410 "[BUILDER_CACHE]/mac/src"
411 ], 409 ],
412 "cwd": "[SLAVE_BUILD]", 410 "cwd": "[SLAVE_BUILD]",
413 "name": "remove_build_metadata" 411 "name": "remove_build_metadata"
414 }, 412 },
415 { 413 {
416 "cmd": [ 414 "cmd": [
417 "python", 415 "python",
418 "-u", 416 "-u",
419 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 417 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
420 "[BUILDER_CACHE]/mac/src/tools/swarming_client", 418 "[BUILDER_CACHE]/mac/src/tools/swarming_client",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "~followup_annotations": [ 525 "~followup_annotations": [
528 "@@@STEP_TEXT@Mac10.10 Tests<br />Mac10.11 Tests<br />Mac10.9 Tests@@@" 526 "@@@STEP_TEXT@Mac10.10 Tests<br />Mac10.11 Tests<br />Mac10.9 Tests@@@"
529 ] 527 ]
530 }, 528 },
531 { 529 {
532 "name": "$result", 530 "name": "$result",
533 "recipe_result": null, 531 "recipe_result": null,
534 "status_code": 0 532 "status_code": 0
535 } 533 }
536 ] 534 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698