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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_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]/Linux_ASAN_Builder", 7 "[BUILDER_CACHE]/Linux_ASAN_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "--src-dir", 306 "--src-dir",
307 "[BUILDER_CACHE]/Linux_ASAN_Builder/src", 307 "[BUILDER_CACHE]/Linux_ASAN_Builder/src",
308 "--goma-cache-dir", 308 "--goma-cache-dir",
309 "[GOMA_CACHE]", 309 "[GOMA_CACHE]",
310 "--buildbot-buildername", 310 "--buildbot-buildername",
311 "Linux ASAN Builder", 311 "Linux ASAN Builder",
312 "--buildbot-mastername", 312 "--buildbot-mastername",
313 "client.v8.fyi", 313 "client.v8.fyi",
314 "--buildbot-slavename", 314 "--buildbot-slavename",
315 "TestSlavename", 315 "TestSlavename",
316 "--goma-deps-cache-dir", 316 "--goma-deps-cache-file",
317 "[GOMA_DEPS_CACHE]", 317 "Linux_ASAN_Builder.gomadeps",
318 "--build-data-dir", 318 "--build-data-dir",
319 "[ROOT]/build_data_dir", 319 "[ROOT]/build_data_dir",
320 "--compiler", 320 "--compiler",
321 "goma-clang", 321 "goma-clang",
322 "--goma-jsonstatus", 322 "--goma-jsonstatus",
323 "/path/to/tmp/json", 323 "/path/to/tmp/json",
324 "--goma-service-account-json-file", 324 "--goma-service-account-json-file",
325 "/creds/service_accounts/service-account-goma-client.json", 325 "/creds/service_accounts/service-account-goma-client.json",
326 "--goma-dir", 326 "--goma-dir",
327 "[CACHE]/cipd/goma", 327 "[CACHE]/cipd/goma",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "~followup_annotations": [ 391 "~followup_annotations": [
392 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" 392 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@"
393 ] 393 ]
394 }, 394 },
395 { 395 {
396 "name": "$result", 396 "name": "$result",
397 "recipe_result": null, 397 "recipe_result": null,
398 "status_code": 0 398 "status_code": 0
399 } 399 }
400 ] 400 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698