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

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

Powered by Google App Engine
This is Rietveld 408576698