| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "python", | 123 "python", |
| 124 "-u", | 124 "-u", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 126 "runhooks" | 126 "runhooks" |
| 127 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]\\v8", | 128 "cwd": "[SLAVE_BUILD]\\v8", |
| 129 "env": { | 129 "env": { |
| 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 131 "GYP_CHROMIUM_NO_ACTION": "1", |
| 131 "GYP_DEFINES": "clang=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_
goma=1 v8_target_arch=x64", | 132 "GYP_DEFINES": "clang=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_
goma=1 v8_target_arch=x64", |
| 132 "GYP_GENERATORS": "ninja", | 133 "GYP_GENERATORS": "ninja", |
| 133 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 134 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 134 }, | 135 }, |
| 135 "name": "gclient runhooks" | 136 "name": "gclient runhooks" |
| 136 }, | 137 }, |
| 137 { | 138 { |
| 138 "cmd": [ | 139 "cmd": [ |
| 139 "python", | 140 "python", |
| 140 "-u", | 141 "-u", |
| 141 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 142 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 142 "--show-path", | 143 "--show-path", |
| 143 "python", | 144 "python", |
| 144 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 145 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 145 ], | 146 ], |
| 146 "name": "cleanup_temp" | 147 "name": "cleanup_temp" |
| 147 }, | 148 }, |
| 148 { | 149 { |
| 150 "cmd": [ |
| 151 "python", |
| 152 "-u", |
| 153 "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py", |
| 154 "gen", |
| 155 "-m", |
| 156 "client.v8", |
| 157 "-b", |
| 158 "V8 Win64 - clang", |
| 159 "--config-file", |
| 160 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", |
| 161 "--goma-dir", |
| 162 "[CACHE]\\cipd\\goma", |
| 163 "--gyp-script=gypfiles\\gyp_v8", |
| 164 "//out/Release_x64" |
| 165 ], |
| 166 "env": { |
| 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 168 }, |
| 169 "name": "generate_build_files", |
| 170 "stdout": "/path/to/tmp/", |
| 171 "~followup_annotations": [ |
| 172 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 173 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 174 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 175 "@@@STEP_LOG_END@stdout@@@", |
| 176 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@", |
| 177 "@@@STEP_LOG_LINE@diff@- clang: 1@@@", |
| 178 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@", |
| 179 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@", |
| 180 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@", |
| 181 "@@@STEP_LOG_END@diff@@@", |
| 182 "@@@STEP_WARNINGS@@@" |
| 183 ] |
| 184 }, |
| 185 { |
| 149 "allow_subannotations": true, | 186 "allow_subannotations": true, |
| 150 "cmd": [ | 187 "cmd": [ |
| 151 "python", | 188 "python", |
| 152 "-u", | 189 "-u", |
| 153 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 190 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 154 "--src-dir", | 191 "--src-dir", |
| 155 "[SLAVE_BUILD]\\v8", | 192 "[SLAVE_BUILD]\\v8", |
| 156 "--output-json", | 193 "--output-json", |
| 157 "/path/to/tmp/json" | 194 "/path/to/tmp/json" |
| 158 ], | 195 ], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 242 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 206 "@@@STEP_LOG_END@json.output (invalid)@@@" | 243 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 207 ] | 244 ] |
| 208 }, | 245 }, |
| 209 { | 246 { |
| 210 "name": "$result", | 247 "name": "$result", |
| 211 "recipe_result": null, | 248 "recipe_result": null, |
| 212 "status_code": 0 | 249 "status_code": 0 |
| 213 } | 250 } |
| 214 ] | 251 ] |
| OLD | NEW |