Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release__gn_.json

Issue 2306523002: Avoid to use environment. (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 Release (GN)", 10 "Mac64 Release (GN)",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "--gsutil-py-path", 166 "--gsutil-py-path",
167 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 167 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
168 "--ninja-path", 168 "--ninja-path",
169 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 169 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
170 "--target", 170 "--target",
171 "Release", 171 "Release",
172 "--src-dir", 172 "--src-dir",
173 "[SLAVE_BUILD]/src", 173 "[SLAVE_BUILD]/src",
174 "--goma-cache-dir", 174 "--goma-cache-dir",
175 "[GOMA_CACHE]", 175 "[GOMA_CACHE]",
176 "--buildbot-buildername",
177 "Mac64 Release (GN)",
178 "--buildbot-mastername",
179 "client.libyuv",
180 "--buildbot-slavename",
181 "slavename",
176 "--compiler", 182 "--compiler",
177 "goma-clang", 183 "goma-clang",
178 "--goma-jsonstatus", 184 "--goma-jsonstatus",
179 "/path/to/tmp/json", 185 "/path/to/tmp/json",
180 "--goma-service-account-json-file", 186 "--goma-service-account-json-file",
181 "/creds/service_accounts/service-account-goma-client.json", 187 "/creds/service_accounts/service-account-goma-client.json",
182 "--goma-dir", 188 "--goma-dir",
183 "[CACHE]/cipd/goma", 189 "[CACHE]/cipd/goma",
184 "--", 190 "--",
185 "all" 191 "all"
186 ], 192 ],
187 "env": { 193 "env": {
188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
189 }, 195 },
190 "name": "compile", 196 "name": "compile",
191 "~followup_annotations": [ 197 "~followup_annotations": [
192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
193 "@@@STEP_LOG_END@json.output (invalid)@@@" 199 "@@@STEP_LOG_END@json.output (invalid)@@@"
194 ] 200 ]
195 }, 201 },
196 { 202 {
197 "name": "$result", 203 "name": "$result",
198 "recipe_result": null, 204 "recipe_result": null,
199 "status_code": 0 205 "status_code": 0
200 } 206 }
201 ] 207 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698