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

Side by Side Diff: scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Official.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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "--src-dir", 110 "--src-dir",
111 "[SLAVE_BUILD]\\src", 111 "[SLAVE_BUILD]\\src",
112 "--goma-cache-dir", 112 "--goma-cache-dir",
113 "[GOMA_CACHE]", 113 "[GOMA_CACHE]",
114 "--buildbot-buildername", 114 "--buildbot-buildername",
115 "Syzygy Official", 115 "Syzygy Official",
116 "--buildbot-mastername", 116 "--buildbot-mastername",
117 "master.client.syzygy", 117 "master.client.syzygy",
118 "--buildbot-slavename", 118 "--buildbot-slavename",
119 "vm331-m3", 119 "vm331-m3",
120 "--goma-deps-cache-file",
121 "Syzygy_Official.gomadeps",
120 "--ninja-ensure-up-to-date", 122 "--ninja-ensure-up-to-date",
121 "--", 123 "--",
122 "official_build" 124 "official_build"
123 ], 125 ],
124 "env": { 126 "env": {
125 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 127 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
126 }, 128 },
127 "name": "compile" 129 "name": "compile"
128 }, 130 },
129 { 131 {
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "~followup_annotations": [ 320 "~followup_annotations": [
319 "@@@STEP_TEXT@Syzygy Smoke Test@@@" 321 "@@@STEP_TEXT@Syzygy Smoke Test@@@"
320 ] 322 ]
321 }, 323 },
322 { 324 {
323 "name": "$result", 325 "name": "$result",
324 "recipe_result": null, 326 "recipe_result": null,
325 "status_code": 0 327 "status_code": 0
326 } 328 }
327 ] 329 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698