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_msan", | 10 "linux_msan", |
(...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 "--goma-fail-fast", | 112 "--goma-fail-fast", |
115 "--goma-disable-local-fallback", | 113 "--goma-disable-local-fallback", |
116 "--", | 114 "--", |
117 "All" | 115 "All" |
118 ], | 116 ], |
119 "cwd": "[SLAVE_BUILD]", | 117 "cwd": "[SLAVE_BUILD]", |
120 "name": "compile", | 118 "name": "compile", |
121 "~followup_annotations": [ | 119 "~followup_annotations": [ |
(...skipping 21 matching lines...) Expand all Loading... |
143 ], | 141 ], |
144 "cwd": "[SLAVE_BUILD]", | 142 "cwd": "[SLAVE_BUILD]", |
145 "name": "libyuv_unittest" | 143 "name": "libyuv_unittest" |
146 }, | 144 }, |
147 { | 145 { |
148 "name": "$result", | 146 "name": "$result", |
149 "recipe_result": null, | 147 "recipe_result": null, |
150 "status_code": 0 | 148 "status_code": 0 |
151 } | 149 } |
152 ] | 150 ] |
OLD | NEW |