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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_chromeos_rel_swarming.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_chromeos_rel_swarming", 10 "linux_chromium_chromeos_rel_swarming",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "--compiler", 135 "--compiler",
136 "goma", 136 "goma",
137 "--goma-dir", 137 "--goma-dir",
138 "[BUILD]/goma", 138 "[BUILD]/goma",
139 "--", 139 "--",
140 "all", 140 "all",
141 "base_unittests", 141 "base_unittests",
142 "mojo_common_unittests", 142 "mojo_common_unittests",
143 "sandbox_linux_unittests", 143 "sandbox_linux_unittests",
144 "browser_tests", 144 "browser_tests",
145 "chrome" 145 "chrome",
146 "chrome_run"
146 ], 147 ],
147 "name": "compile (with patch)" 148 "name": "compile (with patch)"
148 }, 149 },
149 { 150 {
150 "cmd": [ 151 "cmd": [
151 "python", 152 "python",
152 "-u", 153 "-u",
153 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 154 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
154 "--json", 155 "--json",
155 "/path/to/tmp/json" 156 "/path/to/tmp/json"
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "cmd": [ 339 "cmd": [
339 "python", 340 "python",
340 "-u", 341 "-u",
341 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 342 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
342 "--write-full-results-to", 343 "--write-full-results-to",
343 "/path/to/tmp/json" 344 "/path/to/tmp/json"
344 ], 345 ],
345 "name": "mojo_python_tests (with patch)" 346 "name": "mojo_python_tests (with patch)"
346 } 347 }
347 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698