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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "--gsutil-py-path", 245 "--gsutil-py-path",
246 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 246 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
247 "--ninja-path", 247 "--ninja-path",
248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
249 "--target", 249 "--target",
250 "Release", 250 "Release",
251 "--src-dir", 251 "--src-dir",
252 "[SLAVE_BUILD]/src", 252 "[SLAVE_BUILD]/src",
253 "--goma-cache-dir", 253 "--goma-cache-dir",
254 "[GOMA_CACHE]", 254 "[GOMA_CACHE]",
255 "--buildbot-buildername",
256 "Android Builder",
257 "--buildbot-mastername",
258 "client.v8.fyi",
259 "--buildbot-slavename",
260 "TestSlavename",
255 "--compiler", 261 "--compiler",
256 "goma", 262 "goma",
257 "--goma-jsonstatus", 263 "--goma-jsonstatus",
258 "/path/to/tmp/json", 264 "/path/to/tmp/json",
259 "--goma-service-account-json-file", 265 "--goma-service-account-json-file",
260 "/creds/service_accounts/service-account-goma-client.json", 266 "/creds/service_accounts/service-account-goma-client.json",
261 "--goma-dir", 267 "--goma-dir",
262 "[CACHE]/cipd/goma", 268 "[CACHE]/cipd/goma",
263 "--", 269 "--",
264 "android_tools", 270 "android_tools",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "~followup_annotations": [ 316 "~followup_annotations": [
311 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 317 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
312 ] 318 ]
313 }, 319 },
314 { 320 {
315 "name": "$result", 321 "name": "$result",
316 "recipe_result": null, 322 "recipe_result": null,
317 "status_code": 0 323 "status_code": 0
318 } 324 }
319 ] 325 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698