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 "linux_gn", | 10 "linux_gn", |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 "name": "gn" | 78 "name": "gn" |
79 }, | 79 }, |
80 { | 80 { |
81 "cmd": [ | 81 "cmd": [ |
82 "python", | 82 "python", |
83 "-u", | 83 "-u", |
84 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 84 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
85 "--show-path", | 85 "--show-path", |
86 "python", | 86 "python", |
87 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 87 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 88 "--gsutil-py-path", |
| 89 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
88 "--ninja-path", | 90 "--ninja-path", |
89 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 91 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
90 "--target", | 92 "--target", |
91 "Debug", | 93 "Debug", |
92 "--src-dir", | 94 "--src-dir", |
93 "[SLAVE_BUILD]/src", | 95 "[SLAVE_BUILD]/src", |
94 "--goma-cache-dir", | 96 "--goma-cache-dir", |
95 "[GOMA_CACHE]", | 97 "[GOMA_CACHE]", |
96 "--build-tool", | 98 "--build-tool", |
97 "ninja", | 99 "ninja", |
(...skipping 14 matching lines...) Expand all Loading... |
112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
113 "@@@STEP_LOG_END@json.output (invalid)@@@" | 115 "@@@STEP_LOG_END@json.output (invalid)@@@" |
114 ] | 116 ] |
115 }, | 117 }, |
116 { | 118 { |
117 "name": "$result", | 119 "name": "$result", |
118 "recipe_result": null, | 120 "recipe_result": null, |
119 "status_code": 0 | 121 "status_code": 0 |
120 } | 122 } |
121 ] | 123 ] |
OLD | NEW |