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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_Builder_Trybot.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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "name": "compile", 361 "name": "compile",
362 "~followup_annotations": [ 362 "~followup_annotations": [
363 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 363 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
364 "@@@STEP_LOG_END@json.output (invalid)@@@" 364 "@@@STEP_LOG_END@json.output (invalid)@@@"
365 ] 365 ]
366 }, 366 },
367 { 367 {
368 "cmd": [ 368 "cmd": [
369 "python", 369 "python",
370 "-u", 370 "-u",
371 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 371 "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py",
372 "--build-dir", 372 "--build-dir",
373 "[BUILDER_CACHE]/linux/src/out/Release", 373 "[BUILDER_CACHE]/linux/src/out/Release"
374 "--src-dir",
375 "[BUILDER_CACHE]/linux/src"
376 ], 374 ],
377 "cwd": "[SLAVE_BUILD]", 375 "cwd": "[SLAVE_BUILD]",
378 "name": "remove_build_metadata" 376 "name": "remove_build_metadata"
379 }, 377 },
380 { 378 {
381 "cmd": [ 379 "cmd": [
382 "python", 380 "python",
383 "-u", 381 "-u",
384 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 382 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
385 "[BUILDER_CACHE]/linux/src/tools/swarming_client", 383 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "~followup_annotations": [ 454 "~followup_annotations": [
457 "@@@STEP_TEXT@Linux Tests-Trybot@@@" 455 "@@@STEP_TEXT@Linux Tests-Trybot@@@"
458 ] 456 ]
459 }, 457 },
460 { 458 {
461 "name": "$result", 459 "name": "$result",
462 "recipe_result": null, 460 "recipe_result": null,
463 "status_code": 0 461 "status_code": 0
464 } 462 }
465 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698