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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "[SLAVE_BUILD]/src", 134 "[SLAVE_BUILD]/src",
135 "--build-tool", 135 "--build-tool",
136 "ninja", 136 "ninja",
137 "--compiler", 137 "--compiler",
138 "goma", 138 "goma",
139 "--goma-dir", 139 "--goma-dir",
140 "[BUILD]/goma", 140 "[BUILD]/goma",
141 "--", 141 "--",
142 "all", 142 "all",
143 "chrome", 143 "chrome",
144 "chrome_run",
144 "chrome", 145 "chrome",
146 "chrome_run",
145 "base_unittests_run", 147 "base_unittests_run",
146 "browser_tests_run", 148 "browser_tests_run",
147 "chrome" 149 "chrome",
150 "chrome_run"
148 ], 151 ],
149 "name": "compile (with patch)" 152 "name": "compile (with patch)"
150 }, 153 },
151 { 154 {
152 "cmd": [ 155 "cmd": [
153 "python", 156 "python",
154 "-u", 157 "-u",
155 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 158 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
156 "--build-dir", 159 "--build-dir",
157 "[SLAVE_BUILD]/src/out/Release", 160 "[SLAVE_BUILD]/src/out/Release",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 434 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
432 "@@@STEP_FAILURE@@@" 435 "@@@STEP_FAILURE@@@"
433 ] 436 ]
434 }, 437 },
435 { 438 {
436 "name": "$final_result", 439 "name": "$final_result",
437 "reason": "Step('browser_tests') failed with return_code 1", 440 "reason": "Step('browser_tests') failed with return_code 1",
438 "status_code": 1 441 "status_code": 1
439 } 442 }
440 ] 443 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698