| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesour
ce.com/crashpad/crashpad.git'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/cra
shpad.git'}]" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", |
| 11 "env": { | 12 "env": { |
| 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 13 }, | 14 }, |
| 14 "name": "gclient setup" | 15 "name": "gclient setup" |
| 15 }, | 16 }, |
| 16 { | 17 { |
| 17 "cmd": [ | 18 "cmd": [ |
| 18 "python", | 19 "python", |
| 19 "-u", | 20 "-u", |
| 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 21 "sync", | 22 "sync", |
| 22 "--nohooks", | 23 "--nohooks", |
| 23 "--force", | 24 "--force", |
| 24 "--verbose", | 25 "--verbose", |
| 25 "--delete_unversioned_trees", | 26 "--delete_unversioned_trees", |
| 26 "--output-json", | 27 "--output-json", |
| 27 "/path/to/tmp/json" | 28 "/path/to/tmp/json" |
| 28 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
| 29 "env": { | 31 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 33 }, |
| 32 "name": "gclient sync", | 34 "name": "gclient sync", |
| 33 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ }@@@", | 40 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ }@@@", | 41 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@}@@@", | 42 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 41 "@@@STEP_LOG_END@json.output@@@" | 43 "@@@STEP_LOG_END@json.output@@@" |
| 42 ] | 44 ] |
| 43 }, | 45 }, |
| 44 { | 46 { |
| 45 "cmd": [ | 47 "cmd": [ |
| 46 "python", | 48 "python", |
| 47 "-u", | 49 "-u", |
| 48 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 50 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 49 "[CWD]/crashpad/out" | 51 "[SLAVE_BUILD]/crashpad/out" |
| 50 ], | 52 ], |
| 53 "cwd": "[SLAVE_BUILD]", |
| 51 "name": "rmtree out", | 54 "name": "rmtree out", |
| 52 "~followup_annotations": [ | 55 "~followup_annotations": [ |
| 53 "@@@STEP_LOG_LINE@python.inline@@@@", | 56 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 54 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 57 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 55 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 58 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 56 "@@@STEP_LOG_LINE@python.inline@@@@", | 59 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 57 "@@@STEP_LOG_LINE@python.inline@@@@", | 60 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 58 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 61 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 59 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 62 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 60 "@@@STEP_LOG_END@python.inline@@@" | 63 "@@@STEP_LOG_END@python.inline@@@" |
| 61 ] | 64 ] |
| 62 }, | 65 }, |
| 63 { | 66 { |
| 64 "cmd": [ | 67 "cmd": [ |
| 65 "python", | 68 "python", |
| 66 "-u", | 69 "-u", |
| 67 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 70 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 68 "runhooks" | 71 "runhooks" |
| 69 ], | 72 ], |
| 73 "cwd": "[SLAVE_BUILD]", |
| 70 "env": { | 74 "env": { |
| 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 72 }, | 76 }, |
| 73 "name": "gclient runhooks" | 77 "name": "gclient runhooks" |
| 74 }, | 78 }, |
| 75 { | 79 { |
| 76 "cmd": [ | 80 "cmd": [ |
| 77 "ninja", | 81 "ninja", |
| 78 "-C", | 82 "-C", |
| 79 "[CWD]/crashpad/out/Release" | 83 "[SLAVE_BUILD]/crashpad/out/Release" |
| 80 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
| 81 "name": "compile with ninja" | 86 "name": "compile with ninja" |
| 82 }, | 87 }, |
| 83 { | 88 { |
| 84 "cmd": [ | 89 "cmd": [ |
| 85 "python", | 90 "python", |
| 86 "-u", | 91 "-u", |
| 87 "[CWD]/crashpad/build/run_tests.py", | 92 "[SLAVE_BUILD]/crashpad/build/run_tests.py", |
| 88 "Release" | 93 "Release" |
| 89 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
| 90 "name": "run tests" | 96 "name": "run tests" |
| 91 }, | 97 }, |
| 92 { | 98 { |
| 93 "name": "$result", | 99 "name": "$result", |
| 94 "recipe_result": null, | 100 "recipe_result": null, |
| 95 "status_code": 0 | 101 "status_code": 0 |
| 96 } | 102 } |
| 97 ] | 103 ] |
| OLD | NEW |