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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_ToT.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_ToT", 7 "[BUILDER_CACHE]/CFI_Linux_ToT",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "--gsutil-py-path", 248 "--gsutil-py-path",
249 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 249 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
250 "--ninja-path", 250 "--ninja-path",
251 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 251 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
252 "--target", 252 "--target",
253 "Release", 253 "Release",
254 "--src-dir", 254 "--src-dir",
255 "[BUILDER_CACHE]/CFI_Linux_ToT/src", 255 "[BUILDER_CACHE]/CFI_Linux_ToT/src",
256 "--goma-cache-dir", 256 "--goma-cache-dir",
257 "[GOMA_CACHE]", 257 "[GOMA_CACHE]",
258 "--buildbot-buildername",
259 "CFI Linux ToT",
260 "--buildbot-mastername",
261 "chromium.fyi",
262 "--buildbot-slavename",
263 "TestSlavename",
264 "--goma-deps-cache-dir", 258 "--goma-deps-cache-dir",
265 "[GOMA_DEPS_CACHE]", 259 "[GOMA_DEPS_CACHE]",
266 "--build-data-dir", 260 "--build-data-dir",
267 "[ROOT]/build_data_dir", 261 "[ROOT]/build_data_dir",
268 "--compiler", 262 "--compiler",
269 "clang", 263 "clang",
270 "--", 264 "--",
271 "All" 265 "All"
272 ], 266 ],
273 "env": { 267 "env": {
274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
275 "LLVM_FORCE_HEAD_REVISION": "YES" 269 "LLVM_FORCE_HEAD_REVISION": "YES"
276 }, 270 },
277 "name": "compile" 271 "name": "compile"
278 }, 272 },
279 { 273 {
280 "name": "$result", 274 "name": "$result",
281 "recipe_result": null, 275 "recipe_result": null,
282 "status_code": 0 276 "status_code": 0
283 } 277 }
284 ] 278 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698