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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "-u", 273 "-u",
274 "[BUILD]/scripts/slave/cleanup_temp.py" 274 "[BUILD]/scripts/slave/cleanup_temp.py"
275 ], 275 ],
276 "cwd": "[SLAVE_BUILD]", 276 "cwd": "[SLAVE_BUILD]",
277 "name": "cleanup_temp" 277 "name": "cleanup_temp"
278 }, 278 },
279 { 279 {
280 "cmd": [ 280 "cmd": [
281 "python", 281 "python",
282 "-u", 282 "-u",
283 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 283 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
284 "--build-dir", 284 "--build-dir",
285 "[SLAVE_BUILD]/src/out/Release", 285 "[SLAVE_BUILD]/src/out/Release",
286 "--clean-isolated-files" 286 "--clean-isolated-files"
287 ], 287 ],
288 "cwd": "[SLAVE_BUILD]", 288 "cwd": "[SLAVE_BUILD]",
289 "name": "clean isolated files" 289 "name": "clean isolated files"
290 }, 290 },
291 { 291 {
292 "cmd": [ 292 "cmd": [
293 "python", 293 "python",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", 508 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@",
509 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 509 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
510 ] 510 ]
511 }, 511 },
512 { 512 {
513 "name": "$result", 513 "name": "$result",
514 "reason": "Step('compile (without patch)') failed with return_code 1", 514 "reason": "Step('compile (without patch)') failed with return_code 1",
515 "status_code": 1 515 "status_code": 1
516 } 516 }
517 ] 517 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698