| 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 = '[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']", | 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']", |
| 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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 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]", |
| 27 "env": { | 28 "env": { |
| 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 29 }, | 30 }, |
| 30 "name": "bot_update", | 31 "name": "bot_update", |
| 31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 94 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 95 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 96 ] | 97 ] |
| 97 }, | 98 }, |
| 98 { | 99 { |
| 99 "cmd": [ | 100 "cmd": [ |
| 100 "python", | 101 "python", |
| 101 "-u", | 102 "-u", |
| 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 103 "[CWD]/src/testing/buildbot/chromium.perf.json", | 104 "[SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json", |
| 104 "/path/to/tmp/json" | 105 "/path/to/tmp/json" |
| 105 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 106 "name": "read test spec", | 108 "name": "read test spec", |
| 107 "~followup_annotations": [ | 109 "~followup_annotations": [ |
| 108 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.perf.json@@@", | 110 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json@
@@", |
| 109 "@@@STEP_LOG_LINE@json.output@{}@@@", | 111 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 110 "@@@STEP_LOG_END@json.output@@@" | 112 "@@@STEP_LOG_END@json.output@@@" |
| 111 ] | 113 ] |
| 112 }, | 114 }, |
| 113 { | 115 { |
| 114 "cmd": [ | 116 "cmd": [ |
| 115 "python", | 117 "python", |
| 116 "-u", | 118 "-u", |
| 117 "[CWD]/src/testing/scripts/get_compile_targets.py", | 119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 118 "--output", | 120 "--output", |
| 119 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
| 120 "--", | 122 "--", |
| 121 "--build-config-fs", | 123 "--build-config-fs", |
| 122 "Release", | 124 "Release", |
| 123 "--paths", | 125 "--paths", |
| 124 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 126 "{\"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\"}", |
| 125 "--properties", | 127 "--properties", |
| 126 "{\"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\"}" | 128 "{\"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\"}" |
| 127 ], | 129 ], |
| 130 "cwd": "[SLAVE_BUILD]", |
| 128 "name": "get compile targets for scripts", | 131 "name": "get compile targets for scripts", |
| 129 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 130 "@@@STEP_LOG_LINE@json.output@{}@@@", | 133 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 131 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
| 132 ] | 135 ] |
| 133 }, | 136 }, |
| 134 { | 137 { |
| 135 "cmd": [ | 138 "cmd": [ |
| 136 "python", | 139 "python", |
| 137 "-u", | 140 "-u", |
| 138 "\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", | 141 "\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", |
| 139 "[CWD]/src/out/Release/debug_info_dumps", | 142 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
| 140 "[CWD]/src/out/Release/test_logs", | 143 "[SLAVE_BUILD]/src/out/Release/test_logs", |
| 141 "[CWD]/src/out/build_product.zip", | 144 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 142 "[CWD]/src" | 145 "[SLAVE_BUILD]/src" |
| 143 ], | 146 ], |
| 147 "cwd": "[SLAVE_BUILD]", |
| 144 "name": "clean local files", | 148 "name": "clean local files", |
| 145 "~followup_annotations": [ | 149 "~followup_annotations": [ |
| 146 "@@@STEP_LOG_LINE@python.inline@@@@", | 150 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 147 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 151 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 148 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 152 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 149 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 153 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 150 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 154 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 151 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 155 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 152 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 156 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 153 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 157 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 154 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 158 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 155 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 159 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 156 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 160 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 157 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 161 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 158 "@@@STEP_LOG_END@python.inline@@@" | 162 "@@@STEP_LOG_END@python.inline@@@" |
| 159 ] | 163 ] |
| 160 }, | 164 }, |
| 161 { | 165 { |
| 162 "cmd": [ | 166 "cmd": [ |
| 163 "python", | 167 "python", |
| 164 "-u", | 168 "-u", |
| 165 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 169 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 166 "--", | 170 "--", |
| 167 "[ROOT]/b/depot_tools/gsutil.py", | 171 "[DEPOT_TOOLS]/gsutil.py", |
| 168 "--force-version", | 172 "--force-version", |
| 169 "4.7", | 173 "4.7", |
| 170 "----", | 174 "----", |
| 171 "cp", | 175 "cp", |
| 172 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", | 176 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", |
| 173 "[CWD]/src/out/build_product.zip" | 177 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 174 ], | 178 ], |
| 179 "cwd": "[SLAVE_BUILD]", |
| 175 "name": "gsutil download_build_product" | 180 "name": "gsutil download_build_product" |
| 176 }, | 181 }, |
| 177 { | 182 { |
| 178 "cmd": [ | 183 "cmd": [ |
| 179 "unzip", | 184 "unzip", |
| 180 "-o", | 185 "-o", |
| 181 "[CWD]/src/out/build_product.zip" | 186 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 182 ], | 187 ], |
| 183 "cwd": "[CWD]/src", | 188 "cwd": "[SLAVE_BUILD]/src", |
| 184 "name": "unzip_build_product" | 189 "name": "unzip_build_product" |
| 185 }, | 190 }, |
| 186 { | 191 { |
| 187 "cmd": [ | 192 "cmd": [ |
| 188 "python", | 193 "python", |
| 189 "-u", | 194 "-u", |
| 190 "[CWD]/src/build/symlink.py", | 195 "[SLAVE_BUILD]/src/build/symlink.py", |
| 191 "-f", | 196 "-f", |
| 192 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", | 197 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 193 "~/adb" | 198 "~/adb" |
| 194 ], | 199 ], |
| 200 "cwd": "[SLAVE_BUILD]", |
| 195 "name": "create adb symlink" | 201 "name": "create adb symlink" |
| 196 }, | 202 }, |
| 197 { | 203 { |
| 198 "cmd": [ | 204 "cmd": [ |
| 199 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 200 "--", | 206 "--", |
| 201 "[CWD]/src/build/android/adb_logcat_monitor.py", | 207 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 202 "[CWD]/src/out/logcat" | 208 "[SLAVE_BUILD]/src/out/logcat" |
| 203 ], | 209 ], |
| 210 "cwd": "[SLAVE_BUILD]", |
| 204 "env": { | 211 "env": { |
| 205 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 206 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" | 213 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 207 }, | 214 }, |
| 208 "name": "spawn_logcat_monitor" | 215 "name": "spawn_logcat_monitor" |
| 209 }, | 216 }, |
| 210 { | 217 { |
| 211 "cmd": [ | 218 "cmd": [ |
| 212 "python", | 219 "python", |
| 213 "-u", | 220 "-u", |
| 214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 221 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
| 215 "--verbose", | 222 "--verbose", |
| 216 "--adb-path", | 223 "--adb-path", |
| 217 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb" | 224 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 218 ], | 225 ], |
| 226 "cwd": "[SLAVE_BUILD]", |
| 219 "env": { | 227 "env": { |
| 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 228 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 221 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" | 229 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 222 }, | 230 }, |
| 223 "name": "authorize_adb_devices" | 231 "name": "authorize_adb_devices" |
| 224 }, | 232 }, |
| 225 { | 233 { |
| 226 "cmd": [ | 234 "cmd": [ |
| 227 "[CWD]/src/build/android/buildbot/bb_device_status_check.py", | 235 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 228 "--json-output", | 236 "--json-output", |
| 229 "/path/to/tmp/json", | 237 "/path/to/tmp/json", |
| 230 "--blacklist-file", | 238 "--blacklist-file", |
| 231 "[CWD]/src/out/bad_devices.json", | 239 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 232 "--known-devices-file", | 240 "--known-devices-file", |
| 233 "[ROOT]/b/build/site_config/.known_devices" | 241 "[BUILD]/site_config/.known_devices" |
| 234 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]", |
| 235 "env": { | 244 "env": { |
| 236 "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", |
| 237 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" | 246 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 238 }, | 247 }, |
| 239 "name": "device_status_check", | 248 "name": "device_status_check", |
| 240 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 241 "@@@STEP_TEXT@Online devices: 1@@@", | 250 "@@@STEP_TEXT@Online devices: 1@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@[@@@", | 251 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ {@@@", | 252 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 247 "@@@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... |
| 329 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 338 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 330 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 339 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 331 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 340 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 332 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 341 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 333 ] | 342 ] |
| 334 }, | 343 }, |
| 335 { | 344 { |
| 336 "cmd": [ | 345 "cmd": [ |
| 337 "python", | 346 "python", |
| 338 "-u", | 347 "-u", |
| 339 "[CWD]/src/build/android/provision_devices.py", | 348 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 340 "-t", | 349 "-t", |
| 341 "Release", | 350 "Release", |
| 342 "--blacklist-file", | 351 "--blacklist-file", |
| 343 "[CWD]/src/out/bad_devices.json", | 352 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 344 "--output-device-blacklist", | 353 "--output-device-blacklist", |
| 345 "/path/to/tmp/json", | 354 "/path/to/tmp/json", |
| 346 "--min-battery-level", | 355 "--min-battery-level", |
| 347 "95", | 356 "95", |
| 348 "--disable-network", | 357 "--disable-network", |
| 349 "--disable-java-debug", | 358 "--disable-java-debug", |
| 350 "--max-battery-temp", | 359 "--max-battery-temp", |
| 351 "350" | 360 "350" |
| 352 ], | 361 ], |
| 362 "cwd": "[SLAVE_BUILD]", |
| 353 "env": { | 363 "env": { |
| 354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 364 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 355 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/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" |
| 356 }, | 366 }, |
| 357 "name": "provision_devices", | 367 "name": "provision_devices", |
| 358 "~followup_annotations": [ | 368 "~followup_annotations": [ |
| 359 "step returned non-zero exit code: 1", | 369 "step returned non-zero exit code: 1", |
| 360 "@@@STEP_EXCEPTION@@@" | 370 "@@@STEP_EXCEPTION@@@" |
| 361 ] | 371 ] |
| 362 }, | 372 }, |
| 363 { | 373 { |
| 364 "name": "$result", | 374 "name": "$result", |
| 365 "reason": "Infra Failure: Step('provision_devices') returned 1", | 375 "reason": "Infra Failure: Step('provision_devices') returned 1", |
| 366 "status_code": 1 | 376 "status_code": 1 |
| 367 } | 377 } |
| 368 ] | 378 ] |
| OLD | NEW |