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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "--gsutil-py-path", | 111 "--gsutil-py-path", |
112 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 112 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
113 "--ninja-path", | 113 "--ninja-path", |
114 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 114 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
115 "--target", | 115 "--target", |
116 "Release", | 116 "Release", |
117 "--src-dir", | 117 "--src-dir", |
118 "[SLAVE_BUILD]\\src", | 118 "[SLAVE_BUILD]\\src", |
119 "--goma-cache-dir", | 119 "--goma-cache-dir", |
120 "[GOMA_CACHE]", | 120 "[GOMA_CACHE]", |
121 "--build-tool", | |
122 "ninja", | |
123 "--ninja-ensure-up-to-date", | 121 "--ninja-ensure-up-to-date", |
124 "--", | 122 "--", |
125 "official_build" | 123 "official_build" |
126 ], | 124 ], |
127 "env": { | 125 "env": { |
128 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
129 }, | 127 }, |
130 "name": "compile" | 128 "name": "compile" |
131 }, | 129 }, |
132 { | 130 { |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 "~followup_annotations": [ | 319 "~followup_annotations": [ |
322 "@@@STEP_TEXT@Syzygy Smoke Test@@@" | 320 "@@@STEP_TEXT@Syzygy Smoke Test@@@" |
323 ] | 321 ] |
324 }, | 322 }, |
325 { | 323 { |
326 "name": "$result", | 324 "name": "$result", |
327 "recipe_result": null, | 325 "recipe_result": null, |
328 "status_code": 0 | 326 "status_code": 0 |
329 } | 327 } |
330 ] | 328 ] |
OLD | NEW |