| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTAndroidASan tester", | 10 "ClangToTAndroidASan tester", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 { | 91 { |
| 92 "cmd": [ | 92 "cmd": [ |
| 93 "python", | 93 "python", |
| 94 "-u", | 94 "-u", |
| 95 "[DEPOT_TOOLS]/gclient.py", | 95 "[DEPOT_TOOLS]/gclient.py", |
| 96 "runhooks" | 96 "runhooks" |
| 97 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]", | 98 "cwd": "[SLAVE_BUILD]", |
| 99 "env": { | 99 "env": { |
| 100 "GYP_CROSSCOMPILE": "1", | 100 "GYP_CROSSCOMPILE": "1", |
| 101 "GYP_DEFINES": "OS=android asan=1 clang=1 component=shared_library fastbui
ld=1 target_arch=ia32", | 101 "GYP_DEFINES": "OS=android asan=1 clang=1 clang_use_chrome_plugins=0 compo
nent=shared_library fastbuild=1 target_arch=ia32", |
| 102 "LLVM_FORCE_HEAD_REVISION": "YES", | 102 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 103 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 103 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 104 }, | 104 }, |
| 105 "name": "gclient runhooks" | 105 "name": "gclient runhooks" |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 111 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 657 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 658 "@@@STEP_LOG_END@python.inline@@@" | 658 "@@@STEP_LOG_END@python.inline@@@" |
| 659 ] | 659 ] |
| 660 }, | 660 }, |
| 661 { | 661 { |
| 662 "name": "$result", | 662 "name": "$result", |
| 663 "recipe_result": null, | 663 "recipe_result": null, |
| 664 "status_code": 0 | 664 "status_code": 0 |
| 665 } | 665 } |
| 666 ] | 666 ] |
| OLD | NEW |