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