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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests.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, 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_rel", 10 "linux_chromium_rel",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "[SLAVE_BUILD]/src", 174 "[SLAVE_BUILD]/src",
175 "--build-tool", 175 "--build-tool",
176 "ninja", 176 "ninja",
177 "--compiler", 177 "--compiler",
178 "goma", 178 "goma",
179 "--goma-dir", 179 "--goma-dir",
180 "[BUILD]/goma", 180 "[BUILD]/goma",
181 "--", 181 "--",
182 "all", 182 "all",
183 "chrome", 183 "chrome",
184 "chrome_run",
184 "chrome", 185 "chrome",
186 "chrome_run",
185 "base_unittests", 187 "base_unittests",
186 "browser_tests", 188 "browser_tests",
187 "chrome" 189 "chrome",
190 "chrome_run"
188 ], 191 ],
189 "name": "compile (with patch)" 192 "name": "compile (with patch)"
190 }, 193 },
191 { 194 {
192 "cmd": [ 195 "cmd": [
193 "python", 196 "python",
194 "-u", 197 "-u",
195 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 198 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
196 "--json", 199 "--json",
197 "/path/to/tmp/json" 200 "/path/to/tmp/json"
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "cmd": [ 388 "cmd": [
386 "python", 389 "python",
387 "-u", 390 "-u",
388 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 391 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
389 "--write-full-results-to", 392 "--write-full-results-to",
390 "/path/to/tmp/json" 393 "/path/to/tmp/json"
391 ], 394 ],
392 "name": "mojo_python_tests (with patch)" 395 "name": "mojo_python_tests (with patch)"
393 } 396 }
394 ] 397 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698