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

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

Issue 498903002: Updates compile targets for telemetry/nacl to include chrome_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "[SLAVE_BUILD]/src", 153 "[SLAVE_BUILD]/src",
154 "--build-tool", 154 "--build-tool",
155 "ninja", 155 "ninja",
156 "--compiler", 156 "--compiler",
157 "goma", 157 "goma",
158 "--goma-dir", 158 "--goma-dir",
159 "[BUILD]/goma", 159 "[BUILD]/goma",
160 "--", 160 "--",
161 "all", 161 "all",
162 "chrome", 162 "chrome",
163 "chrome_run",
163 "chrome", 164 "chrome",
164 "chrome" 165 "chrome_run",
166 "chrome",
167 "chrome_run"
165 ], 168 ],
166 "name": "compile (with patch)" 169 "name": "compile (with patch)"
167 }, 170 },
168 { 171 {
169 "cmd": [ 172 "cmd": [
170 "python", 173 "python",
171 "-u", 174 "-u",
172 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 175 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
173 "--json", 176 "--json",
174 "/path/to/tmp/json" 177 "/path/to/tmp/json"
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "cmd": [ 317 "cmd": [
315 "python", 318 "python",
316 "-u", 319 "-u",
317 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 320 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
318 "--write-full-results-to", 321 "--write-full-results-to",
319 "/path/to/tmp/json" 322 "/path/to/tmp/json"
320 ], 323 ],
321 "name": "mojo_python_tests (with patch)" 324 "name": "mojo_python_tests (with patch)"
322 } 325 }
323 ] 326 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698