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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dynamorio_linux_v8_dr.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 "client.dynamorio", 8 "client.dynamorio",
9 "--builder", 9 "--builder",
10 "linux-v8-dr", 10 "linux-v8-dr",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "--gsutil-py-path", 227 "--gsutil-py-path",
228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
229 "--ninja-path", 229 "--ninja-path",
230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
231 "--target", 231 "--target",
232 "Release", 232 "Release",
233 "--src-dir", 233 "--src-dir",
234 "[SLAVE_BUILD]/v8", 234 "[SLAVE_BUILD]/v8",
235 "--goma-cache-dir", 235 "--goma-cache-dir",
236 "[GOMA_CACHE]", 236 "[GOMA_CACHE]",
237 "--buildbot-buildername",
238 "linux-v8-dr",
239 "--buildbot-mastername",
240 "client.dynamorio",
241 "--buildbot-slavename",
242 "TestSlavename",
243 "--compiler", 237 "--compiler",
244 "goma", 238 "goma",
245 "--goma-jsonstatus", 239 "--goma-jsonstatus",
246 "/path/to/tmp/json", 240 "/path/to/tmp/json",
247 "--goma-service-account-json-file", 241 "--goma-service-account-json-file",
248 "/creds/service_accounts/service-account-goma-client.json", 242 "/creds/service_accounts/service-account-goma-client.json",
249 "--goma-dir", 243 "--goma-dir",
250 "[CACHE]/cipd/goma", 244 "[CACHE]/cipd/goma",
251 "--" 245 "--"
252 ], 246 ],
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 333 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
340 "@@@STEP_LOG_END@durations@@@" 334 "@@@STEP_LOG_END@durations@@@"
341 ] 335 ]
342 }, 336 },
343 { 337 {
344 "name": "$result", 338 "name": "$result",
345 "recipe_result": null, 339 "recipe_result": null,
346 "status_code": 0 340 "status_code": 0
347 } 341 }
348 ] 342 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698