| 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.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Nexus5 Perf", | 10 "Android Nexus5 Perf", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'custom_deps': {'src/chrome/test/data/pdf
_private': None, 'src/third_party/WebKit/LayoutTests': None, 'src/tools/valgrind
': None}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/
%s', 'llvm_url': 'svn://svn-mirror.golo.chromium.org/llvm-project', 'nacl_trunk'
: 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': '
svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.
golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': False, 'name':
'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_d
eps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/
test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/
searchplugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/
chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': No
ne, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None,
'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports':
None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data
/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test
/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder'
: None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder
': None}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src-internal', 'url':
'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]\ntarge
t_os = ['android']", | 14 "cache_dir = None\nsolutions = [{'custom_deps': {'src/chrome/test/data/pdf
_private': None, 'src/third_party/WebKit/LayoutTests': None, 'src/tools/valgrind
': None}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/
%s', 'llvm_url': 'svn://svn-mirror.golo.chromium.org/llvm-project', 'nacl_trunk'
: 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': '
svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.
golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': False, 'name':
'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_d
eps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/
test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/
searchplugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/
chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': No
ne, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None,
'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports':
None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data
/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test
/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder'
: None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder
': None}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src-internal', 'url':
'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]\ntarge
t_os = ['android']", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| 21 "--revision", | 21 "--revision", |
| 22 "src@deadbeef" | 22 "src@deadbeef" |
| 23 ], | 23 ], |
| 24 "cwd": "[SLAVE_BUILD]", |
| 24 "name": "bot_update", | 25 "name": "bot_update", |
| 25 "~followup_annotations": [ | 26 "~followup_annotations": [ |
| 26 "@@@STEP_TEXT@Some step text@@@", | 27 "@@@STEP_TEXT@Some step text@@@", |
| 27 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 61 ] | 62 ] |
| 62 }, | 63 }, |
| 63 { | 64 { |
| 64 "cmd": [ | 65 "cmd": [ |
| 65 "python", | 66 "python", |
| 66 "-u", | 67 "-u", |
| 67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 68 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 68 "[SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json", | 69 "[SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json", |
| 69 "/path/to/tmp/json" | 70 "/path/to/tmp/json" |
| 70 ], | 71 ], |
| 72 "cwd": "[SLAVE_BUILD]", |
| 71 "name": "read test spec", | 73 "name": "read test spec", |
| 72 "~followup_annotations": [ | 74 "~followup_annotations": [ |
| 73 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json@
@@", | 75 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json@
@@", |
| 74 "@@@STEP_LOG_LINE@json.output@{@@@", | 76 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 75 "@@@STEP_LOG_LINE@json.output@ \"Android Nexus5 Perf\": {@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"Android Nexus5 Perf\": {@@@", |
| 76 "@@@STEP_LOG_LINE@json.output@ \"scripts\": [@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"scripts\": [@@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ {@@@", | 79 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"name\": \"host_info\", @@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"name\": \"host_info\", @@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ \"script\": \"host_info.py\"@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"script\": \"host_info.py\"@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ }@@@", | 82 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 92 "--output", | 94 "--output", |
| 93 "/path/to/tmp/json", | 95 "/path/to/tmp/json", |
| 94 "--", | 96 "--", |
| 95 "--build-config-fs", | 97 "--build-config-fs", |
| 96 "Release", | 98 "Release", |
| 97 "--paths", | 99 "--paths", |
| 98 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 100 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 99 "--properties", | 101 "--properties", |
| 100 "{\"buildername\": \"Android Nexus5 Perf\", \"buildnumber\": 571, \"master
name\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"h
ttps://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_platform
\": \"android\"}" | 102 "{\"buildername\": \"Android Nexus5 Perf\", \"buildnumber\": 571, \"master
name\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"h
ttps://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_platform
\": \"android\"}" |
| 101 ], | 103 ], |
| 104 "cwd": "[SLAVE_BUILD]", |
| 102 "name": "get compile targets for scripts", | 105 "name": "get compile targets for scripts", |
| 103 "~followup_annotations": [ | 106 "~followup_annotations": [ |
| 104 "@@@STEP_LOG_LINE@json.output@{}@@@", | 107 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 105 "@@@STEP_LOG_END@json.output@@@" | 108 "@@@STEP_LOG_END@json.output@@@" |
| 106 ] | 109 ] |
| 107 }, | 110 }, |
| 108 { | 111 { |
| 109 "cmd": [ | 112 "cmd": [ |
| 110 "python", | 113 "python", |
| 111 "-u", | 114 "-u", |
| 112 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 115 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| 113 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 116 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
| 114 "[SLAVE_BUILD]/src/out/Release/test_logs", | 117 "[SLAVE_BUILD]/src/out/Release/test_logs", |
| 115 "[SLAVE_BUILD]/src/out/build_product.zip", | 118 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 116 "[SLAVE_BUILD]/src" | 119 "[SLAVE_BUILD]/src" |
| 117 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
| 118 "name": "clean local files", | 122 "name": "clean local files", |
| 119 "~followup_annotations": [ | 123 "~followup_annotations": [ |
| 120 "@@@STEP_LOG_LINE@python.inline@@@@", | 124 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 121 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 125 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 122 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 126 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 123 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 127 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 124 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 128 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 125 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 129 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 126 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 130 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 127 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 131 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 139 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 143 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 140 "--", | 144 "--", |
| 141 "[DEPOT_TOOLS]/gsutil.py", | 145 "[DEPOT_TOOLS]/gsutil.py", |
| 142 "--force-version", | 146 "--force-version", |
| 143 "4.7", | 147 "4.7", |
| 144 "--", | 148 "--", |
| 145 "cp", | 149 "cp", |
| 146 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", | 150 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", |
| 147 "[SLAVE_BUILD]/src/out/build_product.zip" | 151 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 148 ], | 152 ], |
| 153 "cwd": "[SLAVE_BUILD]", |
| 149 "name": "gsutil download_build_product" | 154 "name": "gsutil download_build_product" |
| 150 }, | 155 }, |
| 151 { | 156 { |
| 152 "cmd": [ | 157 "cmd": [ |
| 153 "unzip", | 158 "unzip", |
| 154 "-o", | 159 "-o", |
| 155 "[SLAVE_BUILD]/src/out/build_product.zip" | 160 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 156 ], | 161 ], |
| 157 "cwd": "[SLAVE_BUILD]/src", | 162 "cwd": "[SLAVE_BUILD]/src", |
| 158 "name": "unzip_build_product" | 163 "name": "unzip_build_product" |
| 159 }, | 164 }, |
| 160 { | 165 { |
| 161 "cmd": [ | 166 "cmd": [ |
| 162 "[BUILD]/scripts/slave/daemonizer.py", | 167 "[BUILD]/scripts/slave/daemonizer.py", |
| 163 "--", | 168 "--", |
| 164 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 169 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 165 "[SLAVE_BUILD]/src/out/logcat" | 170 "[SLAVE_BUILD]/src/out/logcat" |
| 166 ], | 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", |
| 167 "env": { | 173 "env": { |
| 168 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 174 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 169 }, | 175 }, |
| 170 "name": "spawn_logcat_monitor" | 176 "name": "spawn_logcat_monitor" |
| 171 }, | 177 }, |
| 172 { | 178 { |
| 173 "cmd": [ | 179 "cmd": [ |
| 174 "python", | 180 "python", |
| 175 "-u", | 181 "-u", |
| 176 "[BUILD]/scripts/slave/android/authorize_adb_devices.py", | 182 "[BUILD]/scripts/slave/android/authorize_adb_devices.py", |
| 177 "--adb-path", | 183 "--adb-path", |
| 178 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 184 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 179 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
| 180 "env": { | 187 "env": { |
| 181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 188 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 182 }, | 189 }, |
| 183 "name": "authorize_adb_devices" | 190 "name": "authorize_adb_devices" |
| 184 }, | 191 }, |
| 185 { | 192 { |
| 186 "cmd": [ | 193 "cmd": [ |
| 187 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 194 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 188 "--json-output", | 195 "--json-output", |
| 189 "/path/to/tmp/json" | 196 "/path/to/tmp/json" |
| 190 ], | 197 ], |
| 198 "cwd": "[SLAVE_BUILD]", |
| 191 "env": { | 199 "env": { |
| 192 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 200 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 193 }, | 201 }, |
| 194 "name": "device_status_check", | 202 "name": "device_status_check", |
| 195 "~followup_annotations": [ | 203 "~followup_annotations": [ |
| 196 "@@@STEP_TEXT@Online devices: 1@@@", | 204 "@@@STEP_TEXT@Online devices: 1@@@", |
| 197 "@@@STEP_LOG_LINE@json.output@[@@@", | 205 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ {@@@", | 206 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 199 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 207 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 200 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 225 "python", | 233 "python", |
| 226 "-u", | 234 "-u", |
| 227 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 235 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 228 "-t", | 236 "-t", |
| 229 "Release", | 237 "Release", |
| 230 "--min-battery-level", | 238 "--min-battery-level", |
| 231 "95", | 239 "95", |
| 232 "--disable-network", | 240 "--disable-network", |
| 233 "--disable-java-debug" | 241 "--disable-java-debug" |
| 234 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]", |
| 235 "env": { | 244 "env": { |
| 236 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 245 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 237 }, | 246 }, |
| 238 "name": "provision_devices" | 247 "name": "provision_devices" |
| 239 }, | 248 }, |
| 240 { | 249 { |
| 241 "cmd": [ | 250 "cmd": [ |
| 242 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 251 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 243 "--apk", | 252 "--apk", |
| 244 "ChromeShell.apk", | 253 "ChromeShell.apk", |
| 245 "--apk_package", | 254 "--apk_package", |
| 246 "org.chromium.chrome.shell", | 255 "org.chromium.chrome.shell", |
| 247 "--release" | 256 "--release" |
| 248 ], | 257 ], |
| 258 "cwd": "[SLAVE_BUILD]", |
| 249 "env": { | 259 "env": { |
| 250 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 260 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 251 }, | 261 }, |
| 252 "name": "install ChromeShell.apk" | 262 "name": "install ChromeShell.apk" |
| 253 }, | 263 }, |
| 254 { | 264 { |
| 255 "cmd": [ | 265 "cmd": [ |
| 256 "python", | 266 "python", |
| 257 "-u", | 267 "-u", |
| 258 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 268 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 259 "list", | 269 "list", |
| 260 "--browser", | 270 "--browser", |
| 261 "android-chrome-shell", | 271 "android-chrome-shell", |
| 262 "--json-output", | 272 "--json-output", |
| 263 "/path/to/tmp/json", | 273 "/path/to/tmp/json", |
| 264 "--num-shards", | 274 "--num-shards", |
| 265 "8", | 275 "8", |
| 266 "--device", | 276 "--device", |
| 267 "07a00ca4" | 277 "07a00ca4" |
| 268 ], | 278 ], |
| 279 "cwd": "[SLAVE_BUILD]", |
| 269 "name": "List Perf Tests", | 280 "name": "List Perf Tests", |
| 270 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| 271 "@@@STEP_LOG_LINE@json.output@{@@@", | 282 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benmark --a=1 -v --b=2\", @@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benmark --a=1 -v --b=2\", @@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 288 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 303 "--build-config-fs", | 314 "--build-config-fs", |
| 304 "Release", | 315 "Release", |
| 305 "--paths", | 316 "--paths", |
| 306 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 317 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 307 "--properties", | 318 "--properties", |
| 308 "{\"buildername\": \"Android Nexus5 Perf\", \"buildnumber\": 571, \"master
name\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"h
ttps://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_platform
\": \"android\"}", | 319 "{\"buildername\": \"Android Nexus5 Perf\", \"buildnumber\": 571, \"master
name\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"h
ttps://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_platform
\": \"android\"}", |
| 309 "run", | 320 "run", |
| 310 "--output", | 321 "--output", |
| 311 "/path/to/tmp/json" | 322 "/path/to/tmp/json" |
| 312 ], | 323 ], |
| 324 "cwd": "[SLAVE_BUILD]", |
| 313 "name": "host_info", | 325 "name": "host_info", |
| 314 "~followup_annotations": [ | 326 "~followup_annotations": [ |
| 315 "step returned non-zero exit code: 1", | 327 "step returned non-zero exit code: 1", |
| 316 "@@@STEP_LOG_LINE@json.output@{@@@", | 328 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 317 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 329 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 318 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 330 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 319 "@@@STEP_LOG_LINE@json.output@}@@@", | 331 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 320 "@@@STEP_LOG_END@json.output@@@", | 332 "@@@STEP_LOG_END@json.output@@@", |
| 321 "@@@STEP_FAILURE@@@" | 333 "@@@STEP_FAILURE@@@" |
| 322 ] | 334 ] |
| (...skipping 18 matching lines...) Expand all Loading... |
| 341 }, | 353 }, |
| 342 { | 354 { |
| 343 "cmd": [ | 355 "cmd": [ |
| 344 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 356 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 345 "perf", | 357 "perf", |
| 346 "--steps", | 358 "--steps", |
| 347 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard_id\":
\"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /pa
th/to/run_benmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard_id\
": \"blink_perf.all\"}, \"dromaeo.cssqueryjquery\": {\"cmd\": \"/path/to/run_ben
mark\", \"device_affinity\": 1}, \"dromaeo.cssqueryjquery.release\": {\"cmd\": \
"/path/to/run_benmark\", \"device_affinity\": 1, \"perf_dashboard_id\": \"dromae
o.cssqueryjquery\"}}, \"version\": 2}", | 359 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard_id\":
\"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /pa
th/to/run_benmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard_id\
": \"blink_perf.all\"}, \"dromaeo.cssqueryjquery\": {\"cmd\": \"/path/to/run_ben
mark\", \"device_affinity\": 1}, \"dromaeo.cssqueryjquery.release\": {\"cmd\": \
"/path/to/run_benmark\", \"device_affinity\": 1, \"perf_dashboard_id\": \"dromae
o.cssqueryjquery\"}}, \"version\": 2}", |
| 348 "--output-json-list", | 360 "--output-json-list", |
| 349 "/path/to/tmp/json" | 361 "/path/to/tmp/json" |
| 350 ], | 362 ], |
| 363 "cwd": "[SLAVE_BUILD]", |
| 351 "env": { | 364 "env": { |
| 352 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 365 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 353 }, | 366 }, |
| 354 "name": "get perf test list", | 367 "name": "get perf test list", |
| 355 "~followup_annotations": [ | 368 "~followup_annotations": [ |
| 356 "@@@STEP_LOG_LINE@json.output@[@@@", | 369 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 357 "@@@STEP_LOG_LINE@json.output@ {@@@", | 370 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 358 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", | 371 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", |
| 359 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", | 372 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", |
| 360 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 373 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 391 "--builder-name=Android Nexus5 Perf", | 404 "--builder-name=Android Nexus5 Perf", |
| 392 "--slave-name=slavename", | 405 "--slave-name=slavename", |
| 393 "--build-number=571", | 406 "--build-number=571", |
| 394 "--run-python-script", | 407 "--run-python-script", |
| 395 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 408 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 396 "perf", | 409 "perf", |
| 397 "--print-step", | 410 "--print-step", |
| 398 "page_cycler.foo", | 411 "page_cycler.foo", |
| 399 "--verbose" | 412 "--verbose" |
| 400 ], | 413 ], |
| 414 "cwd": "[SLAVE_BUILD]", |
| 401 "env": { | 415 "env": { |
| 402 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 416 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 403 }, | 417 }, |
| 404 "name": "page_cycler.foo", | 418 "name": "page_cycler.foo", |
| 405 "~followup_annotations": [ | 419 "~followup_annotations": [ |
| 406 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", | 420 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@[]@@@", | 421 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 408 "@@@STEP_LOG_END@json.output@@@" | 422 "@@@STEP_LOG_END@json.output@@@" |
| 409 ] | 423 ] |
| 410 }, | 424 }, |
| (...skipping 22 matching lines...) Expand all Loading... |
| 433 "--builder-name=Android Nexus5 Perf", | 447 "--builder-name=Android Nexus5 Perf", |
| 434 "--slave-name=slavename", | 448 "--slave-name=slavename", |
| 435 "--build-number=571", | 449 "--build-number=571", |
| 436 "--run-python-script", | 450 "--run-python-script", |
| 437 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 451 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 438 "perf", | 452 "perf", |
| 439 "--print-step", | 453 "--print-step", |
| 440 "perf_test.foo", | 454 "perf_test.foo", |
| 441 "--verbose" | 455 "--verbose" |
| 442 ], | 456 ], |
| 457 "cwd": "[SLAVE_BUILD]", |
| 443 "env": { | 458 "env": { |
| 444 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 459 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 445 }, | 460 }, |
| 446 "name": "perf_test.foo", | 461 "name": "perf_test.foo", |
| 447 "~followup_annotations": [ | 462 "~followup_annotations": [ |
| 448 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", | 463 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", |
| 449 "@@@STEP_LOG_LINE@json.output@[]@@@", | 464 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 450 "@@@STEP_LOG_END@json.output@@@" | 465 "@@@STEP_LOG_END@json.output@@@" |
| 451 ] | 466 ] |
| 452 }, | 467 }, |
| 453 { | 468 { |
| 454 "cmd": [ | 469 "cmd": [ |
| 455 "python", | 470 "python", |
| 456 "-u", | 471 "-u", |
| 457 "[BUILD]/scripts/slave/tee.py", | 472 "[BUILD]/scripts/slave/tee.py", |
| 458 "[SLAVE_BUILD]/src/out/Release/full_log", | 473 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 459 "--", | 474 "--", |
| 460 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 475 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 461 "[SLAVE_BUILD]/src/out/logcat" | 476 "[SLAVE_BUILD]/src/out/logcat" |
| 462 ], | 477 ], |
| 478 "cwd": "[SLAVE_BUILD]", |
| 463 "name": "logcat_dump" | 479 "name": "logcat_dump" |
| 464 }, | 480 }, |
| 465 { | 481 { |
| 466 "cmd": [ | 482 "cmd": [ |
| 467 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 483 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 468 "--arch", | 484 "--arch", |
| 469 "arm", | 485 "arm", |
| 470 "--more-info", | 486 "--more-info", |
| 471 "[SLAVE_BUILD]/src/out/Release/full_log" | 487 "[SLAVE_BUILD]/src/out/Release/full_log" |
| 472 ], | 488 ], |
| 489 "cwd": "[SLAVE_BUILD]", |
| 473 "env": { | 490 "env": { |
| 474 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 491 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 475 }, | 492 }, |
| 476 "name": "stack_tool_with_logcat_dump" | 493 "name": "stack_tool_with_logcat_dump" |
| 477 }, | 494 }, |
| 478 { | 495 { |
| 479 "cmd": [ | 496 "cmd": [ |
| 480 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 497 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
| 481 "-a", | 498 "-a", |
| 482 "-s", | 499 "-s", |
| 483 "-w" | 500 "-w" |
| 484 ], | 501 ], |
| 502 "cwd": "[SLAVE_BUILD]", |
| 485 "env": { | 503 "env": { |
| 486 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 504 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 487 }, | 505 }, |
| 488 "name": "stack_tool_for_tombstones" | 506 "name": "stack_tool_for_tombstones" |
| 489 }, | 507 }, |
| 490 { | 508 { |
| 491 "cmd": [ | 509 "cmd": [ |
| 492 "python", | 510 "python", |
| 493 "-u", | 511 "-u", |
| 494 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", | 512 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", |
| 495 "[SLAVE_BUILD]/src/out/Release/test_logs/*.log" | 513 "[SLAVE_BUILD]/src/out/Release/test_logs/*.log" |
| 496 ], | 514 ], |
| 515 "cwd": "[SLAVE_BUILD]", |
| 497 "name": "test_report", | 516 "name": "test_report", |
| 498 "~followup_annotations": [ | 517 "~followup_annotations": [ |
| 499 "@@@STEP_LOG_LINE@python.inline@@@@", | 518 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 500 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 519 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 501 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 520 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 502 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 521 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 503 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 522 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 504 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 523 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 505 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 524 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 506 "@@@STEP_LOG_END@python.inline@@@" | 525 "@@@STEP_LOG_END@python.inline@@@" |
| 507 ] | 526 ] |
| 508 }, | 527 }, |
| 509 { | 528 { |
| 510 "name": "$final_result", | 529 "name": "$final_result", |
| 511 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 530 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
| 512 "status_code": 1 | 531 "status_code": 1 |
| 513 } | 532 } |
| 514 ] | 533 ] |
| OLD | NEW |