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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Linux_x64.json

Issue 1466563002: Remove the 'compile_targets' from 'Linux x64' on the chromium waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 1 month 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 | Annotate | Revision Log
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 "chromium", 8 "chromium",
9 "--builder", 9 "--builder",
10 "Linux x64", 10 "Linux x64",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "ninja", 181 "ninja",
182 "--compiler", 182 "--compiler",
183 "goma", 183 "goma",
184 "--goma-jsonstatus", 184 "--goma-jsonstatus",
185 "/path/to/tmp/json", 185 "/path/to/tmp/json",
186 "--goma-dir", 186 "--goma-dir",
187 "[BUILD]/goma", 187 "[BUILD]/goma",
188 "--ninja-ensure-up-to-date", 188 "--ninja-ensure-up-to-date",
189 "--clobber", 189 "--clobber",
190 "--", 190 "--",
191 "all" 191 "All",
192 "chromium_builder_tests"
192 ], 193 ],
193 "cwd": "[SLAVE_BUILD]", 194 "cwd": "[SLAVE_BUILD]",
194 "name": "compile", 195 "name": "compile",
195 "~followup_annotations": [ 196 "~followup_annotations": [
196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 197 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
197 "@@@STEP_LOG_END@json.output (invalid)@@@" 198 "@@@STEP_LOG_END@json.output (invalid)@@@"
198 ] 199 ]
199 }, 200 },
200 { 201 {
201 "cmd": [ 202 "cmd": [
(...skipping 11 matching lines...) Expand all
213 ], 214 ],
214 "cwd": "[SLAVE_BUILD]", 215 "cwd": "[SLAVE_BUILD]",
215 "name": "archive_build" 216 "name": "archive_build"
216 }, 217 },
217 { 218 {
218 "name": "$result", 219 "name": "$result",
219 "recipe_result": null, 220 "recipe_result": null,
220 "status_code": 0 221 "status_code": 0
221 } 222 }
222 ] 223 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698