| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTAndroidASan tester", | 10 "ClangToTAndroidASan tester", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]\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 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@1111111", | 24 "src@1111111", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 98 ] | 97 ] |
| 99 }, | 98 }, |
| 100 { | 99 { |
| 101 "cmd": [ | 100 "cmd": [ |
| 102 "python", | 101 "python", |
| 103 "-u", | 102 "-u", |
| 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 105 "runhooks" | 104 "runhooks" |
| 106 ], | 105 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "env": { | 106 "env": { |
| 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 110 "GYP_CROSSCOMPILE": "1", | 108 "GYP_CROSSCOMPILE": "1", |
| 111 "GYP_DEFINES": "OS=android asan=1 clang=1 clang_use_chrome_plugins=0 compo
nent=shared_library fastbuild=1 target_arch=ia32", | 109 "GYP_DEFINES": "OS=android asan=1 clang=1 clang_use_chrome_plugins=0 compo
nent=shared_library fastbuild=1 target_arch=ia32", |
| 112 "LLVM_FORCE_HEAD_REVISION": "YES", | 110 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 113 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 111 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 114 }, | 112 }, |
| 115 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
| 116 }, | 114 }, |
| 117 { | 115 { |
| 118 "cmd": [ | 116 "cmd": [ |
| 119 "python", | 117 "python", |
| 120 "-u", | 118 "-u", |
| 121 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 122 "--output", | 120 "--output", |
| 123 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
| 124 "--", | 122 "--", |
| 125 "--build-config-fs", | 123 "--build-config-fs", |
| 126 "Debug", | 124 "Debug", |
| 127 "--paths", | 125 "--paths", |
| 128 "{\"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\"}", | 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\"}", |
| 129 "--properties", | 127 "--properties", |
| 130 "{\"buildername\": \"ClangToTAndroidASan tester\", \"buildnumber\": 571, \
"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"android\"}" | 128 "{\"buildername\": \"ClangToTAndroidASan tester\", \"buildnumber\": 571, \
"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"android\"}" |
| 131 ], | 129 ], |
| 132 "cwd": "[SLAVE_BUILD]", | |
| 133 "name": "get compile targets for scripts", | 130 "name": "get compile targets for scripts", |
| 134 "~followup_annotations": [ | 131 "~followup_annotations": [ |
| 135 "@@@STEP_LOG_LINE@json.output@{}@@@", | 132 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 136 "@@@STEP_LOG_END@json.output@@@" | 133 "@@@STEP_LOG_END@json.output@@@" |
| 137 ] | 134 ] |
| 138 }, | 135 }, |
| 139 { | 136 { |
| 140 "cmd": [ | 137 "cmd": [ |
| 141 "python", | 138 "python", |
| 142 "-u", | 139 "-u", |
| 143 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 140 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 144 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 141 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 145 "/path/to/tmp/json" | 142 "/path/to/tmp/json" |
| 146 ], | 143 ], |
| 147 "cwd": "[SLAVE_BUILD]", | |
| 148 "name": "read test spec", | 144 "name": "read test spec", |
| 149 "~followup_annotations": [ | 145 "~followup_annotations": [ |
| 150 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 146 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 151 "@@@STEP_LOG_LINE@json.output@{}@@@", | 147 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 152 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
| 153 ] | 149 ] |
| 154 }, | 150 }, |
| 155 { | 151 { |
| 156 "cmd": [ | 152 "cmd": [ |
| 157 "python", | 153 "python", |
| 158 "-u", | 154 "-u", |
| 159 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 155 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 160 "--show-path", | 156 "--show-path", |
| 161 "python", | 157 "python", |
| 162 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 163 ], | 159 ], |
| 164 "cwd": "[SLAVE_BUILD]", | |
| 165 "name": "cleanup_temp" | 160 "name": "cleanup_temp" |
| 166 }, | 161 }, |
| 167 { | 162 { |
| 168 "cmd": [ | 163 "cmd": [ |
| 169 "python", | 164 "python", |
| 170 "-u", | 165 "-u", |
| 171 "\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", | 166 "\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", |
| 172 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", | 167 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", |
| 173 "[SLAVE_BUILD]/src/out/Debug/test_logs", | 168 "[SLAVE_BUILD]/src/out/Debug/test_logs", |
| 174 "[SLAVE_BUILD]/src/out/build_product.zip", | 169 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 175 "[SLAVE_BUILD]/src" | 170 "[SLAVE_BUILD]/src" |
| 176 ], | 171 ], |
| 177 "cwd": "[SLAVE_BUILD]", | |
| 178 "name": "clean local files", | 172 "name": "clean local files", |
| 179 "~followup_annotations": [ | 173 "~followup_annotations": [ |
| 180 "@@@STEP_LOG_LINE@python.inline@@@@", | 174 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 181 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 175 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 182 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 176 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 183 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 177 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 184 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 178 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 185 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 179 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 186 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 180 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 187 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 181 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 188 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 182 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 189 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 183 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 190 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 184 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 191 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 185 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 192 "@@@STEP_LOG_END@python.inline@@@" | 186 "@@@STEP_LOG_END@python.inline@@@" |
| 193 ] | 187 ] |
| 194 }, | 188 }, |
| 195 { | 189 { |
| 196 "allow_subannotations": false, | 190 "allow_subannotations": false, |
| 197 "cmd": [ | 191 "cmd": [ |
| 198 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 192 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
| 199 "[SLAVE_BUILD]/src", | 193 "[SLAVE_BUILD]/src", |
| 200 "src" | 194 "src" |
| 201 ], | 195 ], |
| 202 "cwd": "[SLAVE_BUILD]", | |
| 203 "name": "tree truth steps" | 196 "name": "tree truth steps" |
| 204 }, | 197 }, |
| 205 { | 198 { |
| 206 "cmd": [ | 199 "cmd": [ |
| 207 "python", | 200 "python", |
| 208 "-u", | 201 "-u", |
| 209 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 202 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 210 "[SLAVE_BUILD]/src/out/Debug" | 203 "[SLAVE_BUILD]/src/out/Debug" |
| 211 ], | 204 ], |
| 212 "cwd": "[SLAVE_BUILD]", | |
| 213 "name": "rmtree build directory", | 205 "name": "rmtree build directory", |
| 214 "~followup_annotations": [ | 206 "~followup_annotations": [ |
| 215 "@@@STEP_LOG_LINE@python.inline@@@@", | 207 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 216 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 208 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 217 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 209 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 218 "@@@STEP_LOG_LINE@python.inline@@@@", | 210 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 219 "@@@STEP_LOG_LINE@python.inline@@@@", | 211 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 220 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 212 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 221 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 213 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 222 "@@@STEP_LOG_END@python.inline@@@" | 214 "@@@STEP_LOG_END@python.inline@@@" |
| 223 ] | 215 ] |
| 224 }, | 216 }, |
| 225 { | 217 { |
| 226 "cmd": [ | 218 "cmd": [ |
| 227 "python", | 219 "python", |
| 228 "-u", | 220 "-u", |
| 229 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 221 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 230 "--show-path", | 222 "--show-path", |
| 231 "python", | 223 "python", |
| 232 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
| 233 "--target", | 225 "--target", |
| 234 "Debug", | 226 "Debug", |
| 235 "--build-archive-url", | 227 "--build-archive-url", |
| 236 "gs://test-domain/test-archive.zip", | 228 "gs://test-domain/test-archive.zip", |
| 237 "--master-name", | 229 "--master-name", |
| 238 "chromium.fyi", | 230 "chromium.fyi", |
| 239 "--build-number", | 231 "--build-number", |
| 240 "571" | 232 "571" |
| 241 ], | 233 ], |
| 242 "cwd": "[SLAVE_BUILD]", | |
| 243 "name": "extract build" | 234 "name": "extract build" |
| 244 }, | 235 }, |
| 245 { | 236 { |
| 246 "cmd": [ | 237 "cmd": [ |
| 247 "python", | 238 "python", |
| 248 "-u", | 239 "-u", |
| 249 "RECIPE_MODULE[build::adb]/resources/list_devices.py", | 240 "RECIPE_MODULE[build::adb]/resources/list_devices.py", |
| 250 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 241 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
| 251 "/path/to/tmp/json" | 242 "/path/to/tmp/json" |
| 252 ], | 243 ], |
| 253 "cwd": "[SLAVE_BUILD]", | |
| 254 "name": "List adb devices", | 244 "name": "List adb devices", |
| 255 "~followup_annotations": [ | 245 "~followup_annotations": [ |
| 256 "@@@STEP_LOG_LINE@json.output@[@@@", | 246 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 257 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 247 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
| 258 "@@@STEP_LOG_LINE@json.output@]@@@", | 248 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 259 "@@@STEP_LOG_END@json.output@@@" | 249 "@@@STEP_LOG_END@json.output@@@" |
| 260 ] | 250 ] |
| 261 }, | 251 }, |
| 262 { | 252 { |
| 263 "cmd": [ | 253 "cmd": [ |
| 264 "python", | 254 "python", |
| 265 "-u", | 255 "-u", |
| 266 "\nimport subprocess\nimport sys\nadb_path = sys.argv[1]\nfor device in sy
s.argv[2:]:\n print 'Attempting to root device %s ...' % (device)\n subprocess
.check_call([adb_path, '-s', device, 'root'])\n subprocess.check_call([adb_path
, '-s', device, 'wait-for-device'])\n print 'Finished rooting device %s' % (dev
ice)\n", | 256 "\nimport subprocess\nimport sys\nadb_path = sys.argv[1]\nfor device in sy
s.argv[2:]:\n print 'Attempting to root device %s ...' % (device)\n subprocess
.check_call([adb_path, '-s', device, 'root'])\n subprocess.check_call([adb_path
, '-s', device, 'wait-for-device'])\n print 'Finished rooting device %s' % (dev
ice)\n", |
| 267 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 257 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 268 "014E1F310401C009" | 258 "014E1F310401C009" |
| 269 ], | 259 ], |
| 270 "cwd": "[SLAVE_BUILD]", | |
| 271 "name": "Root devices", | 260 "name": "Root devices", |
| 272 "~followup_annotations": [ | 261 "~followup_annotations": [ |
| 273 "@@@STEP_LOG_LINE@python.inline@@@@", | 262 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 274 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", | 263 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", |
| 275 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 264 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 276 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", | 265 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", |
| 277 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", | 266 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", |
| 278 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...'
% (device)@@@", | 267 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...'
% (device)@@@", |
| 279 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", | 268 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", |
| 280 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", | 269 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", |
| 281 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", | 270 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", |
| 282 "@@@STEP_LOG_END@python.inline@@@" | 271 "@@@STEP_LOG_END@python.inline@@@" |
| 283 ] | 272 ] |
| 284 }, | 273 }, |
| 285 { | 274 { |
| 286 "cmd": [ | 275 "cmd": [ |
| 287 "python", | 276 "python", |
| 288 "-u", | 277 "-u", |
| 289 "[SLAVE_BUILD]/src/build/symlink.py", | 278 "[SLAVE_BUILD]/src/build/symlink.py", |
| 290 "-f", | 279 "-f", |
| 291 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 280 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 292 "~/adb" | 281 "~/adb" |
| 293 ], | 282 ], |
| 294 "cwd": "[SLAVE_BUILD]", | |
| 295 "name": "create adb symlink" | 283 "name": "create adb symlink" |
| 296 }, | 284 }, |
| 297 { | 285 { |
| 298 "cmd": [ | 286 "cmd": [ |
| 299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 287 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 300 "--", | 288 "--", |
| 301 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 289 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 302 "[SLAVE_BUILD]/src/out/logcat" | 290 "[SLAVE_BUILD]/src/out/logcat" |
| 303 ], | 291 ], |
| 304 "cwd": "[SLAVE_BUILD]", | |
| 305 "env": { | 292 "env": { |
| 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 293 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 307 "LLVM_FORCE_HEAD_REVISION": "YES", | 294 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 308 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 295 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 309 }, | 296 }, |
| 310 "name": "spawn_logcat_monitor" | 297 "name": "spawn_logcat_monitor" |
| 311 }, | 298 }, |
| 312 { | 299 { |
| 313 "cmd": [ | 300 "cmd": [ |
| 314 "python", | 301 "python", |
| 315 "-u", | 302 "-u", |
| 316 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 303 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
| 317 "--verbose", | 304 "--verbose", |
| 318 "--adb-path", | 305 "--adb-path", |
| 319 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 306 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 320 ], | 307 ], |
| 321 "cwd": "[SLAVE_BUILD]", | |
| 322 "env": { | 308 "env": { |
| 323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 324 "LLVM_FORCE_HEAD_REVISION": "YES", | 310 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 325 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 311 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 326 }, | 312 }, |
| 327 "name": "authorize_adb_devices" | 313 "name": "authorize_adb_devices" |
| 328 }, | 314 }, |
| 329 { | 315 { |
| 330 "cmd": [ | 316 "cmd": [ |
| 331 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 317 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 332 "--json-output", | 318 "--json-output", |
| 333 "/path/to/tmp/json", | 319 "/path/to/tmp/json", |
| 334 "--blacklist-file", | 320 "--blacklist-file", |
| 335 "[SLAVE_BUILD]/src/out/bad_devices.json", | 321 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 336 "--known-devices-file", | 322 "--known-devices-file", |
| 337 "[BUILD]/site_config/.known_devices" | 323 "[BUILD]/site_config/.known_devices" |
| 338 ], | 324 ], |
| 339 "cwd": "[SLAVE_BUILD]", | |
| 340 "env": { | 325 "env": { |
| 341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 342 "LLVM_FORCE_HEAD_REVISION": "YES", | 327 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 343 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 328 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 344 }, | 329 }, |
| 345 "name": "device_status_check", | 330 "name": "device_status_check", |
| 346 "~followup_annotations": [ | 331 "~followup_annotations": [ |
| 347 "@@@STEP_TEXT@Online devices: 1@@@", | 332 "@@@STEP_TEXT@Online devices: 1@@@", |
| 348 "@@@STEP_LOG_LINE@json.output@[@@@", | 333 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 349 "@@@STEP_LOG_LINE@json.output@ {@@@", | 334 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 "python", | 428 "python", |
| 444 "-u", | 429 "-u", |
| 445 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 430 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 446 "-t", | 431 "-t", |
| 447 "Debug", | 432 "Debug", |
| 448 "--blacklist-file", | 433 "--blacklist-file", |
| 449 "[SLAVE_BUILD]/src/out/bad_devices.json", | 434 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 450 "--output-device-blacklist", | 435 "--output-device-blacklist", |
| 451 "/path/to/tmp/json" | 436 "/path/to/tmp/json" |
| 452 ], | 437 ], |
| 453 "cwd": "[SLAVE_BUILD]", | |
| 454 "env": { | 438 "env": { |
| 455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 439 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 456 "LLVM_FORCE_HEAD_REVISION": "YES", | 440 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 457 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 441 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 458 }, | 442 }, |
| 459 "name": "provision_devices" | 443 "name": "provision_devices" |
| 460 }, | 444 }, |
| 461 { | 445 { |
| 462 "cmd": [ | 446 "cmd": [ |
| 463 "[SLAVE_BUILD]/src/tools/android/asan/third_party/asan_device_setup.sh", | 447 "[SLAVE_BUILD]/src/tools/android/asan/third_party/asan_device_setup.sh", |
| 464 "--lib", | 448 "--lib", |
| 465 "[SLAVE_BUILD]/src/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/
lib/linux/libclang_rt.asan-arm-android.so", | 449 "[SLAVE_BUILD]/src/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/
lib/linux/libclang_rt.asan-arm-android.so", |
| 466 "--device", | 450 "--device", |
| 467 "07a00ca4" | 451 "07a00ca4" |
| 468 ], | 452 ], |
| 469 "cwd": "[SLAVE_BUILD]", | |
| 470 "env": { | 453 "env": { |
| 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 454 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 472 "LLVM_FORCE_HEAD_REVISION": "YES", | 455 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 473 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 456 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 474 }, | 457 }, |
| 475 "name": "asan_device_setup.sh 07a00ca4" | 458 "name": "asan_device_setup.sh 07a00ca4" |
| 476 }, | 459 }, |
| 477 { | 460 { |
| 478 "cmd": [ | 461 "cmd": [ |
| 479 "python", | 462 "python", |
| 480 "-u", | 463 "-u", |
| 481 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 464 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 482 "--action", | 465 "--action", |
| 483 "restart", | 466 "restart", |
| 484 "--pid-file-path", | 467 "--pid-file-path", |
| 485 "/tmp/device_monitor.pid", | 468 "/tmp/device_monitor.pid", |
| 486 "--", | 469 "--", |
| 487 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 470 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 488 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 471 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 489 "[\"07a00ca4\"]", | 472 "[\"07a00ca4\"]", |
| 490 "chromium.fyi", | 473 "chromium.fyi", |
| 491 "ClangToTAndroidASan tester", | 474 "ClangToTAndroidASan tester", |
| 492 "--blacklist-file", | 475 "--blacklist-file", |
| 493 "[SLAVE_BUILD]/src/out/bad_devices.json" | 476 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 494 ], | 477 ], |
| 495 "cwd": "[SLAVE_BUILD]", | |
| 496 "name": "spawn_device_monitor" | 478 "name": "spawn_device_monitor" |
| 497 }, | 479 }, |
| 498 { | 480 { |
| 499 "cmd": [ | 481 "cmd": [ |
| 500 "python", | 482 "python", |
| 501 "-u", | 483 "-u", |
| 502 "[SLAVE_BUILD]/src/out/Debug/bin/run_components_browsertests", | 484 "[SLAVE_BUILD]/src/out/Debug/bin/run_components_browsertests", |
| 503 "--blacklist-file", | 485 "--blacklist-file", |
| 504 "[SLAVE_BUILD]/src/out/bad_devices.json", | 486 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 505 "--verbose", | 487 "--verbose", |
| 506 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests.
isolate", | 488 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests.
isolate", |
| 507 "--tool=asan", | 489 "--tool=asan", |
| 508 "--flakiness-dashboard-server=test-results.appspot.com", | 490 "--flakiness-dashboard-server=test-results.appspot.com", |
| 509 "--json-results-file", | 491 "--json-results-file", |
| 510 "/path/to/tmp/json" | 492 "/path/to/tmp/json" |
| 511 ], | 493 ], |
| 512 "cwd": "[SLAVE_BUILD]", | |
| 513 "env": { | 494 "env": { |
| 514 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 495 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 515 "LLVM_FORCE_HEAD_REVISION": "YES", | 496 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 516 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 497 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 517 }, | 498 }, |
| 518 "name": "components_browsertests" | 499 "name": "components_browsertests" |
| 519 }, | 500 }, |
| 520 { | 501 { |
| 521 "cmd": [ | 502 "cmd": [ |
| 522 "python", | 503 "python", |
| 523 "-u", | 504 "-u", |
| 524 "[SLAVE_BUILD]/src/out/Debug/bin/run_gfx_unittests", | 505 "[SLAVE_BUILD]/src/out/Debug/bin/run_gfx_unittests", |
| 525 "--blacklist-file", | 506 "--blacklist-file", |
| 526 "[SLAVE_BUILD]/src/out/bad_devices.json", | 507 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 527 "--verbose", | 508 "--verbose", |
| 528 "--tool=asan", | 509 "--tool=asan", |
| 529 "--flakiness-dashboard-server=test-results.appspot.com", | 510 "--flakiness-dashboard-server=test-results.appspot.com", |
| 530 "--json-results-file", | 511 "--json-results-file", |
| 531 "/path/to/tmp/json" | 512 "/path/to/tmp/json" |
| 532 ], | 513 ], |
| 533 "cwd": "[SLAVE_BUILD]", | |
| 534 "env": { | 514 "env": { |
| 535 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 515 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 536 "LLVM_FORCE_HEAD_REVISION": "YES", | 516 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 537 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 517 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 538 }, | 518 }, |
| 539 "name": "gfx_unittests" | 519 "name": "gfx_unittests" |
| 540 }, | 520 }, |
| 541 { | 521 { |
| 542 "cmd": [ | 522 "cmd": [ |
| 543 "python", | 523 "python", |
| 544 "-u", | 524 "-u", |
| 545 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 525 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 546 "--action", | 526 "--action", |
| 547 "stop", | 527 "stop", |
| 548 "--pid-file-path", | 528 "--pid-file-path", |
| 549 "/tmp/device_monitor.pid" | 529 "/tmp/device_monitor.pid" |
| 550 ], | 530 ], |
| 551 "cwd": "[SLAVE_BUILD]", | |
| 552 "name": "shutdown_device_monitor" | 531 "name": "shutdown_device_monitor" |
| 553 }, | 532 }, |
| 554 { | 533 { |
| 555 "cmd": [ | 534 "cmd": [ |
| 556 "python", | 535 "python", |
| 557 "-u", | 536 "-u", |
| 558 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 537 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 559 "--output-path", | 538 "--output-path", |
| 560 "[SLAVE_BUILD]/src/out/Debug/full_log", | 539 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 561 "[SLAVE_BUILD]/src/out/logcat" | 540 "[SLAVE_BUILD]/src/out/logcat" |
| 562 ], | 541 ], |
| 563 "cwd": "[SLAVE_BUILD]", | |
| 564 "name": "logcat_dump" | 542 "name": "logcat_dump" |
| 565 }, | 543 }, |
| 566 { | 544 { |
| 567 "cmd": [ | 545 "cmd": [ |
| 568 "python", | 546 "python", |
| 569 "-u", | 547 "-u", |
| 570 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 548 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 571 "--", | 549 "--", |
| 572 "[DEPOT_TOOLS]/gsutil.py", | 550 "[DEPOT_TOOLS]/gsutil.py", |
| 573 "--force-version", | 551 "--force-version", |
| 574 "4.7", | 552 "4.7", |
| 575 "-o", | 553 "-o", |
| 576 "GSUtil:parallel_composite_upload_threshold=50M", | 554 "GSUtil:parallel_composite_upload_threshold=50M", |
| 577 "----", | 555 "----", |
| 578 "cp", | 556 "cp", |
| 579 "[SLAVE_BUILD]/src/out/Debug/full_log", | 557 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 580 "gs://chromium-android/logcat_dumps/ClangToTAndroidASan tester/571" | 558 "gs://chromium-android/logcat_dumps/ClangToTAndroidASan tester/571" |
| 581 ], | 559 ], |
| 582 "cwd": "[SLAVE_BUILD]", | |
| 583 "name": "gsutil upload", | 560 "name": "gsutil upload", |
| 584 "~followup_annotations": [ | 561 "~followup_annotations": [ |
| 585 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/ClangToTAndroidASan tester/571@@@" | 562 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/ClangToTAndroidASan tester/571@@@" |
| 586 ] | 563 ] |
| 587 }, | 564 }, |
| 588 { | 565 { |
| 589 "cmd": [ | 566 "cmd": [ |
| 590 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 567 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 591 "--arch", | 568 "--arch", |
| 592 "x86", | 569 "x86", |
| 593 "--more-info", | 570 "--more-info", |
| 594 "[SLAVE_BUILD]/src/out/Debug/full_log" | 571 "[SLAVE_BUILD]/src/out/Debug/full_log" |
| 595 ], | 572 ], |
| 596 "cwd": "[SLAVE_BUILD]", | |
| 597 "env": { | 573 "env": { |
| 598 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | 574 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", |
| 599 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 575 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 600 "LLVM_FORCE_HEAD_REVISION": "YES", | 576 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 601 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 577 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 602 }, | 578 }, |
| 603 "name": "stack_tool_with_logcat_dump" | 579 "name": "stack_tool_with_logcat_dump" |
| 604 }, | 580 }, |
| 605 { | 581 { |
| 606 "cmd": [ | 582 "cmd": [ |
| 607 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 583 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
| 608 "-a", | 584 "-a", |
| 609 "-s", | 585 "-s", |
| 610 "-w" | 586 "-w" |
| 611 ], | 587 ], |
| 612 "cwd": "[SLAVE_BUILD]", | |
| 613 "env": { | 588 "env": { |
| 614 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | 589 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", |
| 615 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 590 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 616 "LLVM_FORCE_HEAD_REVISION": "YES", | 591 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 617 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 592 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 618 }, | 593 }, |
| 619 "name": "stack_tool_for_tombstones" | 594 "name": "stack_tool_for_tombstones" |
| 620 }, | 595 }, |
| 621 { | 596 { |
| 622 "cmd": [ | 597 "cmd": [ |
| 623 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", | 598 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", |
| 624 "-l", | 599 "-l", |
| 625 "[SLAVE_BUILD]/src/out/Debug/full_log" | 600 "[SLAVE_BUILD]/src/out/Debug/full_log" |
| 626 ], | 601 ], |
| 627 "cwd": "[SLAVE_BUILD]", | |
| 628 "env": { | 602 "env": { |
| 629 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | 603 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", |
| 630 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 604 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 631 "LLVM_FORCE_HEAD_REVISION": "YES", | 605 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 632 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 606 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 633 }, | 607 }, |
| 634 "name": "stack_tool_for_asan" | 608 "name": "stack_tool_for_asan" |
| 635 }, | 609 }, |
| 636 { | 610 { |
| 637 "cmd": [ | 611 "cmd": [ |
| 638 "python", | 612 "python", |
| 639 "-u", | 613 "-u", |
| 640 "\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", | 614 "\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", |
| 641 "[SLAVE_BUILD]/src/out/Debug/test_logs/*.log" | 615 "[SLAVE_BUILD]/src/out/Debug/test_logs/*.log" |
| 642 ], | 616 ], |
| 643 "cwd": "[SLAVE_BUILD]", | |
| 644 "name": "test_report", | 617 "name": "test_report", |
| 645 "~followup_annotations": [ | 618 "~followup_annotations": [ |
| 646 "@@@STEP_LOG_LINE@python.inline@@@@", | 619 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 647 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 620 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 648 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 621 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 649 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 622 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 650 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 623 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 651 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 624 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 652 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 625 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 653 "@@@STEP_LOG_END@python.inline@@@" | 626 "@@@STEP_LOG_END@python.inline@@@" |
| 654 ] | 627 ] |
| 655 }, | 628 }, |
| 656 { | 629 { |
| 657 "name": "$result", | 630 "name": "$result", |
| 658 "recipe_result": null, | 631 "recipe_result": null, |
| 659 "status_code": 0 | 632 "status_code": 0 |
| 660 } | 633 } |
| 661 ] | 634 ] |
| OLD | NEW |