| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
| 7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", | |
| 10 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
| 11 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 11 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@@@@", | 13 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 15 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 18 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 48 "1", | 47 "1", |
| 49 "--rietveld_server", | 48 "--rietveld_server", |
| 50 "https://codereview.chromium.org", | 49 "https://codereview.chromium.org", |
| 51 "--output_json", | 50 "--output_json", |
| 52 "/path/to/tmp/json", | 51 "/path/to/tmp/json", |
| 53 "--revision", | 52 "--revision", |
| 54 "src@HEAD", | 53 "src@HEAD", |
| 55 "--force", | 54 "--force", |
| 56 "--output_manifest" | 55 "--output_manifest" |
| 57 ], | 56 ], |
| 58 "cwd": "[SLAVE_BUILD]", | |
| 59 "env": { | 57 "env": { |
| 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 61 }, | 59 }, |
| 62 "name": "bot_update", | 60 "name": "bot_update", |
| 63 "~followup_annotations": [ | 61 "~followup_annotations": [ |
| 64 "@@@STEP_TEXT@Some step text@@@", | 62 "@@@STEP_TEXT@Some step text@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@{@@@", | 63 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 { | 128 { |
| 131 "cmd": [ | 129 "cmd": [ |
| 132 "python", | 130 "python", |
| 133 "-u", | 131 "-u", |
| 134 "\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", | 132 "\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", |
| 135 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", | 133 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", |
| 136 "[SLAVE_BUILD]/src/out/Debug/test_logs", | 134 "[SLAVE_BUILD]/src/out/Debug/test_logs", |
| 137 "[SLAVE_BUILD]/src/out/build_product.zip", | 135 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 138 "[SLAVE_BUILD]/src" | 136 "[SLAVE_BUILD]/src" |
| 139 ], | 137 ], |
| 140 "cwd": "[SLAVE_BUILD]", | |
| 141 "name": "clean local files", | 138 "name": "clean local files", |
| 142 "~followup_annotations": [ | 139 "~followup_annotations": [ |
| 143 "@@@STEP_LOG_LINE@python.inline@@@@", | 140 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 144 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 141 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 145 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 142 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 146 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 143 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 147 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 144 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 148 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 145 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 149 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 146 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 150 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 147 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 151 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 148 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 152 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 149 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 153 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 150 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 154 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 151 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 155 "@@@STEP_LOG_END@python.inline@@@" | 152 "@@@STEP_LOG_END@python.inline@@@" |
| 156 ] | 153 ] |
| 157 }, | 154 }, |
| 158 { | 155 { |
| 159 "cmd": [ | 156 "cmd": [ |
| 160 "python", | 157 "python", |
| 161 "-u", | 158 "-u", |
| 162 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 159 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 163 "runhooks" | 160 "runhooks" |
| 164 ], | 161 ], |
| 165 "cwd": "[SLAVE_BUILD]", | |
| 166 "env": { | 162 "env": { |
| 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 168 "GYP_CHROMIUM_NO_ACTION": "1", | 164 "GYP_CHROMIUM_NO_ACTION": "1", |
| 169 "GYP_CROSSCOMPILE": "1", | 165 "GYP_CROSSCOMPILE": "1", |
| 170 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter=
1 disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 ena
ble_data_reduction_proxy_support=1 enable_websockets=0 fastbuild=1 gomadir='[BUI
LD]/goma' target_arch=arm use_goma=1 use_platform_icu_alternatives=1", | 166 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter=
1 disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 ena
ble_data_reduction_proxy_support=1 enable_websockets=0 fastbuild=1 gomadir='[BUI
LD]/goma' target_arch=arm use_goma=1 use_platform_icu_alternatives=1", |
| 171 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 167 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 172 }, | 168 }, |
| 173 "name": "gclient runhooks" | 169 "name": "gclient runhooks" |
| 174 }, | 170 }, |
| 175 { | 171 { |
| 176 "cmd": [ | 172 "cmd": [ |
| 177 "python", | 173 "python", |
| 178 "-u", | 174 "-u", |
| 179 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 175 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 180 "gen", | 176 "gen", |
| 181 "-m", | 177 "-m", |
| 182 "chromium.testing.master", | 178 "chromium.testing.master", |
| 183 "-b", | 179 "-b", |
| 184 "android_cronet_tester", | 180 "android_cronet_tester", |
| 185 "--config-file", | 181 "--config-file", |
| 186 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 182 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 187 "--goma-dir", | 183 "--goma-dir", |
| 188 "[BUILD]/goma", | 184 "[BUILD]/goma", |
| 189 "//out/Debug" | 185 "//out/Debug" |
| 190 ], | 186 ], |
| 191 "cwd": "[SLAVE_BUILD]", | |
| 192 "env": { | 187 "env": { |
| 193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 194 }, | 189 }, |
| 195 "name": "generate_build_files" | 190 "name": "generate_build_files" |
| 196 }, | 191 }, |
| 197 { | 192 { |
| 198 "cmd": [ | 193 "cmd": [ |
| 199 "python", | 194 "python", |
| 200 "-u", | 195 "-u", |
| 201 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 196 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 227 "--clobber", | 222 "--clobber", |
| 228 "--", | 223 "--", |
| 229 "cronet_package", | 224 "cronet_package", |
| 230 "cronet_sample_test_apk", | 225 "cronet_sample_test_apk", |
| 231 "cronet_test_instrumentation_apk", | 226 "cronet_test_instrumentation_apk", |
| 232 "cronet_unittests", | 227 "cronet_unittests", |
| 233 "cronet_unittests_apk", | 228 "cronet_unittests_apk", |
| 234 "net_unittests", | 229 "net_unittests", |
| 235 "net_unittests_apk" | 230 "net_unittests_apk" |
| 236 ], | 231 ], |
| 237 "cwd": "[SLAVE_BUILD]", | |
| 238 "env": { | 232 "env": { |
| 239 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 240 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 234 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 241 }, | 235 }, |
| 242 "name": "compile", | 236 "name": "compile", |
| 243 "~followup_annotations": [ | 237 "~followup_annotations": [ |
| 244 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 238 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 245 "@@@STEP_LOG_END@json.output (invalid)@@@" | 239 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 246 ] | 240 ] |
| 247 }, | 241 }, |
| 248 { | 242 { |
| 249 "cmd": [ | 243 "cmd": [ |
| 250 "python", | 244 "python", |
| 251 "-u", | 245 "-u", |
| 252 "[SLAVE_BUILD]/src/build/symlink.py", | 246 "[SLAVE_BUILD]/src/build/symlink.py", |
| 253 "-f", | 247 "-f", |
| 254 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 248 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 255 "~/adb" | 249 "~/adb" |
| 256 ], | 250 ], |
| 257 "cwd": "[SLAVE_BUILD]", | |
| 258 "name": "create adb symlink" | 251 "name": "create adb symlink" |
| 259 }, | 252 }, |
| 260 { | 253 { |
| 261 "cmd": [ | 254 "cmd": [ |
| 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 263 "--", | 256 "--", |
| 264 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 257 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 265 "[SLAVE_BUILD]/src/out/logcat" | 258 "[SLAVE_BUILD]/src/out/logcat" |
| 266 ], | 259 ], |
| 267 "cwd": "[SLAVE_BUILD]", | |
| 268 "env": { | 260 "env": { |
| 269 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 270 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 262 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 271 }, | 263 }, |
| 272 "name": "spawn_logcat_monitor" | 264 "name": "spawn_logcat_monitor" |
| 273 }, | 265 }, |
| 274 { | 266 { |
| 275 "cmd": [ | 267 "cmd": [ |
| 276 "python", | 268 "python", |
| 277 "-u", | 269 "-u", |
| 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 270 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
| 279 "--verbose", | 271 "--verbose", |
| 280 "--adb-path", | 272 "--adb-path", |
| 281 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 273 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 282 ], | 274 ], |
| 283 "cwd": "[SLAVE_BUILD]", | |
| 284 "env": { | 275 "env": { |
| 285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 276 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 277 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 287 }, | 278 }, |
| 288 "name": "authorize_adb_devices" | 279 "name": "authorize_adb_devices" |
| 289 }, | 280 }, |
| 290 { | 281 { |
| 291 "cmd": [ | 282 "cmd": [ |
| 292 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 283 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 293 "--json-output", | 284 "--json-output", |
| 294 "/path/to/tmp/json", | 285 "/path/to/tmp/json", |
| 295 "--blacklist-file", | 286 "--blacklist-file", |
| 296 "[SLAVE_BUILD]/src/out/bad_devices.json", | 287 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 297 "--known-devices-file", | 288 "--known-devices-file", |
| 298 "[BUILD]/site_config/.known_devices" | 289 "[BUILD]/site_config/.known_devices" |
| 299 ], | 290 ], |
| 300 "cwd": "[SLAVE_BUILD]", | |
| 301 "env": { | 291 "env": { |
| 302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 303 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 293 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 304 }, | 294 }, |
| 305 "name": "device_status_check", | 295 "name": "device_status_check", |
| 306 "~followup_annotations": [ | 296 "~followup_annotations": [ |
| 307 "@@@STEP_TEXT@Online devices: 1@@@", | 297 "@@@STEP_TEXT@Online devices: 1@@@", |
| 308 "@@@STEP_LOG_LINE@json.output@[@@@", | 298 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ {@@@", | 299 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 "python", | 393 "python", |
| 404 "-u", | 394 "-u", |
| 405 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 395 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 406 "-t", | 396 "-t", |
| 407 "Debug", | 397 "Debug", |
| 408 "--blacklist-file", | 398 "--blacklist-file", |
| 409 "[SLAVE_BUILD]/src/out/bad_devices.json", | 399 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 410 "--output-device-blacklist", | 400 "--output-device-blacklist", |
| 411 "/path/to/tmp/json" | 401 "/path/to/tmp/json" |
| 412 ], | 402 ], |
| 413 "cwd": "[SLAVE_BUILD]", | |
| 414 "env": { | 403 "env": { |
| 415 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 404 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 416 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 405 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 417 }, | 406 }, |
| 418 "name": "provision_devices" | 407 "name": "provision_devices" |
| 419 }, | 408 }, |
| 420 { | 409 { |
| 421 "cmd": [ | 410 "cmd": [ |
| 422 "python", | 411 "python", |
| 423 "-u", | 412 "-u", |
| 424 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 413 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 425 "--action", | 414 "--action", |
| 426 "restart", | 415 "restart", |
| 427 "--pid-file-path", | 416 "--pid-file-path", |
| 428 "/tmp/device_monitor.pid", | 417 "/tmp/device_monitor.pid", |
| 429 "--", | 418 "--", |
| 430 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 419 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 431 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 420 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 432 "[\"07a00ca4\"]", | 421 "[\"07a00ca4\"]", |
| 433 "chromium.testing.master", | 422 "chromium.testing.master", |
| 434 "android_cronet_tester", | 423 "android_cronet_tester", |
| 435 "--blacklist-file", | 424 "--blacklist-file", |
| 436 "[SLAVE_BUILD]/src/out/bad_devices.json" | 425 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 437 ], | 426 ], |
| 438 "cwd": "[SLAVE_BUILD]", | |
| 439 "name": "spawn_device_monitor" | 427 "name": "spawn_device_monitor" |
| 440 }, | 428 }, |
| 441 { | 429 { |
| 442 "cmd": [ | 430 "cmd": [ |
| 443 "python", | 431 "python", |
| 444 "-u", | 432 "-u", |
| 445 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_unittests", | 433 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_unittests", |
| 446 "--blacklist-file", | 434 "--blacklist-file", |
| 447 "[SLAVE_BUILD]/src/out/bad_devices.json", | 435 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 448 "--verbose", | 436 "--verbose", |
| 449 "-t", | 437 "-t", |
| 450 "180" | 438 "180" |
| 451 ], | 439 ], |
| 452 "cwd": "[SLAVE_BUILD]", | |
| 453 "env": { | 440 "env": { |
| 454 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 441 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 455 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 442 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 456 }, | 443 }, |
| 457 "name": "cronet_unittests" | 444 "name": "cronet_unittests" |
| 458 }, | 445 }, |
| 459 { | 446 { |
| 460 "cmd": [ | 447 "cmd": [ |
| 461 "python", | 448 "python", |
| 462 "-u", | 449 "-u", |
| 463 "[SLAVE_BUILD]/src/out/Debug/bin/run_net_unittests", | 450 "[SLAVE_BUILD]/src/out/Debug/bin/run_net_unittests", |
| 464 "--blacklist-file", | 451 "--blacklist-file", |
| 465 "[SLAVE_BUILD]/src/out/bad_devices.json", | 452 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 466 "--verbose", | 453 "--verbose", |
| 467 "-t", | 454 "-t", |
| 468 "180" | 455 "180" |
| 469 ], | 456 ], |
| 470 "cwd": "[SLAVE_BUILD]", | |
| 471 "env": { | 457 "env": { |
| 472 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 458 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 473 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 459 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 474 }, | 460 }, |
| 475 "name": "net_unittests" | 461 "name": "net_unittests" |
| 476 }, | 462 }, |
| 477 { | 463 { |
| 478 "cmd": [ | 464 "cmd": [ |
| 479 "python", | 465 "python", |
| 480 "-u", | 466 "-u", |
| 481 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk", | 467 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk", |
| 482 "--blacklist-file", | 468 "--blacklist-file", |
| 483 "[SLAVE_BUILD]/src/out/bad_devices.json", | 469 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 484 "--verbose", | 470 "--verbose", |
| 485 "--num-retries", | 471 "--num-retries", |
| 486 "0" | 472 "0" |
| 487 ], | 473 ], |
| 488 "cwd": "[SLAVE_BUILD]", | |
| 489 "name": "Instrumentation test cronet_sample_test_apk" | 474 "name": "Instrumentation test cronet_sample_test_apk" |
| 490 }, | 475 }, |
| 491 { | 476 { |
| 492 "cmd": [ | 477 "cmd": [ |
| 493 "python", | 478 "python", |
| 494 "-u", | 479 "-u", |
| 495 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_test_instrumentation_apk", | 480 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_test_instrumentation_apk", |
| 496 "--blacklist-file", | 481 "--blacklist-file", |
| 497 "[SLAVE_BUILD]/src/out/bad_devices.json", | 482 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 498 "--verbose", | 483 "--verbose", |
| 499 "--num-retries", | 484 "--num-retries", |
| 500 "0" | 485 "0" |
| 501 ], | 486 ], |
| 502 "cwd": "[SLAVE_BUILD]", | |
| 503 "name": "Instrumentation test cronet_test_instrumentation_apk" | 487 "name": "Instrumentation test cronet_test_instrumentation_apk" |
| 504 }, | 488 }, |
| 505 { | 489 { |
| 506 "cmd": [ | 490 "cmd": [ |
| 507 "python", | 491 "python", |
| 508 "-u", | 492 "-u", |
| 509 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 493 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 510 "--action", | 494 "--action", |
| 511 "stop", | 495 "stop", |
| 512 "--pid-file-path", | 496 "--pid-file-path", |
| 513 "/tmp/device_monitor.pid" | 497 "/tmp/device_monitor.pid" |
| 514 ], | 498 ], |
| 515 "cwd": "[SLAVE_BUILD]", | |
| 516 "name": "shutdown_device_monitor" | 499 "name": "shutdown_device_monitor" |
| 517 }, | 500 }, |
| 518 { | 501 { |
| 519 "cmd": [ | 502 "cmd": [ |
| 520 "python", | 503 "python", |
| 521 "-u", | 504 "-u", |
| 522 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 505 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 523 "--output-path", | 506 "--output-path", |
| 524 "[SLAVE_BUILD]/src/out/Debug/full_log", | 507 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 525 "[SLAVE_BUILD]/src/out/logcat" | 508 "[SLAVE_BUILD]/src/out/logcat" |
| 526 ], | 509 ], |
| 527 "cwd": "[SLAVE_BUILD]", | |
| 528 "name": "logcat_dump" | 510 "name": "logcat_dump" |
| 529 }, | 511 }, |
| 530 { | 512 { |
| 531 "cmd": [ | 513 "cmd": [ |
| 532 "python", | 514 "python", |
| 533 "-u", | 515 "-u", |
| 534 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 516 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 535 "--", | 517 "--", |
| 536 "[DEPOT_TOOLS]/gsutil.py", | 518 "[DEPOT_TOOLS]/gsutil.py", |
| 537 "--force-version", | 519 "--force-version", |
| 538 "4.7", | 520 "4.7", |
| 539 "-o", | 521 "-o", |
| 540 "GSUtil:parallel_composite_upload_threshold=50M", | 522 "GSUtil:parallel_composite_upload_threshold=50M", |
| 541 "----", | 523 "----", |
| 542 "cp", | 524 "cp", |
| 543 "-a", | 525 "-a", |
| 544 "public-read", | 526 "public-read", |
| 545 "[SLAVE_BUILD]/src/out/Debug/full_log", | 527 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 546 "gs://chromium-android/logcat_dumps/android_cronet_tester/571" | 528 "gs://chromium-android/logcat_dumps/android_cronet_tester/571" |
| 547 ], | 529 ], |
| 548 "cwd": "[SLAVE_BUILD]", | |
| 549 "name": "gsutil upload", | 530 "name": "gsutil upload", |
| 550 "~followup_annotations": [ | 531 "~followup_annotations": [ |
| 551 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/android_cronet_tester/571@@@" | 532 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/android_cronet_tester/571@@@" |
| 552 ] | 533 ] |
| 553 }, | 534 }, |
| 554 { | 535 { |
| 555 "cmd": [ | 536 "cmd": [ |
| 556 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 537 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 557 "--arch", | 538 "--arch", |
| 558 "arm", | 539 "arm", |
| 559 "--more-info", | 540 "--more-info", |
| 560 "[SLAVE_BUILD]/src/out/Debug/full_log" | 541 "[SLAVE_BUILD]/src/out/Debug/full_log" |
| 561 ], | 542 ], |
| 562 "cwd": "[SLAVE_BUILD]", | |
| 563 "env": { | 543 "env": { |
| 564 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | 544 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", |
| 565 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 545 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 566 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 546 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 567 }, | 547 }, |
| 568 "name": "stack_tool_with_logcat_dump" | 548 "name": "stack_tool_with_logcat_dump" |
| 569 }, | 549 }, |
| 570 { | 550 { |
| 571 "cmd": [ | 551 "cmd": [ |
| 572 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 552 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
| 573 "-a", | 553 "-a", |
| 574 "-s", | 554 "-s", |
| 575 "-w" | 555 "-w" |
| 576 ], | 556 ], |
| 577 "cwd": "[SLAVE_BUILD]", | |
| 578 "env": { | 557 "env": { |
| 579 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | 558 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", |
| 580 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 559 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 581 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 560 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 582 }, | 561 }, |
| 583 "name": "stack_tool_for_tombstones" | 562 "name": "stack_tool_for_tombstones" |
| 584 }, | 563 }, |
| 585 { | 564 { |
| 586 "cmd": [ | 565 "cmd": [ |
| 587 "python", | 566 "python", |
| 588 "-u", | 567 "-u", |
| 589 "\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", | 568 "\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", |
| 590 "[SLAVE_BUILD]/src/out/Debug/test_logs/*.log" | 569 "[SLAVE_BUILD]/src/out/Debug/test_logs/*.log" |
| 591 ], | 570 ], |
| 592 "cwd": "[SLAVE_BUILD]", | |
| 593 "name": "test_report", | 571 "name": "test_report", |
| 594 "~followup_annotations": [ | 572 "~followup_annotations": [ |
| 595 "@@@STEP_LOG_LINE@python.inline@@@@", | 573 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 596 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 574 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 597 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 575 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 598 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 576 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 599 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 577 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 600 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 578 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 601 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 579 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 602 "@@@STEP_LOG_END@python.inline@@@" | 580 "@@@STEP_LOG_END@python.inline@@@" |
| 603 ] | 581 ] |
| 604 }, | 582 }, |
| 605 { | 583 { |
| 606 "name": "$result", | 584 "name": "$result", |
| 607 "recipe_result": null, | 585 "recipe_result": null, |
| 608 "status_code": 0 | 586 "status_code": 0 |
| 609 } | 587 } |
| 610 ] | 588 ] |
| OLD | NEW |