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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.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 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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 654 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
652 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 655 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
653 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 656 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
654 "@@@STEP_LOG_LINE@python.inline@@@@", 657 "@@@STEP_LOG_LINE@python.inline@@@@",
655 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 658 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
656 "@@@STEP_LOG_END@python.inline@@@", 659 "@@@STEP_LOG_END@python.inline@@@",
657 "@@@STEP_FAILURE@@@" 660 "@@@STEP_FAILURE@@@"
658 ] 661 ]
659 } 662 }
660 ] 663 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698