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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Linux_GN.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]/V8_Linux_GN", 7 "[BUILDER_CACHE]/V8_Linux_GN",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "--gsutil-py-path", 286 "--gsutil-py-path",
287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
288 "--ninja-path", 288 "--ninja-path",
289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
290 "--target", 290 "--target",
291 "Release", 291 "Release",
292 "--src-dir", 292 "--src-dir",
293 "[BUILDER_CACHE]/V8_Linux_GN/src", 293 "[BUILDER_CACHE]/V8_Linux_GN/src",
294 "--goma-cache-dir", 294 "--goma-cache-dir",
295 "[GOMA_CACHE]", 295 "[GOMA_CACHE]",
296 "--buildbot-buildername",
297 "V8 Linux GN",
298 "--buildbot-mastername",
299 "client.v8.fyi",
300 "--buildbot-slavename",
301 "TestSlavename",
296 "--goma-deps-cache-dir", 302 "--goma-deps-cache-dir",
297 "[GOMA_DEPS_CACHE]", 303 "[GOMA_DEPS_CACHE]",
298 "--build-data-dir", 304 "--build-data-dir",
299 "[ROOT]/build_data_dir", 305 "[ROOT]/build_data_dir",
300 "--compiler", 306 "--compiler",
301 "goma", 307 "goma",
302 "--goma-jsonstatus", 308 "--goma-jsonstatus",
303 "/path/to/tmp/json", 309 "/path/to/tmp/json",
304 "--goma-service-account-json-file", 310 "--goma-service-account-json-file",
305 "/creds/service_accounts/service-account-goma-client.json", 311 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"V8 Linux GN\", \ "buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"revision\": \"22 135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}" 357 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"V8 Linux GN\", \ "buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"revision\": \"22 135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}"
352 ], 358 ],
353 "name": "package build" 359 "name": "package build"
354 }, 360 },
355 { 361 {
356 "name": "$result", 362 "name": "$result",
357 "recipe_result": null, 363 "recipe_result": null,
358 "status_code": 0 364 "status_code": 0
359 } 365 }
360 ] 366 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698