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