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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_gcc_rel", 10 "v8_linux_gcc_rel",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "--gsutil-py-path", 264 "--gsutil-py-path",
265 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 265 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
266 "--ninja-path", 266 "--ninja-path",
267 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 267 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
268 "--target", 268 "--target",
269 "Release", 269 "Release",
270 "--src-dir", 270 "--src-dir",
271 "[SLAVE_BUILD]/v8", 271 "[SLAVE_BUILD]/v8",
272 "--goma-cache-dir", 272 "--goma-cache-dir",
273 "[GOMA_CACHE]", 273 "[GOMA_CACHE]",
274 "--buildbot-buildername",
275 "v8_linux_gcc_rel",
276 "--buildbot-mastername",
277 "tryserver.v8",
278 "--buildbot-slavename",
279 "TestSlavename",
280 "--compiler", 274 "--compiler",
281 "goma", 275 "goma",
282 "--goma-jsonstatus", 276 "--goma-jsonstatus",
283 "/path/to/tmp/json", 277 "/path/to/tmp/json",
284 "--goma-service-account-json-file", 278 "--goma-service-account-json-file",
285 "/creds/service_accounts/service-account-goma-client.json", 279 "/creds/service_accounts/service-account-goma-client.json",
286 "--goma-dir", 280 "--goma-dir",
287 "[CACHE]/cipd/goma", 281 "[CACHE]/cipd/goma",
288 "--goma-fail-fast", 282 "--goma-fail-fast",
289 "--goma-disable-local-fallback", 283 "--goma-disable-local-fallback",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 331 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
338 "@@@STEP_LOG_END@durations@@@" 332 "@@@STEP_LOG_END@durations@@@"
339 ] 333 ]
340 }, 334 },
341 { 335 {
342 "name": "$result", 336 "name": "$result",
343 "recipe_result": null, 337 "recipe_result": null,
344 "status_code": 0 338 "status_code": 0
345 } 339 }
346 ] 340 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698