OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\bot_update.py", | 6 "[BUILD]\\scripts\\slave\\bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.mojo", | 8 "chromium.mojo", |
9 "--builder", | 9 "--builder", |
10 "Chromium Mojo Windows", | 10 "Chromium Mojo Windows", |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 "[SLAVE_BUILD]\\src", | 133 "[SLAVE_BUILD]\\src", |
134 "--build-tool", | 134 "--build-tool", |
135 "ninja", | 135 "ninja", |
136 "--compiler", | 136 "--compiler", |
137 "goma", | 137 "goma", |
138 "--goma-jsonstatus", | 138 "--goma-jsonstatus", |
139 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
140 "--goma-dir", | 140 "--goma-dir", |
141 "[BUILD]\\goma", | 141 "[BUILD]\\goma", |
142 "--", | 142 "--", |
143 "mandoline:all" | 143 "mandoline:all", |
| 144 "mash/wm:tests" |
144 ], | 145 ], |
145 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
146 "name": "compile", | 147 "name": "compile", |
147 "~followup_annotations": [ | 148 "~followup_annotations": [ |
148 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
149 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
150 ] | 151 ] |
151 }, | 152 }, |
152 { | 153 { |
153 "cmd": [ | 154 "cmd": [ |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 "~followup_annotations": [ | 566 "~followup_annotations": [ |
566 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat
est/win/stamp@@@" | 567 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat
est/win/stamp@@@" |
567 ] | 568 ] |
568 }, | 569 }, |
569 { | 570 { |
570 "name": "$result", | 571 "name": "$result", |
571 "recipe_result": null, | 572 "recipe_result": null, |
572 "status_code": 0 | 573 "status_code": 0 |
573 } | 574 } |
574 ] | 575 ] |
OLD | NEW |