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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest.json

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

Powered by Google App Engine
This is Rietveld 408576698