OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 "--src-dir", | 130 "--src-dir", |
131 "[SLAVE_BUILD]\\v8", | 131 "[SLAVE_BUILD]\\v8", |
132 "--goma-cache-dir", | 132 "--goma-cache-dir", |
133 "[GOMA_CACHE]", | 133 "[GOMA_CACHE]", |
134 "--build-tool", | 134 "--build-tool", |
135 "ninja", | 135 "ninja", |
136 "--compiler", | 136 "--compiler", |
137 "goma-clang", | 137 "goma-clang", |
138 "--goma-jsonstatus", | 138 "--goma-jsonstatus", |
139 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
140 "--goma-service-account-json-file", | |
141 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
142 "--goma-dir", | 140 "--goma-dir", |
143 "[BUILD]\\goma", | 141 "[BUILD]\\goma", |
144 "--arch", | 142 "--arch", |
145 "x64", | 143 "x64", |
146 "--" | 144 "--" |
147 ], | 145 ], |
148 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
149 "name": "compile", | 147 "name": "compile", |
150 "~followup_annotations": [ | 148 "~followup_annotations": [ |
151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
152 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
153 ] | 151 ] |
154 }, | 152 }, |
155 { | 153 { |
156 "name": "$result", | 154 "name": "$result", |
157 "recipe_result": null, | 155 "recipe_result": null, |
158 "status_code": 0 | 156 "status_code": 0 |
159 } | 157 } |
160 ] | 158 ] |
OLD | NEW |