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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 "--src-dir", | 160 "--src-dir", |
161 "[SLAVE_BUILD]/src", | 161 "[SLAVE_BUILD]/src", |
162 "--goma-cache-dir", | 162 "--goma-cache-dir", |
163 "[GOMA_CACHE]", | 163 "[GOMA_CACHE]", |
164 "--build-tool", | 164 "--build-tool", |
165 "ninja", | 165 "ninja", |
166 "--compiler", | 166 "--compiler", |
167 "goma-clang", | 167 "goma-clang", |
168 "--goma-jsonstatus", | 168 "--goma-jsonstatus", |
169 "/path/to/tmp/json", | 169 "/path/to/tmp/json", |
170 "--goma-service-account-json-file", | |
171 "/creds/service_accounts/service-account-goma-client.json", | |
172 "--goma-dir", | 170 "--goma-dir", |
173 "[BUILD]/goma", | 171 "[BUILD]/goma", |
174 "--clobber", | 172 "--clobber", |
175 "--", | 173 "--", |
176 "all" | 174 "all" |
177 ], | 175 ], |
178 "cwd": "[SLAVE_BUILD]", | 176 "cwd": "[SLAVE_BUILD]", |
179 "name": "First build", | 177 "name": "First build", |
180 "~followup_annotations": [ | 178 "~followup_annotations": [ |
181 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 "--src-dir", | 305 "--src-dir", |
308 "[SLAVE_BUILD]/src", | 306 "[SLAVE_BUILD]/src", |
309 "--goma-cache-dir", | 307 "--goma-cache-dir", |
310 "[GOMA_CACHE]", | 308 "[GOMA_CACHE]", |
311 "--build-tool", | 309 "--build-tool", |
312 "ninja", | 310 "ninja", |
313 "--compiler", | 311 "--compiler", |
314 "goma-clang", | 312 "goma-clang", |
315 "--goma-jsonstatus", | 313 "--goma-jsonstatus", |
316 "/path/to/tmp/json", | 314 "/path/to/tmp/json", |
317 "--goma-service-account-json-file", | |
318 "/creds/service_accounts/service-account-goma-client.json", | |
319 "--goma-dir", | 315 "--goma-dir", |
320 "[BUILD]/goma", | 316 "[BUILD]/goma", |
321 "--clobber", | 317 "--clobber", |
322 "--", | 318 "--", |
323 "all" | 319 "all" |
324 ], | 320 ], |
325 "cwd": "[SLAVE_BUILD]", | 321 "cwd": "[SLAVE_BUILD]", |
326 "name": "Second build", | 322 "name": "Second build", |
327 "~followup_annotations": [ | 323 "~followup_annotations": [ |
328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 324 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 ], | 409 ], |
414 "cwd": "[SLAVE_BUILD]", | 410 "cwd": "[SLAVE_BUILD]", |
415 "name": "compare_build_artifacts" | 411 "name": "compare_build_artifacts" |
416 }, | 412 }, |
417 { | 413 { |
418 "name": "$result", | 414 "name": "$result", |
419 "recipe_result": null, | 415 "recipe_result": null, |
420 "status_code": 0 | 416 "status_code": 0 |
421 } | 417 } |
422 ] | 418 ] |
OLD | NEW |