OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
7 "--show-path", | 7 "--show-path", |
8 "python", | 8 "python", |
9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
10 ], | 10 ], |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 "--src-dir", | 140 "--src-dir", |
141 "[SLAVE_BUILD]\\src", | 141 "[SLAVE_BUILD]\\src", |
142 "--goma-cache-dir", | 142 "--goma-cache-dir", |
143 "[GOMA_CACHE]", | 143 "[GOMA_CACHE]", |
144 "--build-tool", | 144 "--build-tool", |
145 "ninja", | 145 "ninja", |
146 "--compiler", | 146 "--compiler", |
147 "goma", | 147 "goma", |
148 "--goma-jsonstatus", | 148 "--goma-jsonstatus", |
149 "/path/to/tmp/json", | 149 "/path/to/tmp/json", |
150 "--goma-service-account-json-file", | |
151 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
152 "--goma-dir", | 150 "--goma-dir", |
153 "[BUILD]\\goma", | 151 "[BUILD]\\goma", |
154 "--clobber", | 152 "--clobber", |
155 "--", | 153 "--", |
156 "all" | 154 "all" |
157 ], | 155 ], |
158 "cwd": "[SLAVE_BUILD]", | 156 "cwd": "[SLAVE_BUILD]", |
159 "name": "First build", | 157 "name": "First build", |
160 "~followup_annotations": [ | 158 "~followup_annotations": [ |
161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 159 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 "--src-dir", | 265 "--src-dir", |
268 "[SLAVE_BUILD]\\src", | 266 "[SLAVE_BUILD]\\src", |
269 "--goma-cache-dir", | 267 "--goma-cache-dir", |
270 "[GOMA_CACHE]", | 268 "[GOMA_CACHE]", |
271 "--build-tool", | 269 "--build-tool", |
272 "ninja", | 270 "ninja", |
273 "--compiler", | 271 "--compiler", |
274 "goma", | 272 "goma", |
275 "--goma-jsonstatus", | 273 "--goma-jsonstatus", |
276 "/path/to/tmp/json", | 274 "/path/to/tmp/json", |
277 "--goma-service-account-json-file", | |
278 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
279 "--goma-dir", | 275 "--goma-dir", |
280 "[BUILD]\\goma", | 276 "[BUILD]\\goma", |
281 "--clobber", | 277 "--clobber", |
282 "--", | 278 "--", |
283 "all" | 279 "all" |
284 ], | 280 ], |
285 "cwd": "[SLAVE_BUILD]", | 281 "cwd": "[SLAVE_BUILD]", |
286 "name": "Second build", | 282 "name": "Second build", |
287 "~followup_annotations": [ | 283 "~followup_annotations": [ |
288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 ], | 369 ], |
374 "cwd": "[SLAVE_BUILD]", | 370 "cwd": "[SLAVE_BUILD]", |
375 "name": "compare_build_artifacts" | 371 "name": "compare_build_artifacts" |
376 }, | 372 }, |
377 { | 373 { |
378 "name": "$result", | 374 "name": "$result", |
379 "recipe_result": null, | 375 "recipe_result": null, |
380 "status_code": 0 | 376 "status_code": 0 |
381 } | 377 } |
382 ] | 378 ] |
OLD | NEW |