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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_chromium_clobber_rel_ng", | 10 "linux_chromium_clobber_rel_ng", |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 "[SLAVE_BUILD]/src/build/gyp_chromium", | 154 "[SLAVE_BUILD]/src/build/gyp_chromium", |
155 "--analyzer", | 155 "--analyzer", |
156 "{\"files\": [\"foo.cc\"], \"targets\": []}", | 156 "{\"files\": [\"foo.cc\"], \"targets\": []}", |
157 "/path/to/tmp/json" | 157 "/path/to/tmp/json" |
158 ], | 158 ], |
159 "env": { | 159 "env": { |
160 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 160 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
161 }, | 161 }, |
162 "name": "analyze", | 162 "name": "analyze", |
163 "~followup_annotations": [ | 163 "~followup_annotations": [ |
164 "@@@STEP_TEXT@No compile necessary@@@", | |
165 "@@@STEP_LOG_LINE@json.output@{@@@", | 164 "@@@STEP_LOG_LINE@json.output@{@@@", |
166 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
167 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
168 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 170 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
169 "@@@STEP_LOG_LINE@json.output@}@@@", | 171 "@@@STEP_LOG_LINE@json.output@}@@@", |
170 "@@@STEP_LOG_END@json.output@@@" | 172 "@@@STEP_LOG_END@json.output@@@" |
171 ] | 173 ] |
| 174 }, |
| 175 { |
| 176 "cmd": [ |
| 177 "python", |
| 178 "-u", |
| 179 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 180 ], |
| 181 "name": "cleanup_temp" |
| 182 }, |
| 183 { |
| 184 "cmd": [ |
| 185 "python", |
| 186 "-u", |
| 187 "[BUILD]/scripts/slave/compile.py", |
| 188 "--target", |
| 189 "Release", |
| 190 "--src-dir", |
| 191 "[SLAVE_BUILD]/src", |
| 192 "--build-tool", |
| 193 "ninja", |
| 194 "--compiler", |
| 195 "goma", |
| 196 "--goma-dir", |
| 197 "[BUILD]/goma", |
| 198 "--clobber", |
| 199 "--", |
| 200 "base_unittests", |
| 201 "net_unittests" |
| 202 ], |
| 203 "name": "compile (with patch)" |
172 } | 204 } |
173 ] | 205 ] |
OLD | NEW |