| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "--clobber", | 193 "--clobber", |
| 194 "--", | 194 "--", |
| 195 "chromium_builder_asan" | 195 "chromium_builder_asan" |
| 196 ], | 196 ], |
| 197 "env": { | 197 "env": { |
| 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 199 }, | 199 }, |
| 200 "name": "compile" | 200 "name": "compile" |
| 201 }, | 201 }, |
| 202 { | 202 { |
| 203 "cmd": [], | |
| 204 "name": "trigger" | |
| 205 }, | |
| 206 { | |
| 207 "cmd": [ | 203 "cmd": [ |
| 208 "python", | 204 "python", |
| 209 "-u", | 205 "-u", |
| 210 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 206 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 211 "[SLAVE_BUILD]\\chrome_staging" | 207 "[SLAVE_BUILD]\\chrome_staging" |
| 212 ], | 208 ], |
| 213 "name": "rmtree purge staging dir", | 209 "name": "rmtree purge staging dir", |
| 214 "~followup_annotations": [ | 210 "~followup_annotations": [ |
| 215 "@@@STEP_LOG_LINE@python.inline@@@@", | 211 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 216 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 212 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 313 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 318 "@@@STEP_LOG_END@python.inline@@@" | 314 "@@@STEP_LOG_END@python.inline@@@" |
| 319 ] | 315 ] |
| 320 }, | 316 }, |
| 321 { | 317 { |
| 322 "name": "$result", | 318 "name": "$result", |
| 323 "recipe_result": null, | 319 "recipe_result": null, |
| 324 "status_code": 0 | 320 "status_code": 0 |
| 325 } | 321 } |
| 326 ] | 322 ] |
| OLD | NEW |