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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
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@ \"chrome\", @@@", 230 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
231 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@", 231 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
232 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
233 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests\", @@@",
234 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
232 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 235 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
233 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 236 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
234 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
235 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests\", @@@",
236 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
237 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 237 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
238 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 238 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
239 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 239 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
240 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 240 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
241 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 241 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
242 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 242 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
243 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests\", @@@", 243 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests\", @@@",
244 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 244 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
245 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 245 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
246 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 246 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "ninja", 311 "ninja",
312 "--compiler", 312 "--compiler",
313 "goma", 313 "goma",
314 "--goma-dir", 314 "--goma-dir",
315 "[BUILD]/goma", 315 "[BUILD]/goma",
316 "--goma-disable-local-fallback", 316 "--goma-disable-local-fallback",
317 "--ninja-ensure-up-to-date", 317 "--ninja-ensure-up-to-date",
318 "--", 318 "--",
319 "angle_unittests_run", 319 "angle_unittests_run",
320 "chrome", 320 "chrome",
321 "telemetry_gpu_test_run", 321 "chromium_swarm_tests",
322 "content_gl_tests_run",
323 "gl_tests",
324 "gl_tests_run",
322 "tab_capture_end2end_tests_run", 325 "tab_capture_end2end_tests_run",
323 "content_gl_tests_run", 326 "telemetry_gpu_test_run"
324 "gl_tests_run",
325 "gl_tests",
326 "chromium_swarm_tests"
327 ], 327 ],
328 "cwd": "[SLAVE_BUILD]", 328 "cwd": "[SLAVE_BUILD]",
329 "name": "compile (with patch)" 329 "name": "compile (with patch)"
330 }, 330 },
331 { 331 {
332 "cmd": [ 332 "cmd": [
333 "python", 333 "python",
334 "-u", 334 "-u",
335 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 335 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
336 "--build-dir", 336 "--build-dir",
(...skipping 1987 matching lines...) Expand 10 before | Expand all | Expand 10 after
2324 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 2324 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
2325 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 2325 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
2326 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 2326 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
2327 "@@@STEP_LOG_LINE@python.inline@@@@", 2327 "@@@STEP_LOG_LINE@python.inline@@@@",
2328 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 2328 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
2329 "@@@STEP_LOG_END@python.inline@@@", 2329 "@@@STEP_LOG_END@python.inline@@@",
2330 "@@@STEP_FAILURE@@@" 2330 "@@@STEP_FAILURE@@@"
2331 ] 2331 ]
2332 } 2332 }
2333 ] 2333 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698