OLD | NEW |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |