Chromium Code Reviews| 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", | 8 "chromium", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux x64", | 10 "Linux x64", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 146 "-u", | 146 "-u", |
| 147 "[BUILD]/scripts/slave/cleanup_temp.py" | 147 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 148 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]", | 149 "cwd": "[SLAVE_BUILD]", |
| 150 "name": "cleanup_temp" | 150 "name": "cleanup_temp" |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "cmd": [ | 153 "cmd": [ |
| 154 "python", | 154 "python", |
| 155 "-u", | 155 "-u", |
| 156 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 156 "import sys; sys.exit(1)" |
| 157 "gen", | |
| 158 "-m", | |
| 159 "chromium", | |
| 160 "-b", | |
| 161 "Linux x64", | |
| 162 "--config-file", | |
| 163 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | |
| 164 "--goma-dir", | |
| 165 "[BUILD]/goma", | |
| 166 "//out/Release" | |
| 167 ], | |
| 168 "cwd": "[SLAVE_BUILD]", | |
| 169 "name": "generate_build_files" | |
| 170 }, | |
| 171 { | |
| 172 "cmd": [ | |
| 173 "python", | |
| 174 "-u", | |
| 175 "[BUILD]/scripts/slave/compile.py", | |
| 176 "--target", | |
| 177 "Release", | |
| 178 "--src-dir", | |
| 179 "[SLAVE_BUILD]/src", | |
| 180 "--build-tool", | |
| 181 "ninja", | |
| 182 "--compiler", | |
| 183 "goma", | |
| 184 "--goma-jsonstatus", | |
| 185 "/path/to/tmp/json", | |
| 186 "--goma-dir", | |
| 187 "[BUILD]/goma", | |
| 188 "--ninja-ensure-up-to-date", | |
| 189 "--clobber", | |
| 190 "--", | |
| 191 "All", | |
| 192 "chromium_builder_tests" | |
| 193 ], | 157 ], |
| 194 "cwd": "[SLAVE_BUILD]", | 158 "cwd": "[SLAVE_BUILD]", |
| 195 "name": "compile", | 159 "name": "compile", |
| 196 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 197 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 161 "step returned non-zero exit code: 1", |
| 198 "@@@STEP_LOG_END@json.output (invalid)@@@" | 162 "@@@STEP_TEXT@Please add explicit compile targets for the build@@@", |
|
Nico
2015/11/23 16:20:04
This is the main waterfall Linux x64 clobber bot,
Dirk Pranke
2015/11/24 01:54:22
I think the expectations are using the wrong test
| |
| 163 "@@@STEP_FAILURE@@@" | |
| 199 ] | 164 ] |
| 200 }, | 165 }, |
| 201 { | 166 { |
| 202 "cmd": [ | |
| 203 "python", | |
| 204 "-u", | |
| 205 "[BUILD]/scripts/slave/chromium/archive_build.py", | |
| 206 "--target", | |
| 207 "Release", | |
| 208 "--factory-properties", | |
| 209 "{\"gclient_env\": {\"GYP_DEFINES\": \"component=static_library gomadir='[ BUILD]/goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_g oma=1\"}, \"gs_acl\": \"public-read\", \"gs_bucket\": \"gs://chromium-browser-sn apshots\"}", | |
| 210 "--build-properties", | |
| 211 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \" got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_nacl_revision\": \"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/ heads/master@{#274981}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0f e58cb9\", \"got_revision_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_c lient_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_c lient_revision_cp\": \"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801 ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/ma ster@{#43426}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c6231 37f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}", | |
| 212 "--mode", | |
| 213 "dev" | |
| 214 ], | |
| 215 "cwd": "[SLAVE_BUILD]", | |
| 216 "name": "archive_build" | |
| 217 }, | |
| 218 { | |
| 219 "name": "$result", | 167 "name": "$result", |
| 220 "recipe_result": null, | 168 "reason": "Step('compile') failed with return_code 1", |
| 221 "status_code": 0 | 169 "status_code": 1 |
| 222 } | 170 } |
| 223 ] | 171 ] |
| OLD | NEW |