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 "GYP_DEFINES": "target_arch=ia32", | 75 "GYP_DEFINES": "target_arch=ia32", |
72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
73 }, | 77 }, |
74 "name": "gclient runhooks" | 78 "name": "gclient runhooks" |
75 }, | 79 }, |
76 { | 80 { |
77 "cmd": [ | 81 "cmd": [ |
78 "ninja", | 82 "ninja", |
79 "-C", | 83 "-C", |
80 "[CWD]/crashpad/out/Release" | 84 "[SLAVE_BUILD]/crashpad/out/Release" |
81 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]", |
82 "name": "compile with ninja" | 87 "name": "compile with ninja" |
83 }, | 88 }, |
84 { | 89 { |
85 "cmd": [ | 90 "cmd": [ |
86 "python", | 91 "python", |
87 "-u", | 92 "-u", |
88 "[CWD]/crashpad/build/run_tests.py", | 93 "[SLAVE_BUILD]/crashpad/build/run_tests.py", |
89 "Release" | 94 "Release" |
90 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
91 "name": "run tests" | 97 "name": "run tests" |
92 }, | 98 }, |
93 { | 99 { |
94 "name": "$result", | 100 "name": "$result", |
95 "recipe_result": null, | 101 "recipe_result": null, |
96 "status_code": 0 | 102 "status_code": 0 |
97 } | 103 } |
98 ] | 104 ] |
OLD | NEW |