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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "name": "compile", 387 "name": "compile",
388 "~followup_annotations": [ 388 "~followup_annotations": [
389 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 389 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
390 "@@@STEP_LOG_END@json.output (invalid)@@@" 390 "@@@STEP_LOG_END@json.output (invalid)@@@"
391 ] 391 ]
392 }, 392 },
393 { 393 {
394 "cmd": [ 394 "cmd": [
395 "python", 395 "python",
396 "-u", 396 "-u",
397 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 397 "[BUILDER_CACHE]/mac/src/tools/determinism/remove_build_metadata.py",
398 "--build-dir", 398 "--build-dir",
399 "[BUILDER_CACHE]/mac/src/out/Release", 399 "[BUILDER_CACHE]/mac/src/out/Release"
400 "--src-dir",
401 "[BUILDER_CACHE]/mac/src"
402 ], 400 ],
403 "cwd": "[SLAVE_BUILD]", 401 "cwd": "[SLAVE_BUILD]",
404 "name": "remove_build_metadata" 402 "name": "remove_build_metadata"
405 }, 403 },
406 { 404 {
407 "cmd": [ 405 "cmd": [
408 "python", 406 "python",
409 "-u", 407 "-u",
410 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 408 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
411 "[BUILDER_CACHE]/mac/src/tools/swarming_client", 409 "[BUILDER_CACHE]/mac/src/tools/swarming_client",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 "~followup_annotations": [ 480 "~followup_annotations": [
483 "@@@STEP_TEXT@Mac10.9 Tests@@@" 481 "@@@STEP_TEXT@Mac10.9 Tests@@@"
484 ] 482 ]
485 }, 483 },
486 { 484 {
487 "name": "$result", 485 "name": "$result",
488 "recipe_result": null, 486 "recipe_result": null,
489 "status_code": 0 487 "status_code": 0
490 } 488 }
491 ] 489 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698