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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_dbg.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.win", 8 "tryserver.chromium.win",
9 "--builder", 9 "--builder",
10 "win_chromium_compile_dbg", 10 "win_chromium_compile_dbg",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "Debug", 129 "Debug",
130 "--src-dir", 130 "--src-dir",
131 "[SLAVE_BUILD]\\src", 131 "[SLAVE_BUILD]\\src",
132 "--build-tool", 132 "--build-tool",
133 "ninja", 133 "ninja",
134 "--compiler", 134 "--compiler",
135 "goma", 135 "goma",
136 "--goma-dir", 136 "--goma-dir",
137 "[BUILD]\\goma", 137 "[BUILD]\\goma",
138 "--", 138 "--",
139 "chrome",
140 "chrome",
141 "base_unittests", 139 "base_unittests",
142 "browser_tests", 140 "browser_tests"
143 "chrome"
144 ], 141 ],
145 "name": "compile (with patch)" 142 "name": "compile (with patch)"
146 } 143 }
147 ] 144 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698