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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_ChromiumOS_Builder.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]/Linux_ChromiumOS_Builder", 7 "[BUILDER_CACHE]/Linux_ChromiumOS_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "--gsutil-py-path", 287 "--gsutil-py-path",
288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
289 "--ninja-path", 289 "--ninja-path",
290 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 290 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
291 "--target", 291 "--target",
292 "Release", 292 "Release",
293 "--src-dir", 293 "--src-dir",
294 "[BUILDER_CACHE]/Linux_ChromiumOS_Builder/src", 294 "[BUILDER_CACHE]/Linux_ChromiumOS_Builder/src",
295 "--goma-cache-dir", 295 "--goma-cache-dir",
296 "[GOMA_CACHE]", 296 "[GOMA_CACHE]",
297 "--buildbot-buildername",
298 "Linux ChromiumOS Builder",
299 "--buildbot-mastername",
300 "chromium.gpu.fyi",
301 "--buildbot-slavename",
302 "TestSlavename",
303 "--goma-deps-cache-dir", 297 "--goma-deps-cache-dir",
304 "[GOMA_DEPS_CACHE]", 298 "[GOMA_DEPS_CACHE]",
305 "--build-data-dir", 299 "--build-data-dir",
306 "[ROOT]/build_data_dir", 300 "[ROOT]/build_data_dir",
307 "--compiler", 301 "--compiler",
308 "goma", 302 "goma",
309 "--goma-jsonstatus", 303 "--goma-jsonstatus",
310 "/path/to/tmp/json", 304 "/path/to/tmp/json",
311 "--goma-service-account-json-file", 305 "--goma-service-account-json-file",
312 "/creds/service_accounts/service-account-goma-client.json", 306 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent _buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} " 346 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent _buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} "
353 ], 347 ],
354 "name": "package build" 348 "name": "package build"
355 }, 349 },
356 { 350 {
357 "name": "$result", 351 "name": "$result",
358 "recipe_result": null, 352 "recipe_result": null,
359 "status_code": 0 353 "status_code": 0
360 } 354 }
361 ] 355 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698