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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "import sys; sys.exit(0)" 220 "import sys; sys.exit(0)"
221 ], 221 ],
222 "cwd": "[SLAVE_BUILD]", 222 "cwd": "[SLAVE_BUILD]",
223 "name": "analyze", 223 "name": "analyze",
224 "~followup_annotations": [ 224 "~followup_annotations": [
225 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 225 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
226 "@@@STEP_LOG_END@excluded_files@@@", 226 "@@@STEP_LOG_END@excluded_files@@@",
227 "@@@STEP_LOG_LINE@analyze_details@{@@@", 227 "@@@STEP_LOG_LINE@analyze_details@{@@@",
228 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 228 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
229 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 229 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
230 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
230 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@", 231 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
231 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 232 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
232 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@", 233 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
233 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
234 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
235 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 234 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
236 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 235 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
237 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 236 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
237 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
238 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 238 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
239 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 239 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
240 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 240 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
241 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 241 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
242 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@", 242 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
243 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 243 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
244 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 244 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
245 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 245 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
246 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 246 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
247 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 247 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "--build-tool", 315 "--build-tool",
316 "ninja", 316 "ninja",
317 "--compiler", 317 "--compiler",
318 "goma", 318 "goma",
319 "--goma-dir", 319 "--goma-dir",
320 "[BUILD]/goma", 320 "[BUILD]/goma",
321 "--goma-disable-local-fallback", 321 "--goma-disable-local-fallback",
322 "--ninja-ensure-up-to-date", 322 "--ninja-ensure-up-to-date",
323 "--", 323 "--",
324 "angle_unittests_run", 324 "angle_unittests_run",
325 "base_unittests",
325 "base_unittests_run", 326 "base_unittests_run",
326 "chrome", 327 "chrome",
327 "telemetry_gpu_test_run", 328 "chromium_swarm_tests",
328 "tab_capture_end2end_tests_run",
329 "base_unittests",
330 "content_gl_tests_run", 329 "content_gl_tests_run",
331 "gl_tests_run", 330 "gl_tests_run",
332 "chromium_swarm_tests" 331 "tab_capture_end2end_tests_run",
332 "telemetry_gpu_test_run"
333 ], 333 ],
334 "cwd": "[SLAVE_BUILD]", 334 "cwd": "[SLAVE_BUILD]",
335 "name": "compile (with patch)" 335 "name": "compile (with patch)"
336 }, 336 },
337 { 337 {
338 "cmd": [ 338 "cmd": [
339 "python", 339 "python",
340 "-u", 340 "-u",
341 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 341 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
342 "--build-dir", 342 "--build-dir",
(...skipping 1654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1997 "@@@STEP_FAILURE@@@", 1997 "@@@STEP_FAILURE@@@",
1998 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 1998 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
1999 ] 1999 ]
2000 }, 2000 },
2001 { 2001 {
2002 "name": "$final_result", 2002 "name": "$final_result",
2003 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 2003 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
2004 "status_code": 1 2004 "status_code": 1
2005 } 2005 }
2006 ] 2006 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698