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 "iOS ARM64 Debug", | 10 "iOS ARM64 Debug", |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 "--src-dir", | 100 "--src-dir", |
101 "[SLAVE_BUILD]/src", | 101 "[SLAVE_BUILD]/src", |
102 "--goma-cache-dir", | 102 "--goma-cache-dir", |
103 "[GOMA_CACHE]", | 103 "[GOMA_CACHE]", |
104 "--build-tool", | 104 "--build-tool", |
105 "ninja", | 105 "ninja", |
106 "--compiler", | 106 "--compiler", |
107 "goma-clang", | 107 "goma-clang", |
108 "--goma-jsonstatus", | 108 "--goma-jsonstatus", |
109 "/path/to/tmp/json", | 109 "/path/to/tmp/json", |
110 "--goma-service-account-json-file", | |
111 "/creds/service_accounts/service-account-goma-client.json", | |
112 "--goma-dir", | 110 "--goma-dir", |
113 "[BUILD]/goma", | 111 "[BUILD]/goma", |
114 "--", | 112 "--", |
115 "All" | 113 "All" |
116 ], | 114 ], |
117 "cwd": "[SLAVE_BUILD]", | 115 "cwd": "[SLAVE_BUILD]", |
118 "name": "compile", | 116 "name": "compile", |
119 "~followup_annotations": [ | 117 "~followup_annotations": [ |
120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 118 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
121 "@@@STEP_LOG_END@json.output (invalid)@@@" | 119 "@@@STEP_LOG_END@json.output (invalid)@@@" |
122 ] | 120 ] |
123 }, | 121 }, |
124 { | 122 { |
125 "name": "$result", | 123 "name": "$result", |
126 "recipe_result": null, | 124 "recipe_result": null, |
127 "status_code": 0 | 125 "status_code": 0 |
128 } | 126 } |
129 ] | 127 ] |
OLD | NEW |