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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Mac_Builder__dbg_.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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 "name": "compile", 404 "name": "compile",
405 "~followup_annotations": [ 405 "~followup_annotations": [
406 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 406 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
407 "@@@STEP_LOG_END@json.output (invalid)@@@" 407 "@@@STEP_LOG_END@json.output (invalid)@@@"
408 ] 408 ]
409 }, 409 },
410 { 410 {
411 "cmd": [ 411 "cmd": [
412 "python", 412 "python",
413 "-u", 413 "-u",
414 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 414 "[BUILDER_CACHE]/mac/src/tools/determinism/remove_build_metadata.py",
415 "--build-dir", 415 "--build-dir",
416 "[BUILDER_CACHE]/mac/src/out/Debug", 416 "[BUILDER_CACHE]/mac/src/out/Debug"
417 "--src-dir",
418 "[BUILDER_CACHE]/mac/src"
419 ], 417 ],
420 "cwd": "[SLAVE_BUILD]", 418 "cwd": "[SLAVE_BUILD]",
421 "name": "remove_build_metadata" 419 "name": "remove_build_metadata"
422 }, 420 },
423 { 421 {
424 "cmd": [ 422 "cmd": [
425 "python", 423 "python",
426 "-u", 424 "-u",
427 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 425 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
428 "[BUILDER_CACHE]/mac/src/tools/swarming_client", 426 "[BUILDER_CACHE]/mac/src/tools/swarming_client",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "~followup_annotations": [ 552 "~followup_annotations": [
555 "@@@STEP_TEXT@Mac 10.10 Debug (ATI)<br />Mac 10.10 Debug (Intel)<br />Mac 10.10 Retina Debug (AMD)<br />Mac Retina Debug@@@" 553 "@@@STEP_TEXT@Mac 10.10 Debug (ATI)<br />Mac 10.10 Debug (Intel)<br />Mac 10.10 Retina Debug (AMD)<br />Mac Retina Debug@@@"
556 ] 554 ]
557 }, 555 },
558 { 556 {
559 "name": "$result", 557 "name": "$result",
560 "recipe_result": null, 558 "recipe_result": null,
561 "status_code": 0 559 "status_code": 0
562 } 560 }
563 ] 561 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698