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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_CF.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]/CFI_Linux_CF", 7 "[BUILDER_CACHE]/CFI_Linux_CF",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "--gsutil-py-path", 273 "--gsutil-py-path",
274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
275 "--ninja-path", 275 "--ninja-path",
276 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 276 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
277 "--target", 277 "--target",
278 "Release", 278 "Release",
279 "--src-dir", 279 "--src-dir",
280 "[BUILDER_CACHE]/CFI_Linux_CF/src", 280 "[BUILDER_CACHE]/CFI_Linux_CF/src",
281 "--goma-cache-dir", 281 "--goma-cache-dir",
282 "[GOMA_CACHE]", 282 "[GOMA_CACHE]",
283 "--buildbot-buildername",
284 "CFI Linux CF",
285 "--buildbot-mastername",
286 "chromium.fyi",
287 "--buildbot-slavename",
288 "TestSlavename",
283 "--goma-deps-cache-dir", 289 "--goma-deps-cache-dir",
284 "[GOMA_DEPS_CACHE]", 290 "[GOMA_DEPS_CACHE]",
285 "--build-data-dir", 291 "--build-data-dir",
286 "[ROOT]/build_data_dir", 292 "[ROOT]/build_data_dir",
287 "--compiler", 293 "--compiler",
288 "clang", 294 "clang",
289 "--", 295 "--",
290 "chromium_builder_asan" 296 "chromium_builder_asan"
291 ], 297 ],
292 "env": { 298 "env": {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 373 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
368 "@@@STEP_LOG_END@python.inline@@@" 374 "@@@STEP_LOG_END@python.inline@@@"
369 ] 375 ]
370 }, 376 },
371 { 377 {
372 "name": "$result", 378 "name": "$result",
373 "recipe_result": null, 379 "recipe_result": null,
374 "status_code": 0 380 "status_code": 0
375 } 381 }
376 ] 382 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698