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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_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", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "name": "compile", 434 "name": "compile",
435 "~followup_annotations": [ 435 "~followup_annotations": [
436 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 436 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
437 "@@@STEP_LOG_END@json.output (invalid)@@@" 437 "@@@STEP_LOG_END@json.output (invalid)@@@"
438 ] 438 ]
439 }, 439 },
440 { 440 {
441 "cmd": [ 441 "cmd": [
442 "python", 442 "python",
443 "-u", 443 "-u",
444 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 444 "[BUILDER_CACHE]/mac/src/tools/determinism/remove_build_metadata.py",
445 "--build-dir", 445 "--build-dir",
446 "[BUILDER_CACHE]/mac/src/out/Release", 446 "[BUILDER_CACHE]/mac/src/out/Release"
447 "--src-dir",
448 "[BUILDER_CACHE]/mac/src"
449 ], 447 ],
450 "cwd": "[SLAVE_BUILD]", 448 "cwd": "[SLAVE_BUILD]",
451 "name": "remove_build_metadata" 449 "name": "remove_build_metadata"
452 }, 450 },
453 { 451 {
454 "cmd": [ 452 "cmd": [
455 "python", 453 "python",
456 "-u", 454 "-u",
457 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 455 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
458 "[BUILDER_CACHE]/mac/src/tools/swarming_client", 456 "[BUILDER_CACHE]/mac/src/tools/swarming_client",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 "~followup_annotations": [ 639 "~followup_annotations": [
642 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br /> Mac 10.10 Retina Release (AMD)<br />Mac Retina Release<br />Optional Mac 10.10 R elease (Intel)<br />Optional Mac 10.10 Retina Release (AMD)<br />Optional Mac Re tina Release@@@" 640 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br /> Mac 10.10 Retina Release (AMD)<br />Mac Retina Release<br />Optional Mac 10.10 R elease (Intel)<br />Optional Mac 10.10 Retina Release (AMD)<br />Optional Mac Re tina Release@@@"
643 ] 641 ]
644 }, 642 },
645 { 643 {
646 "name": "$result", 644 "name": "$result",
647 "recipe_result": null, 645 "recipe_result": null,
648 "status_code": 0 646 "status_code": 0
649 } 647 }
650 ] 648 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698