| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Nexus5 Perf (1)", | 10 "Android Nexus5 Perf (1)", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch
romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati
ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)
s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil
e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom
ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof
ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, '
src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat
a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/
test/data/perf/frame_rate/private': None, '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/d
ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc
hing': 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/plugin
s': 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'}]\ntarget_os = ['android']", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'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.gol
o.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.c
hromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink
/trunk'}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://sv
n-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test
/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_sear
chplugins': 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': None, 'src/chrome/test/da
ta/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscover
y': 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/webk
it/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/dat
a/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'}]\ntarget_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/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@deadbeef", | 24 "src@deadbeef", |
| 25 "--output_manifest" | 25 "--output_manifest" |
| 26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", | |
| 28 "env": { | 27 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 29 }, |
| 31 "name": "bot_update", | 30 "name": "bot_update", |
| 32 "~followup_annotations": [ | 31 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 32 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 33 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 94 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 95 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 97 ] | 96 ] |
| 98 }, | 97 }, |
| 99 { | 98 { |
| 100 "cmd": [ | 99 "cmd": [ |
| 101 "python", | 100 "python", |
| 102 "-u", | 101 "-u", |
| 103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 104 "[SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json", | 103 "[CWD]/src/testing/buildbot/chromium.perf.json", |
| 105 "/path/to/tmp/json" | 104 "/path/to/tmp/json" |
| 106 ], | 105 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "read test spec", | 106 "name": "read test spec", |
| 109 "~followup_annotations": [ | 107 "~followup_annotations": [ |
| 110 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json@
@@", | 108 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.perf.json@@@", |
| 111 "@@@STEP_LOG_LINE@json.output@{@@@", | 109 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 112 "@@@STEP_LOG_LINE@json.output@ \"Android Nexus5 Perf (1)\": {@@@", | 110 "@@@STEP_LOG_LINE@json.output@ \"Android Nexus5 Perf (1)\": {@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@ \"scripts\": [@@@", | 111 "@@@STEP_LOG_LINE@json.output@ \"scripts\": [@@@", |
| 114 "@@@STEP_LOG_LINE@json.output@ {@@@", | 112 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 115 "@@@STEP_LOG_LINE@json.output@ \"name\": \"host_info\", @@@", | 113 "@@@STEP_LOG_LINE@json.output@ \"name\": \"host_info\", @@@", |
| 116 "@@@STEP_LOG_LINE@json.output@ \"script\": \"host_info.py\"@@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"script\": \"host_info.py\"@@@", |
| 117 "@@@STEP_LOG_LINE@json.output@ }@@@", | 115 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 118 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 116 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 119 "@@@STEP_LOG_LINE@json.output@ }@@@", | 117 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 120 "@@@STEP_LOG_LINE@json.output@}@@@", | 118 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 121 "@@@STEP_LOG_END@json.output@@@" | 119 "@@@STEP_LOG_END@json.output@@@" |
| 122 ] | 120 ] |
| 123 }, | 121 }, |
| 124 { | 122 { |
| 125 "cmd": [ | 123 "cmd": [ |
| 126 "python", | 124 "python", |
| 127 "-u", | 125 "-u", |
| 128 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 126 "[CWD]/src/testing/scripts/get_compile_targets.py", |
| 129 "--output", | 127 "--output", |
| 130 "/path/to/tmp/json", | 128 "/path/to/tmp/json", |
| 131 "--", | 129 "--", |
| 132 "--build-config-fs", | 130 "--build-config-fs", |
| 133 "Release", | 131 "Release", |
| 134 "--paths", | 132 "--paths", |
| 135 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 133 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
| 136 "--properties", | 134 "--properties", |
| 137 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}" | 135 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}" |
| 138 ], | 136 ], |
| 139 "cwd": "[SLAVE_BUILD]", | |
| 140 "name": "get compile targets for scripts", | 137 "name": "get compile targets for scripts", |
| 141 "~followup_annotations": [ | 138 "~followup_annotations": [ |
| 142 "@@@STEP_LOG_LINE@json.output@{}@@@", | 139 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 143 "@@@STEP_LOG_END@json.output@@@" | 140 "@@@STEP_LOG_END@json.output@@@" |
| 144 ] | 141 ] |
| 145 }, | 142 }, |
| 146 { | 143 { |
| 147 "cmd": [ | 144 "cmd": [ |
| 148 "python", | 145 "python", |
| 149 "-u", | 146 "-u", |
| 150 "\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", | 147 "\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", |
| 151 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 148 "[CWD]/src/out/Release/debug_info_dumps", |
| 152 "[SLAVE_BUILD]/src/out/Release/test_logs", | 149 "[CWD]/src/out/Release/test_logs", |
| 153 "[SLAVE_BUILD]/src/out/build_product.zip", | 150 "[CWD]/src/out/build_product.zip", |
| 154 "[SLAVE_BUILD]/src" | 151 "[CWD]/src" |
| 155 ], | 152 ], |
| 156 "cwd": "[SLAVE_BUILD]", | |
| 157 "name": "clean local files", | 153 "name": "clean local files", |
| 158 "~followup_annotations": [ | 154 "~followup_annotations": [ |
| 159 "@@@STEP_LOG_LINE@python.inline@@@@", | 155 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 160 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 156 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 161 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 157 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 162 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 158 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 163 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 159 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 164 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 160 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 165 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 161 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 166 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 162 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 167 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 163 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 168 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 164 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 169 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 165 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 170 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 166 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 171 "@@@STEP_LOG_END@python.inline@@@" | 167 "@@@STEP_LOG_END@python.inline@@@" |
| 172 ] | 168 ] |
| 173 }, | 169 }, |
| 174 { | 170 { |
| 175 "cmd": [ | 171 "cmd": [ |
| 176 "python", | 172 "python", |
| 177 "-u", | 173 "-u", |
| 178 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 174 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 179 "--", | 175 "--", |
| 180 "[DEPOT_TOOLS]/gsutil.py", | 176 "[ROOT]/b/depot_tools/gsutil.py", |
| 181 "--force-version", | 177 "--force-version", |
| 182 "4.7", | 178 "4.7", |
| 183 "----", | 179 "----", |
| 184 "cp", | 180 "cp", |
| 185 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", | 181 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", |
| 186 "[SLAVE_BUILD]/src/out/build_product.zip" | 182 "[CWD]/src/out/build_product.zip" |
| 187 ], | 183 ], |
| 188 "cwd": "[SLAVE_BUILD]", | |
| 189 "name": "gsutil download_build_product" | 184 "name": "gsutil download_build_product" |
| 190 }, | 185 }, |
| 191 { | 186 { |
| 192 "cmd": [ | 187 "cmd": [ |
| 193 "unzip", | 188 "unzip", |
| 194 "-o", | 189 "-o", |
| 195 "[SLAVE_BUILD]/src/out/build_product.zip" | 190 "[CWD]/src/out/build_product.zip" |
| 196 ], | 191 ], |
| 197 "cwd": "[SLAVE_BUILD]/src", | 192 "cwd": "[CWD]/src", |
| 198 "name": "unzip_build_product" | 193 "name": "unzip_build_product" |
| 199 }, | 194 }, |
| 200 { | 195 { |
| 201 "cmd": [ | 196 "cmd": [ |
| 202 "python", | 197 "python", |
| 203 "-u", | 198 "-u", |
| 204 "[SLAVE_BUILD]/src/build/symlink.py", | 199 "[CWD]/src/build/symlink.py", |
| 205 "-f", | 200 "-f", |
| 206 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 201 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 207 "~/adb" | 202 "~/adb" |
| 208 ], | 203 ], |
| 209 "cwd": "[SLAVE_BUILD]", | |
| 210 "name": "create adb symlink" | 204 "name": "create adb symlink" |
| 211 }, | 205 }, |
| 212 { | 206 { |
| 213 "cmd": [ | 207 "cmd": [ |
| 214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 208 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 215 "--", | 209 "--", |
| 216 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 210 "[CWD]/src/build/android/adb_logcat_monitor.py", |
| 217 "[SLAVE_BUILD]/src/out/logcat" | 211 "[CWD]/src/out/logcat" |
| 218 ], | 212 ], |
| 219 "cwd": "[SLAVE_BUILD]", | |
| 220 "env": { | 213 "env": { |
| 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 222 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 215 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 223 }, | 216 }, |
| 224 "name": "spawn_logcat_monitor" | 217 "name": "spawn_logcat_monitor" |
| 225 }, | 218 }, |
| 226 { | 219 { |
| 227 "cmd": [ | 220 "cmd": [ |
| 228 "python", | 221 "python", |
| 229 "-u", | 222 "-u", |
| 230 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
| 231 "--verbose", | 224 "--verbose", |
| 232 "--adb-path", | 225 "--adb-path", |
| 233 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 226 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 234 ], | 227 ], |
| 235 "cwd": "[SLAVE_BUILD]", | |
| 236 "env": { | 228 "env": { |
| 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 238 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 230 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 239 }, | 231 }, |
| 240 "name": "authorize_adb_devices" | 232 "name": "authorize_adb_devices" |
| 241 }, | 233 }, |
| 242 { | 234 { |
| 243 "cmd": [ | 235 "cmd": [ |
| 244 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 236 "[CWD]/src/build/android/buildbot/bb_device_status_check.py", |
| 245 "--json-output", | 237 "--json-output", |
| 246 "/path/to/tmp/json", | 238 "/path/to/tmp/json", |
| 247 "--blacklist-file", | 239 "--blacklist-file", |
| 248 "[SLAVE_BUILD]/src/out/bad_devices.json", | 240 "[CWD]/src/out/bad_devices.json", |
| 249 "--known-devices-file", | 241 "--known-devices-file", |
| 250 "[BUILD]/site_config/.known_devices" | 242 "[ROOT]/b/build/site_config/.known_devices" |
| 251 ], | 243 ], |
| 252 "cwd": "[SLAVE_BUILD]", | |
| 253 "env": { | 244 "env": { |
| 254 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 255 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 246 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 256 }, | 247 }, |
| 257 "name": "device_status_check", | 248 "name": "device_status_check", |
| 258 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 259 "@@@STEP_TEXT@Online devices: 1@@@", | 250 "@@@STEP_TEXT@Online devices: 1@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@[@@@", | 251 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ {@@@", | 252 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 264 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 265 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 338 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 348 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 339 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 349 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 340 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 350 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 341 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 351 ] | 342 ] |
| 352 }, | 343 }, |
| 353 { | 344 { |
| 354 "cmd": [ | 345 "cmd": [ |
| 355 "python", | 346 "python", |
| 356 "-u", | 347 "-u", |
| 357 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 348 "[CWD]/src/build/android/provision_devices.py", |
| 358 "-t", | 349 "-t", |
| 359 "Release", | 350 "Release", |
| 360 "--blacklist-file", | 351 "--blacklist-file", |
| 361 "[SLAVE_BUILD]/src/out/bad_devices.json", | 352 "[CWD]/src/out/bad_devices.json", |
| 362 "--output-device-blacklist", | 353 "--output-device-blacklist", |
| 363 "/path/to/tmp/json", | 354 "/path/to/tmp/json", |
| 364 "--min-battery-level", | 355 "--min-battery-level", |
| 365 "95", | 356 "95", |
| 366 "--disable-network", | 357 "--disable-network", |
| 367 "--disable-java-debug", | 358 "--disable-java-debug", |
| 368 "--max-battery-temp", | 359 "--max-battery-temp", |
| 369 "350" | 360 "350" |
| 370 ], | 361 ], |
| 371 "cwd": "[SLAVE_BUILD]", | |
| 372 "env": { | 362 "env": { |
| 373 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 363 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 374 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 364 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 375 }, | 365 }, |
| 376 "name": "provision_devices" | 366 "name": "provision_devices" |
| 377 }, | 367 }, |
| 378 { | 368 { |
| 379 "cmd": [ | 369 "cmd": [ |
| 380 "python", | 370 "python", |
| 381 "-u", | 371 "-u", |
| 382 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 372 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 383 "--action", | 373 "--action", |
| 384 "restart", | 374 "restart", |
| 385 "--pid-file-path", | 375 "--pid-file-path", |
| 386 "/tmp/device_monitor.pid", | 376 "/tmp/device_monitor.pid", |
| 387 "--", | 377 "--", |
| 388 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 378 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 389 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 379 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 390 "[\"07a00ca4\"]", | 380 "[\"07a00ca4\"]", |
| 391 "chromium.perf", | 381 "chromium.perf", |
| 392 "Android Nexus5 Perf (1)", | 382 "Android Nexus5 Perf (1)", |
| 393 "--blacklist-file", | 383 "--blacklist-file", |
| 394 "[SLAVE_BUILD]/src/out/bad_devices.json" | 384 "[CWD]/src/out/bad_devices.json" |
| 395 ], | 385 ], |
| 396 "cwd": "[SLAVE_BUILD]", | |
| 397 "name": "spawn_device_monitor" | 386 "name": "spawn_device_monitor" |
| 398 }, | 387 }, |
| 399 { | 388 { |
| 400 "cmd": [ | 389 "cmd": [ |
| 401 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 390 "[CWD]/src/build/android/adb_install_apk.py", |
| 402 "ChromePublic.apk", | 391 "ChromePublic.apk", |
| 403 "-v", | 392 "-v", |
| 404 "--blacklist-file", | 393 "--blacklist-file", |
| 405 "[SLAVE_BUILD]/src/out/bad_devices.json", | 394 "[CWD]/src/out/bad_devices.json", |
| 406 "--release" | 395 "--release" |
| 407 ], | 396 ], |
| 408 "cwd": "[SLAVE_BUILD]", | |
| 409 "env": { | 397 "env": { |
| 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 398 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 411 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 399 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 412 }, | 400 }, |
| 413 "name": "install ChromePublic.apk" | 401 "name": "install ChromePublic.apk" |
| 414 }, | 402 }, |
| 415 { | 403 { |
| 416 "cmd": [ | 404 "cmd": [ |
| 417 "python", | 405 "python", |
| 418 "-u", | 406 "-u", |
| 419 "[SLAVE_BUILD]/src/testing/scripts/host_info.py", | 407 "[CWD]/src/testing/scripts/host_info.py", |
| 420 "--build-config-fs", | 408 "--build-config-fs", |
| 421 "Release", | 409 "Release", |
| 422 "--paths", | 410 "--paths", |
| 423 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 411 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
| 424 "--properties", | 412 "--properties", |
| 425 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}", | 413 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}", |
| 426 "run", | 414 "run", |
| 427 "--output", | 415 "--output", |
| 428 "/path/to/tmp/json" | 416 "/path/to/tmp/json" |
| 429 ], | 417 ], |
| 430 "cwd": "[SLAVE_BUILD]", | |
| 431 "name": "host_info", | 418 "name": "host_info", |
| 432 "~followup_annotations": [ | 419 "~followup_annotations": [ |
| 433 "step returned non-zero exit code: 1", | 420 "step returned non-zero exit code: 1", |
| 434 "@@@STEP_LOG_LINE@json.output@{@@@", | 421 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 435 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 422 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 436 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 423 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 437 "@@@STEP_LOG_LINE@json.output@}@@@", | 424 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 438 "@@@STEP_LOG_END@json.output@@@", | 425 "@@@STEP_LOG_END@json.output@@@", |
| 439 "@@@STEP_FAILURE@@@" | 426 "@@@STEP_FAILURE@@@" |
| 440 ] | 427 ] |
| 441 }, | 428 }, |
| 442 { | 429 { |
| 443 "cmd": [ | 430 "cmd": [ |
| 444 "python", | 431 "python", |
| 445 "-u", | 432 "-u", |
| 446 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 433 "[CWD]/src/tools/perf/run_benchmark", |
| 447 "list", | 434 "list", |
| 448 "--browser", | 435 "--browser", |
| 449 "android-chromium", | 436 "android-chromium", |
| 450 "--json-output", | 437 "--json-output", |
| 451 "/path/to/tmp/json", | 438 "/path/to/tmp/json", |
| 452 "--num-shards", | 439 "--num-shards", |
| 453 "21", | 440 "21", |
| 454 "--device", | 441 "--device", |
| 455 "07a00ca4" | 442 "07a00ca4" |
| 456 ], | 443 ], |
| 457 "cwd": "[SLAVE_BUILD]", | |
| 458 "name": "List Perf Tests", | 444 "name": "List Perf Tests", |
| 459 "~followup_annotations": [ | 445 "~followup_annotations": [ |
| 460 "@@@STEP_LOG_LINE@json.output@{@@@", | 446 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 461 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", | 447 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", |
| 462 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", | 448 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", |
| 463 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", | 449 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", |
| 464 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", | 450 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", |
| 465 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", | 451 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", |
| 466 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 452 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 467 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@", | 453 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 486 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 472 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 487 "@@@STEP_LOG_LINE@json.output@ \"version\": 2@@@", | 473 "@@@STEP_LOG_LINE@json.output@ \"version\": 2@@@", |
| 488 "@@@STEP_LOG_LINE@json.output@}@@@", | 474 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 489 "@@@STEP_LOG_END@json.output@@@" | 475 "@@@STEP_LOG_END@json.output@@@" |
| 490 ] | 476 ] |
| 491 }, | 477 }, |
| 492 { | 478 { |
| 493 "cmd": [ | 479 "cmd": [ |
| 494 "python", | 480 "python", |
| 495 "-u", | 481 "-u", |
| 496 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 482 "[CWD]/src/build/android/test_runner.py", |
| 497 "perf", | 483 "perf", |
| 498 "--release", | 484 "--release", |
| 499 "--verbose", | 485 "--verbose", |
| 500 "--steps", | 486 "--steps", |
| 501 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 1, \"perf_dashboard_id\"
: \"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /
path/to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard
_id\": \"blink_perf.all\"}, \"blink_perf.dom\": {\"cmd\": \"/path/to/run_benchma
rk -v --upload-results blink_perf.dom\", \"device_affinity\": 1, \"perf_dashboar
d_id\": \"blink_perf.dom\"}}, \"version\": 2}", | 487 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 1, \"perf_dashboard_id\"
: \"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /
path/to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard
_id\": \"blink_perf.all\"}, \"blink_perf.dom\": {\"cmd\": \"/path/to/run_benchma
rk -v --upload-results blink_perf.dom\", \"device_affinity\": 1, \"perf_dashboar
d_id\": \"blink_perf.dom\"}}, \"version\": 2}", |
| 502 "--blacklist-file", | 488 "--blacklist-file", |
| 503 "[SLAVE_BUILD]/src/out/bad_devices.json", | 489 "[CWD]/src/out/bad_devices.json", |
| 504 "--collect-chartjson-data", | 490 "--collect-chartjson-data", |
| 505 "--max-battery-temp", | 491 "--max-battery-temp", |
| 506 "350", | 492 "350", |
| 507 "--known-devices-file", | 493 "--known-devices-file", |
| 508 "[BUILD]/site_config/.known_devices" | 494 "[ROOT]/b/build/site_config/.known_devices" |
| 509 ], | 495 ], |
| 510 "cwd": "[SLAVE_BUILD]/src", | 496 "cwd": "[CWD]/src", |
| 511 "env": { | 497 "env": { |
| 512 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 498 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
| 513 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 499 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 514 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 500 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 515 }, | 501 }, |
| 516 "name": "Sharded Perf Tests" | 502 "name": "Sharded Perf Tests" |
| 517 }, | 503 }, |
| 518 { | 504 { |
| 519 "cmd": [ | 505 "cmd": [ |
| 520 "python", | 506 "python", |
| 521 "-u", | 507 "-u", |
| 522 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 508 "[CWD]/src/build/android/test_runner.py", |
| 523 "perf", | 509 "perf", |
| 524 "--steps", | 510 "--steps", |
| 525 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 1, \"perf_dashboard_id\"
: \"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /
path/to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard
_id\": \"blink_perf.all\"}, \"blink_perf.dom\": {\"cmd\": \"/path/to/run_benchma
rk -v --upload-results blink_perf.dom\", \"device_affinity\": 1, \"perf_dashboar
d_id\": \"blink_perf.dom\"}}, \"version\": 2}", | 511 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 1, \"perf_dashboard_id\"
: \"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /
path/to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard
_id\": \"blink_perf.all\"}, \"blink_perf.dom\": {\"cmd\": \"/path/to/run_benchma
rk -v --upload-results blink_perf.dom\", \"device_affinity\": 1, \"perf_dashboar
d_id\": \"blink_perf.dom\"}}, \"version\": 2}", |
| 526 "--output-json-list", | 512 "--output-json-list", |
| 527 "/path/to/tmp/json", | 513 "/path/to/tmp/json", |
| 528 "--blacklist-file", | 514 "--blacklist-file", |
| 529 "[SLAVE_BUILD]/src/out/bad_devices.json" | 515 "[CWD]/src/out/bad_devices.json" |
| 530 ], | 516 ], |
| 531 "cwd": "[SLAVE_BUILD]", | |
| 532 "env": { | 517 "env": { |
| 533 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 518 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
| 534 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 519 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 535 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 520 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 536 }, | 521 }, |
| 537 "name": "get perf test list", | 522 "name": "get perf test list", |
| 538 "~followup_annotations": [ | 523 "~followup_annotations": [ |
| 539 "@@@STEP_LOG_LINE@json.output@[@@@", | 524 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 540 "@@@STEP_LOG_LINE@json.output@ {@@@", | 525 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 541 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", | 526 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", |
| 542 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@", | 527 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@", |
| 543 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@", | 528 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@", |
| 544 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", | 529 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", |
| 545 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 530 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 571 "--perf-dashboard-id=page_cycler.foo", | 556 "--perf-dashboard-id=page_cycler.foo", |
| 572 "--perf-id=android-nexus5", | 557 "--perf-id=android-nexus5", |
| 573 "--test-type=page_cycler.foo", | 558 "--test-type=page_cycler.foo", |
| 574 "--step-name=page_cycler.foo", | 559 "--step-name=page_cycler.foo", |
| 575 "--chartjson-file", | 560 "--chartjson-file", |
| 576 "/path/to/tmp/json", | 561 "/path/to/tmp/json", |
| 577 "--builder-name=Android Nexus5 Perf (1)", | 562 "--builder-name=Android Nexus5 Perf (1)", |
| 578 "--slave-name=slavename", | 563 "--slave-name=slavename", |
| 579 "--build-number=571", | 564 "--build-number=571", |
| 580 "--run-python-script", | 565 "--run-python-script", |
| 581 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 566 "[CWD]/src/build/android/test_runner.py", |
| 582 "perf", | 567 "perf", |
| 583 "--print-step", | 568 "--print-step", |
| 584 "page_cycler.foo", | 569 "page_cycler.foo", |
| 585 "--verbose", | 570 "--verbose", |
| 586 "--blacklist-file", | 571 "--blacklist-file", |
| 587 "[SLAVE_BUILD]/src/out/bad_devices.json" | 572 "[CWD]/src/out/bad_devices.json" |
| 588 ], | 573 ], |
| 589 "cwd": "[SLAVE_BUILD]", | |
| 590 "env": { | 574 "env": { |
| 591 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 575 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
| 592 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 576 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 593 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 577 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 594 }, | 578 }, |
| 595 "name": "page_cycler.foo", | 579 "name": "page_cycler.foo", |
| 596 "~followup_annotations": [ | 580 "~followup_annotations": [ |
| 597 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", | 581 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", |
| 598 "@@@STEP_LOG_LINE@json.output@[]@@@", | 582 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 599 "@@@STEP_LOG_END@json.output@@@" | 583 "@@@STEP_LOG_END@json.output@@@" |
| 600 ] | 584 ] |
| 601 }, | 585 }, |
| 602 { | 586 { |
| 603 "allow_subannotations": true, | 587 "allow_subannotations": true, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 619 "--perf-dashboard-id=perf_test.foo", | 603 "--perf-dashboard-id=perf_test.foo", |
| 620 "--perf-id=android-nexus5", | 604 "--perf-id=android-nexus5", |
| 621 "--test-type=perf_test.foo", | 605 "--test-type=perf_test.foo", |
| 622 "--step-name=perf_test.foo", | 606 "--step-name=perf_test.foo", |
| 623 "--chartjson-file", | 607 "--chartjson-file", |
| 624 "/path/to/tmp/json", | 608 "/path/to/tmp/json", |
| 625 "--builder-name=Android Nexus5 Perf (1)", | 609 "--builder-name=Android Nexus5 Perf (1)", |
| 626 "--slave-name=slavename", | 610 "--slave-name=slavename", |
| 627 "--build-number=571", | 611 "--build-number=571", |
| 628 "--run-python-script", | 612 "--run-python-script", |
| 629 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 613 "[CWD]/src/build/android/test_runner.py", |
| 630 "perf", | 614 "perf", |
| 631 "--print-step", | 615 "--print-step", |
| 632 "perf_test.foo", | 616 "perf_test.foo", |
| 633 "--verbose", | 617 "--verbose", |
| 634 "--blacklist-file", | 618 "--blacklist-file", |
| 635 "[SLAVE_BUILD]/src/out/bad_devices.json" | 619 "[CWD]/src/out/bad_devices.json" |
| 636 ], | 620 ], |
| 637 "cwd": "[SLAVE_BUILD]", | |
| 638 "env": { | 621 "env": { |
| 639 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 622 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
| 640 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 623 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 641 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 624 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 642 }, | 625 }, |
| 643 "name": "perf_test.foo", | 626 "name": "perf_test.foo", |
| 644 "~followup_annotations": [ | 627 "~followup_annotations": [ |
| 645 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", | 628 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", |
| 646 "@@@STEP_LOG_LINE@json.output@[]@@@", | 629 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 647 "@@@STEP_LOG_END@json.output@@@" | 630 "@@@STEP_LOG_END@json.output@@@" |
| 648 ] | 631 ] |
| 649 }, | 632 }, |
| 650 { | 633 { |
| 651 "cmd": [ | 634 "cmd": [ |
| 652 "python", | 635 "python", |
| 653 "-u", | 636 "-u", |
| 654 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 637 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 655 "--action", | 638 "--action", |
| 656 "stop", | 639 "stop", |
| 657 "--pid-file-path", | 640 "--pid-file-path", |
| 658 "/tmp/device_monitor.pid" | 641 "/tmp/device_monitor.pid" |
| 659 ], | 642 ], |
| 660 "cwd": "[SLAVE_BUILD]", | |
| 661 "name": "shutdown_device_monitor" | 643 "name": "shutdown_device_monitor" |
| 662 }, | 644 }, |
| 663 { | 645 { |
| 664 "cmd": [ | 646 "cmd": [ |
| 665 "python", | 647 "python", |
| 666 "-u", | 648 "-u", |
| 667 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 649 "[CWD]/src/build/android/adb_logcat_printer.py", |
| 668 "--output-path", | 650 "--output-path", |
| 669 "[SLAVE_BUILD]/src/out/Release/full_log", | 651 "[CWD]/src/out/Release/full_log", |
| 670 "[SLAVE_BUILD]/src/out/logcat" | 652 "[CWD]/src/out/logcat" |
| 671 ], | 653 ], |
| 672 "cwd": "[SLAVE_BUILD]", | |
| 673 "name": "logcat_dump" | 654 "name": "logcat_dump" |
| 674 }, | 655 }, |
| 675 { | 656 { |
| 676 "cmd": [ | 657 "cmd": [ |
| 677 "python", | 658 "python", |
| 678 "-u", | 659 "-u", |
| 679 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 660 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 680 "--", | 661 "--", |
| 681 "[DEPOT_TOOLS]/gsutil.py", | 662 "[ROOT]/b/depot_tools/gsutil.py", |
| 682 "--force-version", | 663 "--force-version", |
| 683 "4.7", | 664 "4.7", |
| 684 "-o", | 665 "-o", |
| 685 "GSUtil:parallel_composite_upload_threshold=50M", | 666 "GSUtil:parallel_composite_upload_threshold=50M", |
| 686 "----", | 667 "----", |
| 687 "cp", | 668 "cp", |
| 688 "[SLAVE_BUILD]/src/out/Release/full_log", | 669 "[CWD]/src/out/Release/full_log", |
| 689 "gs://chromium-android/logcat_dumps/Android Nexus5 Perf (1)/571" | 670 "gs://chromium-android/logcat_dumps/Android Nexus5 Perf (1)/571" |
| 690 ], | 671 ], |
| 691 "cwd": "[SLAVE_BUILD]", | |
| 692 "name": "gsutil upload", | 672 "name": "gsutil upload", |
| 693 "~followup_annotations": [ | 673 "~followup_annotations": [ |
| 694 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Nexus5 Perf (1)/571@@@" | 674 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Nexus5 Perf (1)/571@@@" |
| 695 ] | 675 ] |
| 696 }, | 676 }, |
| 697 { | 677 { |
| 698 "cmd": [ | 678 "cmd": [ |
| 699 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 679 "[CWD]/src/third_party/android_platform/development/scripts/stack", |
| 700 "--arch", | 680 "--arch", |
| 701 "arm", | 681 "arm", |
| 702 "--more-info", | 682 "--more-info", |
| 703 "[SLAVE_BUILD]/src/out/Release/full_log" | 683 "[CWD]/src/out/Release/full_log" |
| 704 ], | 684 ], |
| 705 "cwd": "[SLAVE_BUILD]", | |
| 706 "env": { | 685 "env": { |
| 707 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 686 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
| 708 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 687 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 709 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 688 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 710 }, | 689 }, |
| 711 "name": "stack_tool_with_logcat_dump" | 690 "name": "stack_tool_with_logcat_dump" |
| 712 }, | 691 }, |
| 713 { | 692 { |
| 714 "cmd": [ | 693 "cmd": [ |
| 715 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 694 "[CWD]/src/build/android/tombstones.py", |
| 716 "-a", | 695 "-a", |
| 717 "-s", | 696 "-s", |
| 718 "-w" | 697 "-w" |
| 719 ], | 698 ], |
| 720 "cwd": "[SLAVE_BUILD]", | |
| 721 "env": { | 699 "env": { |
| 722 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 700 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
| 723 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 701 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 724 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 702 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 725 }, | 703 }, |
| 726 "name": "stack_tool_for_tombstones" | 704 "name": "stack_tool_for_tombstones" |
| 727 }, | 705 }, |
| 728 { | 706 { |
| 729 "cmd": [ | 707 "cmd": [ |
| 730 "python", | 708 "python", |
| 731 "-u", | 709 "-u", |
| 732 "\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", | 710 "\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", |
| 733 "[SLAVE_BUILD]/src/out/Release/test_logs/*.log" | 711 "[CWD]/src/out/Release/test_logs/*.log" |
| 734 ], | 712 ], |
| 735 "cwd": "[SLAVE_BUILD]", | |
| 736 "name": "test_report", | 713 "name": "test_report", |
| 737 "~followup_annotations": [ | 714 "~followup_annotations": [ |
| 738 "@@@STEP_LOG_LINE@python.inline@@@@", | 715 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 739 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 716 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 740 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 717 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 741 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 718 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 742 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 719 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 743 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 720 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 744 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 721 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 745 "@@@STEP_LOG_END@python.inline@@@" | 722 "@@@STEP_LOG_END@python.inline@@@" |
| 746 ] | 723 ] |
| 747 }, | 724 }, |
| 748 { | 725 { |
| 749 "name": "$result", | 726 "name": "$result", |
| 750 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 727 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
| 751 "status_code": 1 | 728 "status_code": 1 |
| 752 } | 729 } |
| 753 ] | 730 ] |
| OLD | NEW |