Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_ng.json

Issue 1187863002: Use simpler "analyze" logic for chromium_trybot recipe on non-Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 ], 189 ],
190 "cwd": "[SLAVE_BUILD]", 190 "cwd": "[SLAVE_BUILD]",
191 "name": "analyze", 191 "name": "analyze",
192 "~followup_annotations": [ 192 "~followup_annotations": [
193 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 193 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
194 "@@@STEP_LOG_END@excluded_files@@@", 194 "@@@STEP_LOG_END@excluded_files@@@",
195 "@@@STEP_LOG_LINE@analyze_details@{@@@", 195 "@@@STEP_LOG_LINE@analyze_details@{@@@",
196 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 196 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
197 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 197 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
198 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 198 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
199 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@", 199 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
200 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
201 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 200 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
202 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 201 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
203 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 202 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
203 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
204 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 204 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
205 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 205 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
206 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 206 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
207 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 207 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
208 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 208 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
209 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 209 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
210 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 210 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
211 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 211 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
212 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 212 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
213 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 213 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "ninja", 274 "ninja",
275 "--compiler", 275 "--compiler",
276 "goma", 276 "goma",
277 "--goma-dir", 277 "--goma-dir",
278 "[BUILD]/goma", 278 "[BUILD]/goma",
279 "--goma-disable-local-fallback", 279 "--goma-disable-local-fallback",
280 "--ninja-ensure-up-to-date", 280 "--ninja-ensure-up-to-date",
281 "--", 281 "--",
282 "angle_unittests_run", 282 "angle_unittests_run",
283 "chrome", 283 "chrome",
284 "telemetry_gpu_test_run", 284 "chromium_swarm_tests",
285 "tab_capture_end2end_tests_run",
286 "content_gl_tests_run", 285 "content_gl_tests_run",
287 "gl_tests_run", 286 "gl_tests_run",
288 "chromium_swarm_tests" 287 "tab_capture_end2end_tests_run",
288 "telemetry_gpu_test_run"
289 ], 289 ],
290 "cwd": "[SLAVE_BUILD]", 290 "cwd": "[SLAVE_BUILD]",
291 "name": "compile (with patch)", 291 "name": "compile (with patch)",
292 "~followup_annotations": [ 292 "~followup_annotations": [
293 "step returned non-zero exit code: 1", 293 "step returned non-zero exit code: 1",
294 "@@@STEP_FAILURE@@@" 294 "@@@STEP_FAILURE@@@"
295 ] 295 ]
296 }, 296 },
297 { 297 {
298 "cmd": [ 298 "cmd": [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "ninja", 373 "ninja",
374 "--compiler", 374 "--compiler",
375 "goma", 375 "goma",
376 "--goma-dir", 376 "--goma-dir",
377 "[BUILD]/goma", 377 "[BUILD]/goma",
378 "--goma-disable-local-fallback", 378 "--goma-disable-local-fallback",
379 "--ninja-ensure-up-to-date", 379 "--ninja-ensure-up-to-date",
380 "--", 380 "--",
381 "angle_unittests_run", 381 "angle_unittests_run",
382 "chrome", 382 "chrome",
383 "telemetry_gpu_test_run", 383 "chromium_swarm_tests",
384 "tab_capture_end2end_tests_run",
385 "content_gl_tests_run", 384 "content_gl_tests_run",
386 "gl_tests_run", 385 "gl_tests_run",
387 "chromium_swarm_tests" 386 "tab_capture_end2end_tests_run",
387 "telemetry_gpu_test_run"
388 ], 388 ],
389 "cwd": "[SLAVE_BUILD]", 389 "cwd": "[SLAVE_BUILD]",
390 "name": "compile (without patch)", 390 "name": "compile (without patch)",
391 "~followup_annotations": [ 391 "~followup_annotations": [
392 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 392 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
393 ] 393 ]
394 }, 394 },
395 { 395 {
396 "name": "$final_result", 396 "name": "$final_result",
397 "reason": "Step('compile (with patch)') failed with return_code 1", 397 "reason": "Step('compile (with patch)') failed with return_code 1",
398 "status_code": 1 398 "status_code": 1
399 } 399 }
400 ] 400 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698