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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_LTO_Linux_Perf.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]/LTO_Linux_Perf", 7 "[BUILDER_CACHE]/LTO_Linux_Perf",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "--src-dir", 300 "--src-dir",
301 "[BUILDER_CACHE]/LTO_Linux_Perf/src", 301 "[BUILDER_CACHE]/LTO_Linux_Perf/src",
302 "--goma-cache-dir", 302 "--goma-cache-dir",
303 "[GOMA_CACHE]", 303 "[GOMA_CACHE]",
304 "--buildbot-buildername", 304 "--buildbot-buildername",
305 "LTO Linux Perf", 305 "LTO Linux Perf",
306 "--buildbot-mastername", 306 "--buildbot-mastername",
307 "chromium.fyi", 307 "chromium.fyi",
308 "--buildbot-slavename", 308 "--buildbot-slavename",
309 "TestSlavename", 309 "TestSlavename",
310 "--goma-deps-cache-dir", 310 "--goma-deps-cache-file",
311 "[GOMA_DEPS_CACHE]", 311 "LTO_Linux_Perf.gomadeps",
312 "--build-data-dir", 312 "--build-data-dir",
313 "[ROOT]/build_data_dir", 313 "[ROOT]/build_data_dir",
314 "--compiler", 314 "--compiler",
315 "goma", 315 "goma",
316 "--goma-jsonstatus", 316 "--goma-jsonstatus",
317 "/path/to/tmp/json", 317 "/path/to/tmp/json",
318 "--goma-service-account-json-file", 318 "--goma-service-account-json-file",
319 "/creds/service_accounts/service-account-goma-client.json", 319 "/creds/service_accounts/service-account-goma-client.json",
320 "--mode", 320 "--mode",
321 "official", 321 "official",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"LTO Linux Perf\" , \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\" : null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 360 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"LTO Linux Perf\" , \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\" : null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
361 ], 361 ],
362 "name": "package build" 362 "name": "package build"
363 }, 363 },
364 { 364 {
365 "name": "$result", 365 "name": "$result",
366 "recipe_result": null, 366 "recipe_result": null,
367 "status_code": 0 367 "status_code": 0
368 } 368 }
369 ] 369 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698