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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "name": "compile", 376 "name": "compile",
377 "~followup_annotations": [ 377 "~followup_annotations": [
378 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 378 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
379 "@@@STEP_LOG_END@json.output (invalid)@@@" 379 "@@@STEP_LOG_END@json.output (invalid)@@@"
380 ] 380 ]
381 }, 381 },
382 { 382 {
383 "cmd": [ 383 "cmd": [
384 "python", 384 "python",
385 "-u", 385 "-u",
386 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 386 "[BUILDER_CACHE]/mac/src/tools/determinism/remove_build_metadata.py",
387 "--build-dir", 387 "--build-dir",
388 "[BUILDER_CACHE]/mac/src/out/Debug", 388 "[BUILDER_CACHE]/mac/src/out/Debug"
389 "--src-dir",
390 "[BUILDER_CACHE]/mac/src"
391 ], 389 ],
392 "cwd": "[SLAVE_BUILD]", 390 "cwd": "[SLAVE_BUILD]",
393 "name": "remove_build_metadata" 391 "name": "remove_build_metadata"
394 }, 392 },
395 { 393 {
396 "cmd": [ 394 "cmd": [
397 "python", 395 "python",
398 "-u", 396 "-u",
399 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 397 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
400 "[BUILDER_CACHE]/mac/src/tools/swarming_client", 398 "[BUILDER_CACHE]/mac/src/tools/swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "~followup_annotations": [ 467 "~followup_annotations": [
470 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" 468 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@"
471 ] 469 ]
472 }, 470 },
473 { 471 {
474 "name": "$result", 472 "name": "$result",
475 "recipe_result": null, 473 "recipe_result": null,
476 "status_code": 0 474 "status_code": 0
477 } 475 }
478 ] 476 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698