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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Tests (dbg)", 10 "Android Tests (dbg)",
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "--build-number", 250 "--build-number",
251 "571" 251 "571"
252 ], 252 ],
253 "cwd": "[SLAVE_BUILD]", 253 "cwd": "[SLAVE_BUILD]",
254 "name": "extract build" 254 "name": "extract build"
255 }, 255 },
256 { 256 {
257 "cmd": [ 257 "cmd": [
258 "python", 258 "python",
259 "-u", 259 "-u",
260 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 260 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
261 "--build-dir", 261 "--build-dir",
262 "[SLAVE_BUILD]/src/out/Debug", 262 "[SLAVE_BUILD]/src/out/Debug",
263 "--output-json", 263 "--output-json",
264 "/path/to/tmp/json" 264 "/path/to/tmp/json"
265 ], 265 ],
266 "cwd": "[SLAVE_BUILD]", 266 "cwd": "[SLAVE_BUILD]",
267 "name": "find isolated tests", 267 "name": "find isolated tests",
268 "~followup_annotations": [ 268 "~followup_annotations": [
269 "@@@STEP_LOG_LINE@json.output@{@@@", 269 "@@@STEP_LOG_LINE@json.output@{@@@",
270 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 270 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
271 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 271 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
272 "@@@STEP_LOG_LINE@json.output@}@@@", 272 "@@@STEP_LOG_LINE@json.output@}@@@",
273 "@@@STEP_LOG_END@json.output@@@", 273 "@@@STEP_LOG_END@json.output@@@",
274 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 274 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
275 ] 275 ]
276 }, 276 },
277 { 277 {
278 "cmd": [ 278 "cmd": [
279 "python", 279 "python",
280 "-u", 280 "-u",
281 "RECIPE_MODULE[adb]/resources/list_devices.py", 281 "RECIPE_MODULE[build.adb]/resources/list_devices.py",
282 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 282 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']",
283 "/path/to/tmp/json" 283 "/path/to/tmp/json"
284 ], 284 ],
285 "cwd": "[SLAVE_BUILD]", 285 "cwd": "[SLAVE_BUILD]",
286 "name": "List adb devices", 286 "name": "List adb devices",
287 "~followup_annotations": [ 287 "~followup_annotations": [
288 "@@@STEP_LOG_LINE@json.output@[@@@", 288 "@@@STEP_LOG_LINE@json.output@[@@@",
289 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", 289 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@",
290 "@@@STEP_LOG_LINE@json.output@]@@@", 290 "@@@STEP_LOG_LINE@json.output@]@@@",
291 "@@@STEP_LOG_END@json.output@@@" 291 "@@@STEP_LOG_END@json.output@@@"
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 { 471 {
472 "cmd": [ 472 "cmd": [
473 "python", 473 "python",
474 "-u", 474 "-u",
475 "[BUILD]/scripts/slave/daemonizer.py", 475 "[BUILD]/scripts/slave/daemonizer.py",
476 "--action", 476 "--action",
477 "restart", 477 "restart",
478 "--pid-file-path", 478 "--pid-file-path",
479 "/tmp/device_monitor.pid", 479 "/tmp/device_monitor.pid",
480 "--", 480 "--",
481 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", 481 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py",
482 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 482 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
483 "[\"07a00ca4\"]", 483 "[\"07a00ca4\"]",
484 "chromium.linux", 484 "chromium.linux",
485 "Android Tests (dbg)", 485 "Android Tests (dbg)",
486 "--blacklist-file", 486 "--blacklist-file",
487 "[SLAVE_BUILD]/src/out/bad_devices.json" 487 "[SLAVE_BUILD]/src/out/bad_devices.json"
488 ], 488 ],
489 "cwd": "[SLAVE_BUILD]", 489 "cwd": "[SLAVE_BUILD]",
490 "name": "spawn_device_monitor" 490 "name": "spawn_device_monitor"
491 }, 491 },
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 "[SLAVE_BUILD]/src/out/Debug/full_log", 833 "[SLAVE_BUILD]/src/out/Debug/full_log",
834 "[SLAVE_BUILD]/src/out/logcat" 834 "[SLAVE_BUILD]/src/out/logcat"
835 ], 835 ],
836 "cwd": "[SLAVE_BUILD]", 836 "cwd": "[SLAVE_BUILD]",
837 "name": "logcat_dump" 837 "name": "logcat_dump"
838 }, 838 },
839 { 839 {
840 "cmd": [ 840 "cmd": [
841 "python", 841 "python",
842 "-u", 842 "-u",
843 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 843 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
844 "--timeout", 844 "--timeout",
845 "300", 845 "300",
846 "--", 846 "--",
847 "[DEPOT_TOOLS]/gsutil.py", 847 "[DEPOT_TOOLS]/gsutil.py",
848 "--force-version", 848 "--force-version",
849 "4.7", 849 "4.7",
850 "-o", 850 "-o",
851 "GSUtil:parallel_composite_upload_threshold=50M", 851 "GSUtil:parallel_composite_upload_threshold=50M",
852 "----", 852 "----",
853 "cp", 853 "cp",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 906 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
907 "@@@STEP_LOG_END@python.inline@@@" 907 "@@@STEP_LOG_END@python.inline@@@"
908 ] 908 ]
909 }, 909 },
910 { 910 {
911 "name": "$result", 911 "name": "$result",
912 "recipe_result": null, 912 "recipe_result": null,
913 "status_code": 0 913 "status_code": 0
914 } 914 }
915 ] 915 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698