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 "Mac64 Debug (GN)", | 10 "Mac64 Debug (GN)", |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 "--src-dir", | 112 "--src-dir", |
113 "[SLAVE_BUILD]/src", | 113 "[SLAVE_BUILD]/src", |
114 "--goma-cache-dir", | 114 "--goma-cache-dir", |
115 "[GOMA_CACHE]", | 115 "[GOMA_CACHE]", |
116 "--build-tool", | 116 "--build-tool", |
117 "ninja", | 117 "ninja", |
118 "--compiler", | 118 "--compiler", |
119 "goma-clang", | 119 "goma-clang", |
120 "--goma-jsonstatus", | 120 "--goma-jsonstatus", |
121 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
122 "--goma-service-account-json-file", | |
123 "/creds/service_accounts/service-account-goma-client.json", | |
124 "--goma-dir", | 122 "--goma-dir", |
125 "[BUILD]/goma", | 123 "[BUILD]/goma", |
126 "--", | 124 "--", |
127 "all" | 125 "all" |
128 ], | 126 ], |
129 "cwd": "[SLAVE_BUILD]", | 127 "cwd": "[SLAVE_BUILD]", |
130 "name": "compile", | 128 "name": "compile", |
131 "~followup_annotations": [ | 129 "~followup_annotations": [ |
132 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
133 "@@@STEP_LOG_END@json.output (invalid)@@@" | 131 "@@@STEP_LOG_END@json.output (invalid)@@@" |
134 ] | 132 ] |
135 }, | 133 }, |
136 { | 134 { |
137 "name": "$result", | 135 "name": "$result", |
138 "recipe_result": null, | 136 "recipe_result": null, |
139 "status_code": 0 | 137 "status_code": 0 |
140 } | 138 } |
141 ] | 139 ] |
OLD | NEW |