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 "client.webrtc.fyi", | 8 "client.webrtc.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux32 ARM", | 10 "Linux32 ARM", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "name": "gclient runhooks" | 94 "name": "gclient runhooks" |
95 }, | 95 }, |
96 { | 96 { |
97 "cmd": [ | 97 "cmd": [ |
98 "python", | 98 "python", |
99 "-u", | 99 "-u", |
100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
101 "--show-path", | 101 "--show-path", |
102 "python", | 102 "python", |
103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 104 "--gsutil-py-path", |
| 105 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
104 "--ninja-path", | 106 "--ninja-path", |
105 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
106 "--target", | 108 "--target", |
107 "Release", | 109 "Release", |
108 "--src-dir", | 110 "--src-dir", |
109 "[SLAVE_BUILD]/src", | 111 "[SLAVE_BUILD]/src", |
110 "--goma-cache-dir", | 112 "--goma-cache-dir", |
111 "[GOMA_CACHE]", | 113 "[GOMA_CACHE]", |
112 "--build-tool", | 114 "--build-tool", |
113 "ninja", | 115 "ninja", |
(...skipping 12 matching lines...) Expand all Loading... |
126 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
127 "@@@STEP_LOG_END@json.output (invalid)@@@" | 129 "@@@STEP_LOG_END@json.output (invalid)@@@" |
128 ] | 130 ] |
129 }, | 131 }, |
130 { | 132 { |
131 "name": "$result", | 133 "name": "$result", |
132 "recipe_result": null, | 134 "recipe_result": null, |
133 "status_code": 0 | 135 "status_code": 0 |
134 } | 136 } |
135 ] | 137 ] |
OLD | NEW |