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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_compile_targets.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_rel", 10 "linux_chromium_rel",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "python", 70 "python",
71 "-u", 71 "-u",
72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
73 "[SLAVE_BUILD]/src/testing/buildbot/chromium_trybot.json", 73 "[SLAVE_BUILD]/src/testing/buildbot/chromium_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_trybot.json@@@", 78 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@",
79 "@@@STEP_LOG_LINE@json.output@{@@@", 79 "@@@STEP_LOG_LINE@json.output@{@@@",
80 "@@@STEP_LOG_LINE@json.output@ \"filter_compile_builders\": \"linux_chrom ium_rel\", @@@",
81 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
82 "@@@STEP_LOG_LINE@json.output@ {@@@", 81 "@@@STEP_LOG_LINE@json.output@ {@@@",
83 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
84 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr ue@@@", 83 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr ue@@@",
85 "@@@STEP_LOG_LINE@json.output@ }, @@@", 84 "@@@STEP_LOG_LINE@json.output@ }, @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", 85 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@",
87 "@@@STEP_LOG_LINE@json.output@ }, @@@", 86 "@@@STEP_LOG_LINE@json.output@ }, @@@",
88 "@@@STEP_LOG_LINE@json.output@ {@@@", 87 "@@@STEP_LOG_LINE@json.output@ {@@@",
89 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
90 "@@@STEP_LOG_LINE@json.output@ }, @@@", 89 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 "cmd": [ 383 "cmd": [
385 "python", 384 "python",
386 "-u", 385 "-u",
387 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 386 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
388 "--write-full-results-to", 387 "--write-full-results-to",
389 "/path/to/tmp/json" 388 "/path/to/tmp/json"
390 ], 389 ],
391 "name": "mojo_python_tests (with patch)" 390 "name": "mojo_python_tests (with patch)"
392 } 391 }
393 ] 392 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698