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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "--gsutil-py-path", 242 "--gsutil-py-path",
243 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 243 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
244 "--ninja-path", 244 "--ninja-path",
245 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 245 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
246 "--target", 246 "--target",
247 "Release", 247 "Release",
248 "--src-dir", 248 "--src-dir",
249 "[SLAVE_BUILD]/src", 249 "[SLAVE_BUILD]/src",
250 "--goma-cache-dir", 250 "--goma-cache-dir",
251 "[GOMA_CACHE]", 251 "[GOMA_CACHE]",
252 "--buildbot-buildername",
253 "Android Builder",
254 "--buildbot-mastername",
255 "chromium.perf",
256 "--buildbot-slavename",
257 "TestSlavename",
258 "--compiler", 252 "--compiler",
259 "goma", 253 "goma",
260 "--goma-jsonstatus", 254 "--goma-jsonstatus",
261 "/path/to/tmp/json", 255 "/path/to/tmp/json",
262 "--goma-service-account-json-file", 256 "--goma-service-account-json-file",
263 "/creds/service_accounts/service-account-goma-client.json", 257 "/creds/service_accounts/service-account-goma-client.json",
264 "--goma-dir", 258 "--goma-dir",
265 "[CACHE]/cipd/goma", 259 "[CACHE]/cipd/goma",
266 "--", 260 "--",
267 "android_tools", 261 "android_tools",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "~followup_annotations": [ 332 "~followup_annotations": [
339 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf (1)@@@" 333 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf (1)@@@"
340 ] 334 ]
341 }, 335 },
342 { 336 {
343 "name": "$result", 337 "name": "$result",
344 "recipe_result": null, 338 "recipe_result": null,
345 "status_code": 0 339 "status_code": 0
346 } 340 }
347 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698