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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_cq.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_swarming", 10 "linux_chromium_rel_swarming",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "[SLAVE_BUILD]/src", 138 "[SLAVE_BUILD]/src",
139 "--build-tool", 139 "--build-tool",
140 "ninja", 140 "ninja",
141 "--compiler", 141 "--compiler",
142 "goma", 142 "goma",
143 "--goma-dir", 143 "--goma-dir",
144 "[BUILD]/goma", 144 "[BUILD]/goma",
145 "--", 145 "--",
146 "all", 146 "all",
147 "chrome", 147 "chrome",
148 "chrome_run",
148 "chrome", 149 "chrome",
150 "chrome_run",
149 "base_unittests_run", 151 "base_unittests_run",
150 "browser_tests_run", 152 "browser_tests_run",
151 "chrome" 153 "chrome",
154 "chrome_run"
152 ], 155 ],
153 "name": "compile (with patch)" 156 "name": "compile (with patch)"
154 }, 157 },
155 { 158 {
156 "cmd": [ 159 "cmd": [
157 "python", 160 "python",
158 "-u", 161 "-u",
159 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 162 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
160 "--build-dir", 163 "--build-dir",
161 "[SLAVE_BUILD]/src/out/Release", 164 "[SLAVE_BUILD]/src/out/Release",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "https://chromium-swarm.appspot.com", 478 "https://chromium-swarm.appspot.com",
476 "--shards", 479 "--shards",
477 "5", 480 "5",
478 "--decorate", 481 "--decorate",
479 "--print-status-updates", 482 "--print-status-updates",
480 "browser_tests (with patch)/Linux/[dummy hash for browser_tests]/linux_chr omium_rel_swarming/571" 483 "browser_tests (with patch)/Linux/[dummy hash for browser_tests]/linux_chr omium_rel_swarming/571"
481 ], 484 ],
482 "name": "[swarming] browser_tests (with patch)" 485 "name": "[swarming] browser_tests (with patch)"
483 } 486 }
484 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698