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

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

Issue 2306523002: 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 "\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]/ClangToTAndroidASan", 7 "[BUILDER_CACHE]/ClangToTAndroidASan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "--gsutil-py-path", 285 "--gsutil-py-path",
286 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 286 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
287 "--ninja-path", 287 "--ninja-path",
288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
289 "--target", 289 "--target",
290 "Debug", 290 "Debug",
291 "--src-dir", 291 "--src-dir",
292 "[BUILDER_CACHE]/ClangToTAndroidASan/src", 292 "[BUILDER_CACHE]/ClangToTAndroidASan/src",
293 "--goma-cache-dir", 293 "--goma-cache-dir",
294 "[GOMA_CACHE]", 294 "[GOMA_CACHE]",
295 "--buildbot-buildername",
296 "ClangToTAndroidASan",
297 "--buildbot-mastername",
298 "chromium.fyi",
299 "--buildbot-slavename",
300 "TestSlavename",
295 "--goma-deps-cache-dir", 301 "--goma-deps-cache-dir",
296 "[GOMA_DEPS_CACHE]", 302 "[GOMA_DEPS_CACHE]",
297 "--build-data-dir", 303 "--build-data-dir",
298 "[ROOT]/build_data_dir", 304 "[ROOT]/build_data_dir",
299 "--compiler", 305 "--compiler",
300 "clang", 306 "clang",
301 "--", 307 "--",
302 "all" 308 "all"
303 ], 309 ],
304 "env": { 310 "env": {
305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
306 "LLVM_FORCE_HEAD_REVISION": "YES", 312 "LLVM_FORCE_HEAD_REVISION": "YES",
307 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan/src/build/android:%(PATH )s" 313 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan/src/build/android:%(PATH )s"
308 }, 314 },
309 "name": "compile" 315 "name": "compile"
310 }, 316 },
311 { 317 {
312 "name": "$result", 318 "name": "$result",
313 "recipe_result": null, 319 "recipe_result": null,
314 "status_code": 0 320 "status_code": 0
315 } 321 }
316 ] 322 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698