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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "--src-dir", | 116 "--src-dir", |
117 "[SLAVE_BUILD]\\v8", | 117 "[SLAVE_BUILD]\\v8", |
118 "--goma-cache-dir", | 118 "--goma-cache-dir", |
119 "[GOMA_CACHE]", | 119 "[GOMA_CACHE]", |
120 "--build-tool", | 120 "--build-tool", |
121 "ninja", | 121 "ninja", |
122 "--compiler", | 122 "--compiler", |
123 "goma", | 123 "goma", |
124 "--goma-jsonstatus", | 124 "--goma-jsonstatus", |
125 "/path/to/tmp/json", | 125 "/path/to/tmp/json", |
126 "--goma-service-account-json-file", | |
127 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
128 "--goma-dir", | 126 "--goma-dir", |
129 "[BUILD]\\goma", | 127 "[BUILD]\\goma", |
130 "--goma-fail-fast", | 128 "--goma-fail-fast", |
131 "--goma-disable-local-fallback", | 129 "--goma-disable-local-fallback", |
132 "--" | 130 "--" |
133 ], | 131 ], |
134 "cwd": "[SLAVE_BUILD]", | 132 "cwd": "[SLAVE_BUILD]", |
135 "name": "compile", | 133 "name": "compile", |
136 "~followup_annotations": [ | 134 "~followup_annotations": [ |
137 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 135 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
138 "@@@STEP_LOG_END@json.output (invalid)@@@" | 136 "@@@STEP_LOG_END@json.output (invalid)@@@" |
139 ] | 137 ] |
140 }, | 138 }, |
141 { | 139 { |
142 "name": "$result", | 140 "name": "$result", |
143 "recipe_result": null, | 141 "recipe_result": null, |
144 "status_code": 0 | 142 "status_code": 0 |
145 } | 143 } |
146 ] | 144 ] |
OLD | NEW |