| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "--clobber", | 174 "--clobber", |
| 175 "--", | 175 "--", |
| 176 "chromium_builder_asan" | 176 "chromium_builder_asan" |
| 177 ], | 177 ], |
| 178 "env": { | 178 "env": { |
| 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 180 }, | 180 }, |
| 181 "name": "compile" | 181 "name": "compile" |
| 182 }, | 182 }, |
| 183 { | 183 { |
| 184 "cmd": [], |
| 185 "name": "trigger" |
| 186 }, |
| 187 { |
| 184 "cmd": [ | 188 "cmd": [ |
| 185 "python", | 189 "python", |
| 186 "-u", | 190 "-u", |
| 187 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 191 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| 188 "[SLAVE_BUILD]\\src\\out\\Release", | 192 "[SLAVE_BUILD]\\src\\out\\Release", |
| 189 "/path/to/tmp/json" | 193 "/path/to/tmp/json" |
| 190 ], | 194 ], |
| 191 "name": "listdir build_dir", | 195 "name": "listdir build_dir", |
| 192 "~followup_annotations": [ | 196 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@json.output@[@@@", | 197 "@@@STEP_LOG_LINE@json.output@[@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 257 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 254 "@@@STEP_LOG_END@python.inline@@@" | 258 "@@@STEP_LOG_END@python.inline@@@" |
| 255 ] | 259 ] |
| 256 }, | 260 }, |
| 257 { | 261 { |
| 258 "name": "$result", | 262 "name": "$result", |
| 259 "recipe_result": null, | 263 "recipe_result": null, |
| 260 "status_code": 0 | 264 "status_code": 0 |
| 261 } | 265 } |
| 262 ] | 266 ] |
| OLD | NEW |