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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_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]/Print_Preview_Linux", 7 "[BUILDER_CACHE]/Print_Preview_Linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "--gsutil-py-path", 260 "--gsutil-py-path",
261 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 261 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
262 "--ninja-path", 262 "--ninja-path",
263 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 263 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
264 "--target", 264 "--target",
265 "Release", 265 "Release",
266 "--src-dir", 266 "--src-dir",
267 "[BUILDER_CACHE]/Print_Preview_Linux/src", 267 "[BUILDER_CACHE]/Print_Preview_Linux/src",
268 "--goma-cache-dir", 268 "--goma-cache-dir",
269 "[GOMA_CACHE]", 269 "[GOMA_CACHE]",
270 "--buildbot-buildername",
271 "Print Preview Linux",
272 "--buildbot-mastername",
273 "chromium.fyi",
274 "--buildbot-slavename",
275 "TestSlavename",
270 "--goma-deps-cache-dir", 276 "--goma-deps-cache-dir",
271 "[GOMA_DEPS_CACHE]", 277 "[GOMA_DEPS_CACHE]",
272 "--build-data-dir", 278 "--build-data-dir",
273 "[ROOT]/build_data_dir", 279 "[ROOT]/build_data_dir",
274 "--compiler", 280 "--compiler",
275 "goma", 281 "goma",
276 "--goma-jsonstatus", 282 "--goma-jsonstatus",
277 "/path/to/tmp/json", 283 "/path/to/tmp/json",
278 "--goma-service-account-json-file", 284 "--goma-service-account-json-file",
279 "/creds/service_accounts/service-account-goma-client.json", 285 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 327 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
322 }, 328 },
323 "name": "print_preview_tests" 329 "name": "print_preview_tests"
324 }, 330 },
325 { 331 {
326 "name": "$result", 332 "name": "$result",
327 "recipe_result": null, 333 "recipe_result": null,
328 "status_code": 0 334 "status_code": 0
329 } 335 }
330 ] 336 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698