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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux.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]/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",
270 "--goma-deps-cache-dir", 264 "--goma-deps-cache-dir",
271 "[GOMA_DEPS_CACHE]", 265 "[GOMA_DEPS_CACHE]",
272 "--build-data-dir", 266 "--build-data-dir",
273 "[ROOT]/build_data_dir", 267 "[ROOT]/build_data_dir",
274 "--compiler", 268 "--compiler",
275 "clang", 269 "clang",
276 "--", 270 "--",
277 "All" 271 "All"
278 ], 272 ],
279 "env": { 273 "env": {
280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
281 }, 275 },
282 "name": "compile" 276 "name": "compile"
283 }, 277 },
284 { 278 {
285 "name": "$result", 279 "name": "$result",
286 "recipe_result": null, 280 "recipe_result": null,
287 "status_code": 0 281 "status_code": 0
288 } 282 }
289 ] 283 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698