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