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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Linux_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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "name": "compile", 362 "name": "compile",
363 "~followup_annotations": [ 363 "~followup_annotations": [
364 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 364 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
365 "@@@STEP_LOG_END@json.output (invalid)@@@" 365 "@@@STEP_LOG_END@json.output (invalid)@@@"
366 ] 366 ]
367 }, 367 },
368 { 368 {
369 "cmd": [ 369 "cmd": [
370 "python", 370 "python",
371 "-u", 371 "-u",
372 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 372 "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py",
373 "--build-dir", 373 "--build-dir",
374 "[BUILDER_CACHE]/linux/src/out/Debug", 374 "[BUILDER_CACHE]/linux/src/out/Debug"
375 "--src-dir",
376 "[BUILDER_CACHE]/linux/src"
377 ], 375 ],
378 "cwd": "[SLAVE_BUILD]", 376 "cwd": "[SLAVE_BUILD]",
379 "name": "remove_build_metadata" 377 "name": "remove_build_metadata"
380 }, 378 },
381 { 379 {
382 "cmd": [ 380 "cmd": [
383 "python", 381 "python",
384 "-u", 382 "-u",
385 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 383 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
386 "[BUILDER_CACHE]/linux/src/tools/swarming_client", 384 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "~followup_annotations": [ 472 "~followup_annotations": [
475 "@@@STEP_TEXT@Linux Debug (NVIDIA)<br />Linux Debug (New Intel)@@@" 473 "@@@STEP_TEXT@Linux Debug (NVIDIA)<br />Linux Debug (New Intel)@@@"
476 ] 474 ]
477 }, 475 },
478 { 476 {
479 "name": "$result", 477 "name": "$result",
480 "recipe_result": null, 478 "recipe_result": null,
481 "status_code": 0 479 "status_code": 0
482 } 480 }
483 ] 481 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698