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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_build.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 "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", 10 "Android Builder",
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "--gsutil-py-path", 319 "--gsutil-py-path",
320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
321 "--ninja-path", 321 "--ninja-path",
322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
323 "--target", 323 "--target",
324 "Release", 324 "Release",
325 "--src-dir", 325 "--src-dir",
326 "[SLAVE_BUILD]/src", 326 "[SLAVE_BUILD]/src",
327 "--goma-cache-dir", 327 "--goma-cache-dir",
328 "[GOMA_CACHE]", 328 "[GOMA_CACHE]",
329 "--buildbot-buildername",
330 "Android Builder",
331 "--buildbot-mastername",
332 "chromium.linux",
333 "--buildbot-slavename",
334 "TestSlavename",
335 "--compiler", 329 "--compiler",
336 "goma", 330 "goma",
337 "--goma-jsonstatus", 331 "--goma-jsonstatus",
338 "/path/to/tmp/json", 332 "/path/to/tmp/json",
339 "--goma-service-account-json-file", 333 "--goma-service-account-json-file",
340 "/creds/service_accounts/service-account-goma-client.json", 334 "/creds/service_accounts/service-account-goma-client.json",
341 "--goma-dir", 335 "--goma-dir",
342 "[CACHE]/cipd/goma", 336 "[CACHE]/cipd/goma",
343 "--", 337 "--",
344 "blimp_test_apk" 338 "blimp_test_apk"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "~followup_annotations": [ 402 "~followup_annotations": [
409 "@@@STEP_TEXT@Android Tests@@@" 403 "@@@STEP_TEXT@Android Tests@@@"
410 ] 404 ]
411 }, 405 },
412 { 406 {
413 "name": "$result", 407 "name": "$result",
414 "recipe_result": null, 408 "recipe_result": null,
415 "status_code": 0 409 "status_code": 0
416 } 410 }
417 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698