| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 195 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 196 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 196 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 197 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 197 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 198 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 198 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 199 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 199 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 200 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 200 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 201 "@@@STEP_LOG_END@python.inline@@@" | 201 "@@@STEP_LOG_END@python.inline@@@" |
| 202 ] | 202 ] |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 "allow_subannotations": false, | |
| 206 "cmd": [ | 205 "cmd": [ |
| 207 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 206 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
| 208 "[SLAVE_BUILD]/src", | 207 "[SLAVE_BUILD]/src", |
| 209 "src" | 208 "src" |
| 210 ], | 209 ], |
| 211 "name": "tree truth steps" | 210 "name": "tree truth steps" |
| 212 }, | 211 }, |
| 213 { | 212 { |
| 214 "cmd": [ | 213 "cmd": [ |
| 215 "python", | 214 "python", |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 ], | 499 ], |
| 501 "env": { | 500 "env": { |
| 502 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 503 "LLVM_FORCE_HEAD_REVISION": "YES", | 502 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 504 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 505 }, | 504 }, |
| 506 "name": "get_clang_version", | 505 "name": "get_clang_version", |
| 507 "stdout": "/path/to/tmp/" | 506 "stdout": "/path/to/tmp/" |
| 508 }, | 507 }, |
| 509 { | 508 { |
| 510 "cmd": [], | |
| 511 "env": { | 509 "env": { |
| 512 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 510 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 513 "LLVM_FORCE_HEAD_REVISION": "YES", | 511 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 514 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 512 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 515 }, | 513 }, |
| 516 "name": "Set up ASAN on devices" | 514 "name": "Set up ASAN on devices" |
| 517 }, | 515 }, |
| 518 { | 516 { |
| 519 "cmd": [ | 517 "cmd": [ |
| 520 "python", | 518 "python", |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 ], | 739 ], |
| 742 "env": { | 740 "env": { |
| 743 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | 741 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", |
| 744 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 742 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 745 "LLVM_FORCE_HEAD_REVISION": "YES", | 743 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 746 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 744 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 747 }, | 745 }, |
| 748 "name": "stack_tool_for_asan" | 746 "name": "stack_tool_for_asan" |
| 749 }, | 747 }, |
| 750 { | 748 { |
| 751 "cmd": [], | |
| 752 "env": { | 749 "env": { |
| 753 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 750 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 754 "LLVM_FORCE_HEAD_REVISION": "YES", | 751 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 755 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 752 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 756 }, | 753 }, |
| 757 "name": "Tear down ASAN on devices" | 754 "name": "Tear down ASAN on devices" |
| 758 }, | 755 }, |
| 759 { | 756 { |
| 760 "cmd": [ | 757 "cmd": [ |
| 761 "[SLAVE_BUILD]/src/tools/android/asan/third_party/asan_device_setup.sh", | 758 "[SLAVE_BUILD]/src/tools/android/asan/third_party/asan_device_setup.sh", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 797 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 794 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 798 "@@@STEP_LOG_END@python.inline@@@" | 795 "@@@STEP_LOG_END@python.inline@@@" |
| 799 ] | 796 ] |
| 800 }, | 797 }, |
| 801 { | 798 { |
| 802 "name": "$result", | 799 "name": "$result", |
| 803 "recipe_result": null, | 800 "recipe_result": null, |
| 804 "status_code": 0 | 801 "status_code": 0 |
| 805 } | 802 } |
| 806 ] | 803 ] |
| OLD | NEW |