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

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

Issue 507193002: Turns on filtering compile everywhere (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 3 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_browser_asan_rel", 10 "linux_chromium_browser_asan_rel",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "[SLAVE_BUILD]/src/testing/buildbot/chromium_memory_trybot.json", 73 "[SLAVE_BUILD]/src/testing/buildbot/chromium_memory_trybot.json",
74 "/path/to/tmp/json" 74 "/path/to/tmp/json"
75 ], 75 ],
76 "name": "read test spec", 76 "name": "read test spec",
77 "~followup_annotations": [ 77 "~followup_annotations": [
78 "@@@STEP_TEXT@path: testing/buildbot/chromium_memory_trybot.json@@@", 78 "@@@STEP_TEXT@path: testing/buildbot/chromium_memory_trybot.json@@@",
79 "@@@STEP_LOG_LINE@json.output@{@@@", 79 "@@@STEP_LOG_LINE@json.output@{@@@",
80 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", 81 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@",
82 "@@@STEP_LOG_LINE@json.output@ ], @@@", 82 "@@@STEP_LOG_LINE@json.output@ ], @@@",
83 "@@@STEP_LOG_LINE@json.output@ \"filter_compile_builders\": \"linux_chrom ium_browser_asan_rel\", @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 83 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
85 "@@@STEP_LOG_LINE@json.output@ {@@@", 84 "@@@STEP_LOG_LINE@json.output@ {@@@",
86 "@@@STEP_LOG_LINE@json.output@ \"args\": \"--gtest-filter: *NaCl*\", @@@", 85 "@@@STEP_LOG_LINE@json.output@ \"args\": \"--gtest-filter: *NaCl*\", @@@",
87 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 86 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
88 "@@@STEP_LOG_LINE@json.output@ }, @@@", 87 "@@@STEP_LOG_LINE@json.output@ }, @@@",
89 "@@@STEP_LOG_LINE@json.output@ {@@@", 88 "@@@STEP_LOG_LINE@json.output@ {@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@", 89 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"--gtest-filter: *NaCl*\"@@@", 90 "@@@STEP_LOG_LINE@json.output@ \"--gtest-filter: *NaCl*\"@@@",
92 "@@@STEP_LOG_LINE@json.output@ ], @@@", 91 "@@@STEP_LOG_LINE@json.output@ ], @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_tests\"@@@", 92 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_tests\"@@@",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "cmd": [ 293 "cmd": [
295 "python", 294 "python",
296 "-u", 295 "-u",
297 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 296 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
298 "--write-full-results-to", 297 "--write-full-results-to",
299 "/path/to/tmp/json" 298 "/path/to/tmp/json"
300 ], 299 ],
301 "name": "mojo_python_tests (with patch)" 300 "name": "mojo_python_tests (with patch)"
302 } 301 }
303 ] 302 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698