OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "-u", | 157 "-u", |
158 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 158 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
159 "--build-dir", | 159 "--build-dir", |
160 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 160 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
161 "--clean-isolated-files" | 161 "--clean-isolated-files" |
162 ], | 162 ], |
163 "cwd": "[SLAVE_BUILD]", | 163 "cwd": "[SLAVE_BUILD]", |
164 "name": "clean isolated files" | 164 "name": "clean isolated files" |
165 }, | 165 }, |
166 { | 166 { |
| 167 "allow_subannotations": true, |
| 168 "cmd": [ |
| 169 "python", |
| 170 "-u", |
| 171 "[BUILD]\\scripts\\slave\\clang_revision.py", |
| 172 "--src-dir", |
| 173 "[SLAVE_BUILD]\\src", |
| 174 "--output-json", |
| 175 "/path/to/tmp/json" |
| 176 ], |
| 177 "cwd": "[SLAVE_BUILD]", |
| 178 "name": "clang_revision", |
| 179 "~followup_annotations": [ |
| 180 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 183 "@@@STEP_LOG_END@json.output@@@" |
| 184 ] |
| 185 }, |
| 186 { |
167 "cmd": [ | 187 "cmd": [ |
168 "python", | 188 "python", |
169 "-u", | 189 "-u", |
170 "import sys; sys.exit(1)" | 190 "[BUILD]\\scripts\\slave\\compile.py", |
| 191 "--target", |
| 192 "Release_x64", |
| 193 "--src-dir", |
| 194 "[SLAVE_BUILD]\\src", |
| 195 "--build-tool", |
| 196 "ninja", |
| 197 "--compiler", |
| 198 "clang", |
| 199 "--mode", |
| 200 "official", |
| 201 "--clobber", |
| 202 "--" |
171 ], | 203 ], |
172 "cwd": "[SLAVE_BUILD]", | 204 "cwd": "[SLAVE_BUILD]", |
173 "name": "compile", | 205 "name": "compile" |
| 206 }, |
| 207 { |
| 208 "cmd": [ |
| 209 "python", |
| 210 "-u", |
| 211 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
| 212 "--build-dir", |
| 213 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 214 "--src-dir", |
| 215 "[SLAVE_BUILD]\\src" |
| 216 ], |
| 217 "cwd": "[SLAVE_BUILD]", |
| 218 "name": "remove_build_metadata" |
| 219 }, |
| 220 { |
| 221 "cmd": [ |
| 222 "python", |
| 223 "-u", |
| 224 "RECIPE_MODULE[isolate]\\resources\\isolate.py", |
| 225 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 226 "batcharchive", |
| 227 "--dump-json", |
| 228 "/path/to/tmp/json", |
| 229 "--isolate-server", |
| 230 "https://isolateserver.appspot.com", |
| 231 "--verbose", |
| 232 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" |
| 233 ], |
| 234 "cwd": "[SLAVE_BUILD]", |
| 235 "name": "isolate tests", |
174 "~followup_annotations": [ | 236 "~followup_annotations": [ |
175 "step returned non-zero exit code: 1", | 237 "@@@STEP_LOG_LINE@json.output@{@@@", |
176 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
177 "@@@STEP_FAILURE@@@" | 239 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 240 "@@@STEP_LOG_END@json.output@@@" |
178 ] | 241 ] |
179 }, | 242 }, |
180 { | 243 { |
181 "name": "$final_result", | 244 "allow_subannotations": true, |
182 "reason": "Step('compile') failed with return_code 1", | 245 "cmd": [ |
183 "status_code": 1 | 246 "python", |
| 247 "-u", |
| 248 "[BUILD]\\scripts\\slave\\zip_build.py", |
| 249 "--target", |
| 250 "Release_x64", |
| 251 "--build-url", |
| 252 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64", |
| 253 "--build_revision", |
| 254 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 255 "--factory-properties", |
| 256 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 257 "--build-properties", |
| 258 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 259 ], |
| 260 "cwd": "[SLAVE_BUILD]", |
| 261 "name": "package build" |
| 262 }, |
| 263 { |
| 264 "cmd": [], |
| 265 "cwd": "[SLAVE_BUILD]", |
| 266 "name": "trigger", |
| 267 "trigger_specs": [ |
| 268 { |
| 269 "builder_name": "CrWinClang64 tester" |
| 270 } |
| 271 ], |
| 272 "~followup_annotations": [ |
| 273 "@@@STEP_TEXT@CrWinClang64 tester@@@" |
| 274 ] |
184 } | 275 } |
185 ] | 276 ] |
OLD | NEW |