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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan_dll_.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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "--src-dir", 312 "--src-dir",
313 "[BUILDER_CACHE]\\CrWinAsan_dll_\\src", 313 "[BUILDER_CACHE]\\CrWinAsan_dll_\\src",
314 "--goma-cache-dir", 314 "--goma-cache-dir",
315 "[GOMA_CACHE]", 315 "[GOMA_CACHE]",
316 "--buildbot-buildername", 316 "--buildbot-buildername",
317 "CrWinAsan(dll)", 317 "CrWinAsan(dll)",
318 "--buildbot-mastername", 318 "--buildbot-mastername",
319 "chromium.fyi", 319 "chromium.fyi",
320 "--buildbot-slavename", 320 "--buildbot-slavename",
321 "TestSlavename", 321 "TestSlavename",
322 "--goma-deps-cache-dir", 322 "--goma-deps-cache-file",
323 "[GOMA_DEPS_CACHE]", 323 "CrWinAsan_dll_.gomadeps",
324 "--build-data-dir", 324 "--build-data-dir",
325 "[ROOT]\\build_data_dir", 325 "[ROOT]\\build_data_dir",
326 "--compiler", 326 "--compiler",
327 "clang", 327 "clang",
328 "--", 328 "--",
329 "browser_tests", 329 "browser_tests",
330 "browser_tests_run", 330 "browser_tests_run",
331 "chromium_builder_asan" 331 "chromium_builder_asan"
332 ], 332 ],
333 "env": { 333 "env": {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "~followup_annotations": [ 424 "~followup_annotations": [
425 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@" 425 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@"
426 ] 426 ]
427 }, 427 },
428 { 428 {
429 "name": "$result", 429 "name": "$result",
430 "recipe_result": null, 430 "recipe_result": null,
431 "status_code": 0 431 "status_code": 0
432 } 432 }
433 ] 433 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698