| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 "cmd": [ | 182 "cmd": [ |
| 183 "python", | 183 "python", |
| 184 "-u", | 184 "-u", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 185 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 186 "runhooks" | 186 "runhooks" |
| 187 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]\\src", | 188 "cwd": "[SLAVE_BUILD]\\src", |
| 189 "env": { | 189 "env": { |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 191 "GYP_CHROMIUM_NO_ACTION": "1", | 191 "GYP_CHROMIUM_NO_ACTION": "1", |
| 192 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 192 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f
fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_
arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 193 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 193 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 194 }, | 194 }, |
| 195 "name": "gclient runhooks" | 195 "name": "gclient runhooks" |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "cmd": [ | 198 "cmd": [ |
| 199 "python", | 199 "python", |
| 200 "-u", | 200 "-u", |
| 201 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 201 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 202 "--output", | 202 "--output", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 "cmd": [ | 434 "cmd": [ |
| 435 "python", | 435 "python", |
| 436 "-u", | 436 "-u", |
| 437 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 437 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 438 "runhooks" | 438 "runhooks" |
| 439 ], | 439 ], |
| 440 "cwd": "[SLAVE_BUILD]\\src", | 440 "cwd": "[SLAVE_BUILD]\\src", |
| 441 "env": { | 441 "env": { |
| 442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 443 "GYP_CHROMIUM_NO_ACTION": "1", | 443 "GYP_CHROMIUM_NO_ACTION": "1", |
| 444 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 444 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f
fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_
arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 445 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 445 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 446 }, | 446 }, |
| 447 "name": "test r1.gclient runhooks", | 447 "name": "test r1.gclient runhooks", |
| 448 "~followup_annotations": [ | 448 "~followup_annotations": [ |
| 449 "@@@STEP_NEST_LEVEL@1@@@" | 449 "@@@STEP_NEST_LEVEL@1@@@" |
| 450 ] | 450 ] |
| 451 }, | 451 }, |
| 452 { | 452 { |
| 453 "cmd": [ | 453 "cmd": [ |
| 454 "python", | 454 "python", |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 "@@@STEP_LOG_END@report@@@", | 566 "@@@STEP_LOG_END@report@@@", |
| 567 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}}}}@@@" | 567 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}}}}@@@" |
| 568 ] | 568 ] |
| 569 }, | 569 }, |
| 570 { | 570 { |
| 571 "name": "$result", | 571 "name": "$result", |
| 572 "recipe_result": null, | 572 "recipe_result": null, |
| 573 "status_code": 0 | 573 "status_code": 0 |
| 574 } | 574 } |
| 575 ] | 575 ] |
| OLD | NEW |