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

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

Issue 2307743002: Reland "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", 7 "[BUILDER_CACHE]/CFI_Linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "--gsutil-py-path", 254 "--gsutil-py-path",
255 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 255 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
256 "--ninja-path", 256 "--ninja-path",
257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
258 "--target", 258 "--target",
259 "Release", 259 "Release",
260 "--src-dir", 260 "--src-dir",
261 "[BUILDER_CACHE]/CFI_Linux/src", 261 "[BUILDER_CACHE]/CFI_Linux/src",
262 "--goma-cache-dir", 262 "--goma-cache-dir",
263 "[GOMA_CACHE]", 263 "[GOMA_CACHE]",
264 "--buildbot-buildername",
265 "CFI Linux",
266 "--buildbot-mastername",
267 "chromium.fyi",
268 "--buildbot-slavename",
269 "TestSlavename",
264 "--goma-deps-cache-dir", 270 "--goma-deps-cache-dir",
265 "[GOMA_DEPS_CACHE]", 271 "[GOMA_DEPS_CACHE]",
266 "--build-data-dir", 272 "--build-data-dir",
267 "[ROOT]/build_data_dir", 273 "[ROOT]/build_data_dir",
268 "--compiler", 274 "--compiler",
269 "clang", 275 "clang",
270 "--", 276 "--",
271 "All" 277 "All"
272 ], 278 ],
273 "env": { 279 "env": {
274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
275 }, 281 },
276 "name": "compile" 282 "name": "compile"
277 }, 283 },
278 { 284 {
279 "name": "$result", 285 "name": "$result",
280 "recipe_result": null, 286 "recipe_result": null,
281 "status_code": 0 287 "status_code": 0
282 } 288 }
283 ] 289 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698