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.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "linux_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 ] | 114 ] |
115 }, | 115 }, |
116 { | 116 { |
117 "cmd": [ | 117 "cmd": [ |
118 "python", | 118 "python", |
119 "-u", | 119 "-u", |
120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
121 "--show-path", | 121 "--show-path", |
122 "python", | 122 "python", |
123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 124 "--gsutil-py-path", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
124 "--ninja-path", | 126 "--ninja-path", |
125 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 127 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
126 "--target", | 128 "--target", |
127 "Release", | 129 "Release", |
128 "--src-dir", | 130 "--src-dir", |
129 "[SLAVE_BUILD]/src", | 131 "[SLAVE_BUILD]/src", |
130 "--goma-cache-dir", | 132 "--goma-cache-dir", |
131 "[GOMA_CACHE]", | 133 "[GOMA_CACHE]", |
132 "--build-tool", | 134 "--build-tool", |
133 "ninja", | 135 "ninja", |
(...skipping 16 matching lines...) Expand all Loading... |
150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
151 "@@@STEP_LOG_END@json.output (invalid)@@@" | 153 "@@@STEP_LOG_END@json.output (invalid)@@@" |
152 ] | 154 ] |
153 }, | 155 }, |
154 { | 156 { |
155 "name": "$result", | 157 "name": "$result", |
156 "recipe_result": null, | 158 "recipe_result": null, |
157 "status_code": 0 | 159 "status_code": 0 |
158 } | 160 } |
159 ] | 161 ] |
OLD | NEW |