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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_builder.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]/Android32_Builder", 7 "[BUILDER_CACHE]/Android32_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "--src-dir", 268 "--src-dir",
269 "[BUILDER_CACHE]/Android32_Builder/src", 269 "[BUILDER_CACHE]/Android32_Builder/src",
270 "--goma-cache-dir", 270 "--goma-cache-dir",
271 "[GOMA_CACHE]", 271 "[GOMA_CACHE]",
272 "--buildbot-buildername", 272 "--buildbot-buildername",
273 "Android32 Builder", 273 "Android32 Builder",
274 "--buildbot-mastername", 274 "--buildbot-mastername",
275 "client.webrtc.fyi", 275 "client.webrtc.fyi",
276 "--buildbot-slavename", 276 "--buildbot-slavename",
277 "slavename", 277 "slavename",
278 "--goma-deps-cache-dir", 278 "--goma-deps-cache-file",
279 "[GOMA_DEPS_CACHE]", 279 "Android32_Builder.gomadeps",
280 "--compiler", 280 "--compiler",
281 "goma", 281 "goma",
282 "--goma-jsonstatus", 282 "--goma-jsonstatus",
283 "/path/to/tmp/json", 283 "/path/to/tmp/json",
284 "--goma-service-account-json-file", 284 "--goma-service-account-json-file",
285 "/creds/service_accounts/service-account-goma-client.json", 285 "/creds/service_accounts/service-account-goma-client.json",
286 "--goma-dir", 286 "--goma-dir",
287 "[CACHE]/cipd/goma", 287 "[CACHE]/cipd/goma",
288 "--" 288 "--"
289 ], 289 ],
(...skipping 2361 matching lines...) Expand 10 before | Expand all | Expand 10 after
2651 "~followup_annotations": [ 2651 "~followup_annotations": [
2652 "@@@STEP_TEXT@Android32 Tests (J Nexus4)<br />Android32 Tests (K Nexus5)<b r />Android32 Tests (L Nexus6)@@@" 2652 "@@@STEP_TEXT@Android32 Tests (J Nexus4)<br />Android32 Tests (K Nexus5)<b r />Android32 Tests (L Nexus6)@@@"
2653 ] 2653 ]
2654 }, 2654 },
2655 { 2655 {
2656 "name": "$result", 2656 "name": "$result",
2657 "recipe_result": null, 2657 "recipe_result": null,
2658 "status_code": 0 2658 "status_code": 0
2659 } 2659 }
2660 ] 2660 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698