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

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

Issue 485873004: Adds ability for builders to only compile targets affected by change (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge 2 trunk Created 6 years, 4 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "[SLAVE_BUILD]/src", 131 "[SLAVE_BUILD]/src",
132 "--build-tool", 132 "--build-tool",
133 "ninja", 133 "ninja",
134 "--compiler", 134 "--compiler",
135 "goma-clang", 135 "goma-clang",
136 "--goma-dir", 136 "--goma-dir",
137 "[BUILD]/goma", 137 "[BUILD]/goma",
138 "--", 138 "--",
139 "base_unittests", 139 "base_unittests",
140 "mojo_common_unittests", 140 "mojo_common_unittests",
141 "browser_tests", 141 "browser_tests"
142 "chrome"
143 ], 142 ],
144 "name": "compile (with patch)" 143 "name": "compile (with patch)"
145 }, 144 },
146 { 145 {
147 "cmd": [ 146 "cmd": [
148 "python", 147 "python",
149 "-u", 148 "-u",
150 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 149 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
151 "--json", 150 "--json",
152 "/path/to/tmp/json" 151 "/path/to/tmp/json"
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "browser_tests", 301 "browser_tests",
303 "--test-launcher-batch-limit=1", 302 "--test-launcher-batch-limit=1",
304 "--test-launcher-print-test-stdio=always" 303 "--test-launcher-print-test-stdio=always"
305 ], 304 ],
306 "name": "browser_tests (with patch)" 305 "name": "browser_tests (with patch)"
307 }, 306 },
308 { 307 {
309 "cmd": [ 308 "cmd": [
310 "python", 309 "python",
311 "-u", 310 "-u",
312 "[SLAVE_BUILD]/src/chrome/test/nacl_test_injection/buildbot_nacl_integrati on.py",
313 "--mode",
314 "Release",
315 "--json_build_results_output_file",
316 "/path/to/tmp/json"
317 ],
318 "name": "nacl_integration (with patch)",
319 "~followup_annotations": [
320 "@@@STEP_LOG_LINE@json.output@[]@@@",
321 "@@@STEP_LOG_END@json.output@@@"
322 ]
323 },
324 {
325 "cmd": [
326 "python",
327 "-u",
328 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 311 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
329 "--write-full-results-to", 312 "--write-full-results-to",
330 "/path/to/tmp/json" 313 "/path/to/tmp/json"
331 ], 314 ],
332 "name": "mojo_python_tests (with patch)" 315 "name": "mojo_python_tests (with patch)"
333 } 316 }
334 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698