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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Linux_x64.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Google_Chrome_Linux_x64", 7 "[BUILDER_CACHE]/Google_Chrome_Linux_x64",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...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 "[BUILDER_CACHE]/Google_Chrome_Linux_x64/src", 309 "[BUILDER_CACHE]/Google_Chrome_Linux_x64/src",
310 "--goma-cache-dir", 310 "--goma-cache-dir",
311 "[GOMA_CACHE]", 311 "[GOMA_CACHE]",
312 "--buildbot-buildername",
313 "Google Chrome Linux x64",
314 "--buildbot-mastername",
315 "chromium.chrome",
316 "--buildbot-slavename",
317 "TestSlavename",
318 "--goma-deps-cache-dir", 312 "--goma-deps-cache-dir",
319 "[GOMA_DEPS_CACHE]", 313 "[GOMA_DEPS_CACHE]",
320 "--build-data-dir", 314 "--build-data-dir",
321 "[ROOT]/build_data_dir", 315 "[ROOT]/build_data_dir",
322 "--compiler", 316 "--compiler",
323 "goma", 317 "goma",
324 "--goma-jsonstatus", 318 "--goma-jsonstatus",
325 "/path/to/tmp/json", 319 "/path/to/tmp/json",
326 "--goma-service-account-json-file", 320 "--goma-service-account-json-file",
327 "/creds/service_accounts/service-account-goma-client.json", 321 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
376 }, 370 },
377 "name": "sizes" 371 "name": "sizes"
378 }, 372 },
379 { 373 {
380 "name": "$result", 374 "name": "$result",
381 "recipe_result": null, 375 "recipe_result": null,
382 "status_code": 0 376 "status_code": 0
383 } 377 }
384 ] 378 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698