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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_matching_exclusion.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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "[SLAVE_BUILD]/src", 137 "[SLAVE_BUILD]/src",
138 "--build-tool", 138 "--build-tool",
139 "ninja", 139 "ninja",
140 "--compiler", 140 "--compiler",
141 "goma", 141 "goma",
142 "--goma-dir", 142 "--goma-dir",
143 "[BUILD]/goma", 143 "[BUILD]/goma",
144 "--", 144 "--",
145 "all", 145 "all",
146 "chrome", 146 "chrome",
147 "chrome_run",
147 "chrome", 148 "chrome",
148 "chrome" 149 "chrome_run",
150 "chrome",
151 "chrome_run"
149 ], 152 ],
150 "name": "compile (with patch)" 153 "name": "compile (with patch)"
151 }, 154 },
152 { 155 {
153 "cmd": [ 156 "cmd": [
154 "python", 157 "python",
155 "-u", 158 "-u",
156 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 159 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
157 "--json", 160 "--json",
158 "/path/to/tmp/json" 161 "/path/to/tmp/json"
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "cmd": [ 301 "cmd": [
299 "python", 302 "python",
300 "-u", 303 "-u",
301 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 304 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
302 "--write-full-results-to", 305 "--write-full-results-to",
303 "/path/to/tmp/json" 306 "/path/to/tmp/json"
304 ], 307 ],
305 "name": "mojo_python_tests (with patch)" 308 "name": "mojo_python_tests (with patch)"
306 } 309 }
307 ] 310 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698