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 "ios_arm64", | 10 "ios_arm64", |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 ] | 86 ] |
87 }, | 87 }, |
88 { | 88 { |
89 "cmd": [ | 89 "cmd": [ |
90 "python", | 90 "python", |
91 "-u", | 91 "-u", |
92 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 92 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
93 "--show-path", | 93 "--show-path", |
94 "python", | 94 "python", |
95 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 95 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 96 "--gsutil-py-path", |
| 97 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
96 "--ninja-path", | 98 "--ninja-path", |
97 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 99 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
98 "--target", | 100 "--target", |
99 "Debug-iphoneos", | 101 "Debug-iphoneos", |
100 "--src-dir", | 102 "--src-dir", |
101 "[SLAVE_BUILD]/src", | 103 "[SLAVE_BUILD]/src", |
102 "--goma-cache-dir", | 104 "--goma-cache-dir", |
103 "[GOMA_CACHE]", | 105 "[GOMA_CACHE]", |
104 "--build-tool", | 106 "--build-tool", |
105 "ninja", | 107 "ninja", |
(...skipping 14 matching lines...) Expand all Loading... |
120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 122 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
121 "@@@STEP_LOG_END@json.output (invalid)@@@" | 123 "@@@STEP_LOG_END@json.output (invalid)@@@" |
122 ] | 124 ] |
123 }, | 125 }, |
124 { | 126 { |
125 "name": "$result", | 127 "name": "$result", |
126 "recipe_result": null, | 128 "recipe_result": null, |
127 "status_code": 0 | 129 "status_code": 0 |
128 } | 130 } |
129 ] | 131 ] |
OLD | NEW |