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 "Mac Asan", | 10 "Mac Asan", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "--gsutil-py-path", | 94 "--gsutil-py-path", |
95 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 95 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
96 "--ninja-path", | 96 "--ninja-path", |
97 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 97 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
98 "--target", | 98 "--target", |
99 "Release", | 99 "Release", |
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", | |
105 "ninja", | |
106 "--compiler", | 104 "--compiler", |
107 "goma-clang", | 105 "goma-clang", |
108 "--goma-jsonstatus", | 106 "--goma-jsonstatus", |
109 "/path/to/tmp/json", | 107 "/path/to/tmp/json", |
110 "--goma-service-account-json-file", | 108 "--goma-service-account-json-file", |
111 "/creds/service_accounts/service-account-goma-client.json", | 109 "/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" |
(...skipping 25 matching lines...) Expand all Loading... |
141 "libyuv_unittest" | 139 "libyuv_unittest" |
142 ], | 140 ], |
143 "name": "libyuv_unittest" | 141 "name": "libyuv_unittest" |
144 }, | 142 }, |
145 { | 143 { |
146 "name": "$result", | 144 "name": "$result", |
147 "recipe_result": null, | 145 "recipe_result": null, |
148 "status_code": 0 | 146 "status_code": 0 |
149 } | 147 } |
150 ] | 148 ] |
OLD | NEW |