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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest.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 "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",
318 "--compiler", 312 "--compiler",
319 "goma", 313 "goma",
320 "--goma-jsonstatus", 314 "--goma-jsonstatus",
321 "/path/to/tmp/json", 315 "/path/to/tmp/json",
322 "--goma-service-account-json-file", 316 "--goma-service-account-json-file",
323 "/creds/service_accounts/service-account-goma-client.json", 317 "/creds/service_accounts/service-account-goma-client.json",
324 "--goma-dir", 318 "--goma-dir",
325 "[CACHE]/cipd/goma", 319 "[CACHE]/cipd/goma",
326 "--ninja-ensure-up-to-date", 320 "--ninja-ensure-up-to-date",
327 "--", 321 "--",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 "~followup_annotations": [ 420 "~followup_annotations": [
427 "@@@STEP_TEXT@Linux Tests@@@" 421 "@@@STEP_TEXT@Linux Tests@@@"
428 ] 422 ]
429 }, 423 },
430 { 424 {
431 "name": "$result", 425 "name": "$result",
432 "recipe_result": null, 426 "recipe_result": null,
433 "status_code": 0 427 "status_code": 0
434 } 428 }
435 ] 429 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698