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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_memory_Mac_ASan_64_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_ng", 7 "[BUILDER_CACHE]/mac_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "name": "compile", 370 "name": "compile",
371 "~followup_annotations": [ 371 "~followup_annotations": [
372 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 372 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
373 "@@@STEP_LOG_END@json.output (invalid)@@@" 373 "@@@STEP_LOG_END@json.output (invalid)@@@"
374 ] 374 ]
375 }, 375 },
376 { 376 {
377 "cmd": [ 377 "cmd": [
378 "python", 378 "python",
379 "-u", 379 "-u",
380 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 380 "[BUILDER_CACHE]/mac_ng/src/tools/determinism/remove_build_metadata.py",
381 "--build-dir", 381 "--build-dir",
382 "[BUILDER_CACHE]/mac_ng/src/out/Release", 382 "[BUILDER_CACHE]/mac_ng/src/out/Release"
383 "--src-dir",
384 "[BUILDER_CACHE]/mac_ng/src"
385 ], 383 ],
386 "cwd": "[SLAVE_BUILD]", 384 "cwd": "[SLAVE_BUILD]",
387 "name": "remove_build_metadata" 385 "name": "remove_build_metadata"
388 }, 386 },
389 { 387 {
390 "cmd": [ 388 "cmd": [
391 "python", 389 "python",
392 "-u", 390 "-u",
393 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 391 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
394 "[BUILDER_CACHE]/mac_ng/src/tools/swarming_client", 392 "[BUILDER_CACHE]/mac_ng/src/tools/swarming_client",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "~followup_annotations": [ 462 "~followup_annotations": [
465 "@@@STEP_TEXT@Mac ASan 64 Tests (1)@@@" 463 "@@@STEP_TEXT@Mac ASan 64 Tests (1)@@@"
466 ] 464 ]
467 }, 465 },
468 { 466 {
469 "name": "$result", 467 "name": "$result",
470 "recipe_result": null, 468 "recipe_result": null,
471 "status_code": 0 469 "status_code": 0
472 } 470 }
473 ] 471 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698