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

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

Powered by Google App Engine
This is Rietveld 408576698