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

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

Powered by Google App Engine
This is Rietveld 408576698