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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.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]\\win_swarming", 7 "[BUILDER_CACHE]\\win_swarming",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "--src-dir", 257 "--src-dir",
258 "[BUILDER_CACHE]\\win_swarming\\src", 258 "[BUILDER_CACHE]\\win_swarming\\src",
259 "--goma-cache-dir", 259 "--goma-cache-dir",
260 "[GOMA_CACHE]", 260 "[GOMA_CACHE]",
261 "--buildbot-buildername", 261 "--buildbot-buildername",
262 "win_swarming", 262 "win_swarming",
263 "--buildbot-mastername", 263 "--buildbot-mastername",
264 "tryserver.webrtc", 264 "tryserver.webrtc",
265 "--buildbot-slavename", 265 "--buildbot-slavename",
266 "slavename", 266 "slavename",
267 "--goma-deps-cache-dir", 267 "--goma-deps-cache-file",
268 "[GOMA_DEPS_CACHE]", 268 "win_swarming.gomadeps",
269 "--compiler", 269 "--compiler",
270 "goma", 270 "goma",
271 "--goma-jsonstatus", 271 "--goma-jsonstatus",
272 "/path/to/tmp/json", 272 "/path/to/tmp/json",
273 "--goma-service-account-json-file", 273 "--goma-service-account-json-file",
274 "C:\\creds\\service_accounts\\service-account-goma-client.json", 274 "C:\\creds\\service_accounts\\service-account-goma-client.json",
275 "--goma-dir", 275 "--goma-dir",
276 "[CACHE]\\cipd\\goma", 276 "[CACHE]\\cipd\\goma",
277 "--goma-fail-fast", 277 "--goma-fail-fast",
278 "--goma-disable-local-fallback", 278 "--goma-disable-local-fallback",
(...skipping 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3411 "@@@STEP_LOG_END@json.output@@@", 3411 "@@@STEP_LOG_END@json.output@@@",
3412 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3412 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3413 ] 3413 ]
3414 }, 3414 },
3415 { 3415 {
3416 "name": "$result", 3416 "name": "$result",
3417 "recipe_result": null, 3417 "recipe_result": null,
3418 "status_code": 0 3418 "status_code": 0
3419 } 3419 }
3420 ] 3420 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698