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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "cmd": [ 69 "cmd": [
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@ \"non_filter_compile_builders\": [@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"linux_chromium_rel\"@@@",
82 "@@@STEP_LOG_LINE@json.output@ ]@@@",
83 "@@@STEP_LOG_LINE@json.output@}@@@",
80 "@@@STEP_LOG_END@json.output@@@" 84 "@@@STEP_LOG_END@json.output@@@"
81 ] 85 ]
82 }, 86 },
83 { 87 {
84 "cmd": [ 88 "cmd": [
85 "python", 89 "python",
86 "-u", 90 "-u",
87 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 91 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
88 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 92 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
89 "/path/to/tmp/json" 93 "/path/to/tmp/json"
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "cmd": [ 316 "cmd": [
313 "python", 317 "python",
314 "-u", 318 "-u",
315 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 319 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
316 "--write-full-results-to", 320 "--write-full-results-to",
317 "/path/to/tmp/json" 321 "/path/to/tmp/json"
318 ], 322 ],
319 "name": "mojo_python_tests (with patch)" 323 "name": "mojo_python_tests (with patch)"
320 } 324 }
321 ] 325 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698