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

Side by Side Diff: scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "--gsutil-py-path", 265 "--gsutil-py-path",
266 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 266 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
267 "--ninja-path", 267 "--ninja-path",
268 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 268 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
269 "--target", 269 "--target",
270 "Debug", 270 "Debug",
271 "--src-dir", 271 "--src-dir",
272 "[SLAVE_BUILD]/src", 272 "[SLAVE_BUILD]/src",
273 "--goma-cache-dir", 273 "--goma-cache-dir",
274 "[GOMA_CACHE]", 274 "[GOMA_CACHE]",
275 "--buildbot-buildername",
276 "Android Builder (dbg)",
277 "--buildbot-mastername",
278 "chromium.linux",
279 "--buildbot-slavename",
280 "build1-a1",
275 "--compiler", 281 "--compiler",
276 "goma", 282 "goma",
277 "--goma-jsonstatus", 283 "--goma-jsonstatus",
278 "/path/to/tmp/json", 284 "/path/to/tmp/json",
279 "--goma-service-account-json-file", 285 "--goma-service-account-json-file",
280 "/creds/service_accounts/service-account-goma-client.json", 286 "/creds/service_accounts/service-account-goma-client.json",
281 "--out-dir", 287 "--out-dir",
282 "/tmp", 288 "/tmp",
283 "--goma-dir", 289 "--goma-dir",
284 "[CACHE]/cipd/goma", 290 "[CACHE]/cipd/goma",
285 "--", 291 "--",
286 "All" 292 "All"
287 ], 293 ],
288 "env": { 294 "env": {
289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 295 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
290 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 296 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
291 }, 297 },
292 "name": "compile", 298 "name": "compile",
293 "~followup_annotations": [ 299 "~followup_annotations": [
294 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 300 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
295 "@@@STEP_LOG_END@json.output (invalid)@@@" 301 "@@@STEP_LOG_END@json.output (invalid)@@@"
296 ] 302 ]
297 }, 303 },
298 { 304 {
299 "name": "$result", 305 "name": "$result",
300 "recipe_result": null, 306 "recipe_result": null,
301 "status_code": 0 307 "status_code": 0
302 } 308 }
303 ] 309 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698