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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder__dbg__32_.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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "name": "compile", 351 "name": "compile",
352 "~followup_annotations": [ 352 "~followup_annotations": [
353 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 353 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
354 "@@@STEP_LOG_END@json.output (invalid)@@@" 354 "@@@STEP_LOG_END@json.output (invalid)@@@"
355 ] 355 ]
356 }, 356 },
357 { 357 {
358 "cmd": [ 358 "cmd": [
359 "python", 359 "python",
360 "-u", 360 "-u",
361 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 361 "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py",
362 "--build-dir", 362 "--build-dir",
363 "[BUILDER_CACHE]/linux/src/out/Debug", 363 "[BUILDER_CACHE]/linux/src/out/Debug"
364 "--src-dir",
365 "[BUILDER_CACHE]/linux/src"
366 ], 364 ],
367 "cwd": "[SLAVE_BUILD]", 365 "cwd": "[SLAVE_BUILD]",
368 "name": "remove_build_metadata" 366 "name": "remove_build_metadata"
369 }, 367 },
370 { 368 {
371 "cmd": [ 369 "cmd": [
372 "python", 370 "python",
373 "-u", 371 "-u",
374 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 372 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
375 "[BUILDER_CACHE]/linux/src/tools/swarming_client", 373 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "~followup_annotations": [ 442 "~followup_annotations": [
445 "@@@STEP_TEXT@Linux Tests (dbg)(1)(32)@@@" 443 "@@@STEP_TEXT@Linux Tests (dbg)(1)(32)@@@"
446 ] 444 ]
447 }, 445 },
448 { 446 {
449 "name": "$result", 447 "name": "$result",
450 "recipe_result": null, 448 "recipe_result": null,
451 "status_code": 0 449 "status_code": 0
452 } 450 }
453 ] 451 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698