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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Linux_GN.json

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "--src-dir", 284 "--src-dir",
285 "[BUILDER_CACHE]/V8_Linux_GN/src", 285 "[BUILDER_CACHE]/V8_Linux_GN/src",
286 "--goma-cache-dir", 286 "--goma-cache-dir",
287 "[GOMA_CACHE]", 287 "[GOMA_CACHE]",
288 "--buildbot-buildername", 288 "--buildbot-buildername",
289 "V8 Linux GN", 289 "V8 Linux GN",
290 "--buildbot-mastername", 290 "--buildbot-mastername",
291 "client.v8.fyi", 291 "client.v8.fyi",
292 "--buildbot-slavename", 292 "--buildbot-slavename",
293 "TestSlavename", 293 "TestSlavename",
294 "--goma-deps-cache-dir", 294 "--goma-deps-cache-file",
295 "[GOMA_DEPS_CACHE]", 295 "V8_Linux_GN.gomadeps",
296 "--build-data-dir", 296 "--build-data-dir",
297 "[ROOT]/build_data_dir", 297 "[ROOT]/build_data_dir",
298 "--compiler", 298 "--compiler",
299 "goma", 299 "goma",
300 "--goma-jsonstatus", 300 "--goma-jsonstatus",
301 "/path/to/tmp/json", 301 "/path/to/tmp/json",
302 "--goma-service-account-json-file", 302 "--goma-service-account-json-file",
303 "/creds/service_accounts/service-account-goma-client.json", 303 "/creds/service_accounts/service-account-goma-client.json",
304 "--goma-dir", 304 "--goma-dir",
305 "[CACHE]/cipd/goma", 305 "[CACHE]/cipd/goma",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "{\"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\"}" 349 "{\"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\"}"
350 ], 350 ],
351 "name": "package build" 351 "name": "package build"
352 }, 352 },
353 { 353 {
354 "name": "$result", 354 "name": "$result",
355 "recipe_result": null, 355 "recipe_result": null,
356 "status_code": 0 356 "status_code": 0
357 } 357 }
358 ] 358 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698