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 "tryserver.libyuv", | 8 "tryserver.libyuv", |
9 "--builder", | 9 "--builder", |
10 "android_arm64", | 10 "android_arm64", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 "name": "gclient runhooks" | 65 "name": "gclient runhooks" |
66 }, | 66 }, |
67 { | 67 { |
68 "cmd": [ | 68 "cmd": [ |
69 "python", | 69 "python", |
70 "-u", | 70 "-u", |
71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
72 "--show-path", | 72 "--show-path", |
73 "python", | 73 "python", |
74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 75 "--gsutil-py-path", |
| 76 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
75 "--ninja-path", | 77 "--ninja-path", |
76 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 78 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
77 "--target", | 79 "--target", |
78 "Debug", | 80 "Debug", |
79 "--src-dir", | 81 "--src-dir", |
80 "[SLAVE_BUILD]/src", | 82 "[SLAVE_BUILD]/src", |
81 "--goma-cache-dir", | 83 "--goma-cache-dir", |
82 "[GOMA_CACHE]", | 84 "[GOMA_CACHE]", |
83 "--build-tool", | 85 "--build-tool", |
84 "ninja", | 86 "ninja", |
(...skipping 16 matching lines...) Expand all Loading... |
101 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 103 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
102 "@@@STEP_LOG_END@json.output (invalid)@@@" | 104 "@@@STEP_LOG_END@json.output (invalid)@@@" |
103 ] | 105 ] |
104 }, | 106 }, |
105 { | 107 { |
106 "name": "$result", | 108 "name": "$result", |
107 "recipe_result": null, | 109 "recipe_result": null, |
108 "status_code": 0 | 110 "status_code": 0 |
109 } | 111 } |
110 ] | 112 ] |
OLD | NEW |