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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "--gsutil-py-path", 356 "--gsutil-py-path",
357 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 357 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
358 "--ninja-path", 358 "--ninja-path",
359 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 359 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
360 "--target", 360 "--target",
361 "Release", 361 "Release",
362 "--src-dir", 362 "--src-dir",
363 "[SLAVE_BUILD]/src", 363 "[SLAVE_BUILD]/src",
364 "--goma-cache-dir", 364 "--goma-cache-dir",
365 "[GOMA_CACHE]", 365 "[GOMA_CACHE]",
366 "--buildbot-buildername",
367 "Android Builder",
368 "--buildbot-mastername",
369 "chromium.linux",
370 "--buildbot-slavename",
371 "TestSlavename",
372 "--compiler", 366 "--compiler",
373 "goma", 367 "goma",
374 "--goma-jsonstatus", 368 "--goma-jsonstatus",
375 "/path/to/tmp/json", 369 "/path/to/tmp/json",
376 "--goma-service-account-json-file", 370 "--goma-service-account-json-file",
377 "/creds/service_accounts/service-account-goma-client.json", 371 "/creds/service_accounts/service-account-goma-client.json",
378 "--goma-dir", 372 "--goma-dir",
379 "[CACHE]/cipd/goma", 373 "[CACHE]/cipd/goma",
380 "--", 374 "--",
381 "chrome_public_test_apk" 375 "chrome_public_test_apk"
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "~followup_annotations": [ 472 "~followup_annotations": [
479 "@@@STEP_TEXT@Android Tests@@@" 473 "@@@STEP_TEXT@Android Tests@@@"
480 ] 474 ]
481 }, 475 },
482 { 476 {
483 "name": "$result", 477 "name": "$result",
484 "recipe_result": null, 478 "recipe_result": null,
485 "status_code": 0 479 "status_code": 0
486 } 480 }
487 ] 481 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698