| OLD | NEW |
| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests (dbg)", | 10 "Android Tests (dbg)", |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Android Tests (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.
zip\", \"parent_buildername\": \"Android Builder (dbg)\", \"parent_got_revision\
": \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo
rkdir\": \"/path/to/workdir/TestSlavename\"}", | 185 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Android Tests (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.
zip\", \"parent_buildername\": \"Android Builder (dbg)\", \"parent_got_revision\
": \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo
rkdir\": \"/path/to/workdir/TestSlavename\"}", |
| 186 "--build-properties", | 186 "--build-properties", |
| 187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Android Tests (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.
zip\", \"parent_buildername\": \"Android Builder (dbg)\", \"parent_got_revision\
": \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo
rkdir\": \"/path/to/workdir/TestSlavename\"}" | 187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Android Tests (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.
zip\", \"parent_buildername\": \"Android Builder (dbg)\", \"parent_got_revision\
": \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo
rkdir\": \"/path/to/workdir/TestSlavename\"}" |
| 188 ], | 188 ], |
| 189 "name": "extract build" | 189 "name": "extract build" |
| 190 }, | 190 }, |
| 191 { | 191 { |
| 192 "cmd": [ | 192 "cmd": [ |
| 193 "python", | 193 "python", |
| 194 "-u", | 194 "-u", |
| 195 "[BUILD]/scripts/slave/recipe_modules/adb/resources/list_devices.py", | 195 "RECIPE_MODULE[adb]/resources/list_devices.py", |
| 196 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 196 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
| 197 "/path/to/tmp/json" | 197 "/path/to/tmp/json" |
| 198 ], | 198 ], |
| 199 "name": "List adb devices", | 199 "name": "List adb devices", |
| 200 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 201 "@@@STEP_LOG_LINE@json.output@[@@@", | 201 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
| 203 "@@@STEP_LOG_LINE@json.output@]@@@", | 203 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 204 "@@@STEP_LOG_END@json.output@@@" | 204 "@@@STEP_LOG_END@json.output@@@" |
| 205 ] | 205 ] |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 "--output-path", | 796 "--output-path", |
| 797 "[SLAVE_BUILD]/src/out/Debug/full_log", | 797 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 798 "[SLAVE_BUILD]/src/out/logcat" | 798 "[SLAVE_BUILD]/src/out/logcat" |
| 799 ], | 799 ], |
| 800 "name": "logcat_dump" | 800 "name": "logcat_dump" |
| 801 }, | 801 }, |
| 802 { | 802 { |
| 803 "cmd": [ | 803 "cmd": [ |
| 804 "python", | 804 "python", |
| 805 "-u", | 805 "-u", |
| 806 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 806 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 807 "--", | 807 "--", |
| 808 "[DEPOT_TOOLS]/gsutil.py", | 808 "[DEPOT_TOOLS]/gsutil.py", |
| 809 "--force-version", | 809 "--force-version", |
| 810 "4.7", | 810 "4.7", |
| 811 "--", | 811 "--", |
| 812 "cp", | 812 "cp", |
| 813 "[SLAVE_BUILD]/src/out/Debug/full_log", | 813 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 814 "gs://chromium-android/logcat_dumps/Android Tests (dbg)/571" | 814 "gs://chromium-android/logcat_dumps/Android Tests (dbg)/571" |
| 815 ], | 815 ], |
| 816 "name": "gsutil upload", | 816 "name": "gsutil upload", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 856 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 857 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 857 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 858 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 858 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 859 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 859 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 860 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 860 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 861 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 861 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 862 "@@@STEP_LOG_END@python.inline@@@" | 862 "@@@STEP_LOG_END@python.inline@@@" |
| 863 ] | 863 ] |
| 864 } | 864 } |
| 865 ] | 865 ] |
| OLD | NEW |