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 Android", | 10 "Chromium Mojo Android", |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 "[SLAVE_BUILD]/src", | 135 "[SLAVE_BUILD]/src", |
136 "--build-tool", | 136 "--build-tool", |
137 "ninja", | 137 "ninja", |
138 "--compiler", | 138 "--compiler", |
139 "goma", | 139 "goma", |
140 "--goma-jsonstatus", | 140 "--goma-jsonstatus", |
141 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
142 "--goma-dir", | 142 "--goma-dir", |
143 "[BUILD]/goma", | 143 "[BUILD]/goma", |
144 "--", | 144 "--", |
145 "mandoline:all" | 145 "mandoline:all", |
| 146 "mash/wm:tests" |
146 ], | 147 ], |
147 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
148 "env": { | 149 "env": { |
149 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
150 }, | 151 }, |
151 "name": "compile", | 152 "name": "compile", |
152 "~followup_annotations": [ | 153 "~followup_annotations": [ |
153 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 154 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
154 "@@@STEP_LOG_END@json.output (invalid)@@@" | 155 "@@@STEP_LOG_END@json.output (invalid)@@@" |
155 ] | 156 ] |
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
756 "~followup_annotations": [ | 757 "~followup_annotations": [ |
757 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat
est/android/stamp@@@" | 758 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat
est/android/stamp@@@" |
758 ] | 759 ] |
759 }, | 760 }, |
760 { | 761 { |
761 "name": "$result", | 762 "name": "$result", |
762 "recipe_result": null, | 763 "recipe_result": null, |
763 "status_code": 0 | 764 "status_code": 0 |
764 } | 765 } |
765 ] | 766 ] |
OLD | NEW |