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

Side by Side Diff: scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.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 "Linux Builder", 10 "Linux Builder",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "--gsutil-py-path", 300 "--gsutil-py-path",
301 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 301 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
302 "--ninja-path", 302 "--ninja-path",
303 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 303 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
304 "--target", 304 "--target",
305 "Release", 305 "Release",
306 "--src-dir", 306 "--src-dir",
307 "[SLAVE_BUILD]/src", 307 "[SLAVE_BUILD]/src",
308 "--goma-cache-dir", 308 "--goma-cache-dir",
309 "[GOMA_CACHE]", 309 "[GOMA_CACHE]",
310 "--buildbot-buildername",
311 "Linux Builder",
312 "--buildbot-mastername",
313 "chromium.linux",
314 "--buildbot-slavename",
315 "TestSlavename",
310 "--compiler", 316 "--compiler",
311 "goma", 317 "goma",
312 "--goma-jsonstatus", 318 "--goma-jsonstatus",
313 "/path/to/tmp/json", 319 "/path/to/tmp/json",
314 "--goma-service-account-json-file", 320 "--goma-service-account-json-file",
315 "/creds/service_accounts/service-account-goma-client.json", 321 "/creds/service_accounts/service-account-goma-client.json",
316 "--goma-dir", 322 "--goma-dir",
317 "[CACHE]/cipd/goma", 323 "[CACHE]/cipd/goma",
318 "--ninja-ensure-up-to-date", 324 "--ninja-ensure-up-to-date",
319 "--", 325 "--",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "~followup_annotations": [ 423 "~followup_annotations": [
418 "@@@STEP_TEXT@Linux Tests@@@" 424 "@@@STEP_TEXT@Linux Tests@@@"
419 ] 425 ]
420 }, 426 },
421 { 427 {
422 "name": "$result", 428 "name": "$result",
423 "recipe_result": null, 429 "recipe_result": null,
424 "status_code": 0 430 "status_code": 0
425 } 431 }
426 ] 432 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698