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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 "--src-dir", | 92 "--src-dir", |
93 "[SLAVE_BUILD]/src", | 93 "[SLAVE_BUILD]/src", |
94 "--goma-cache-dir", | 94 "--goma-cache-dir", |
95 "[GOMA_CACHE]", | 95 "[GOMA_CACHE]", |
96 "--build-tool", | 96 "--build-tool", |
97 "ninja", | 97 "ninja", |
98 "--compiler", | 98 "--compiler", |
99 "goma", | 99 "goma", |
100 "--goma-jsonstatus", | 100 "--goma-jsonstatus", |
101 "/path/to/tmp/json", | 101 "/path/to/tmp/json", |
102 "--goma-service-account-json-file", | |
103 "/creds/service_accounts/service-account-goma-client.json", | |
104 "--goma-dir", | 102 "--goma-dir", |
105 "[BUILD]/goma", | 103 "[BUILD]/goma", |
106 "--", | 104 "--", |
107 "all" | 105 "all" |
108 ], | 106 ], |
109 "cwd": "[SLAVE_BUILD]", | 107 "cwd": "[SLAVE_BUILD]", |
110 "name": "compile", | 108 "name": "compile", |
111 "~followup_annotations": [ | 109 "~followup_annotations": [ |
112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 110 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
113 "@@@STEP_LOG_END@json.output (invalid)@@@" | 111 "@@@STEP_LOG_END@json.output (invalid)@@@" |
114 ] | 112 ] |
115 }, | 113 }, |
116 { | 114 { |
117 "name": "$result", | 115 "name": "$result", |
118 "recipe_result": null, | 116 "recipe_result": null, |
119 "status_code": 0 | 117 "status_code": 0 |
120 } | 118 } |
121 ] | 119 ] |
OLD | NEW |