OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.libyuv", | 8 "tryserver.libyuv", |
9 "--builder", | 9 "--builder", |
10 "win", | 10 "win", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 { | 51 { |
52 "cmd": [ | 52 "cmd": [ |
53 "python", | 53 "python", |
54 "-u", | 54 "-u", |
55 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 55 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
56 "runhooks" | 56 "runhooks" |
57 ], | 57 ], |
58 "cwd": "[SLAVE_BUILD]\\src", | 58 "cwd": "[SLAVE_BUILD]\\src", |
59 "env": { | 59 "env": { |
60 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 60 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
61 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1", | 61 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=1", |
62 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 62 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
63 }, | 63 }, |
64 "name": "gclient runhooks" | 64 "name": "gclient runhooks" |
65 }, | 65 }, |
66 { | 66 { |
67 "cmd": [ | 67 "cmd": [ |
68 "python", | 68 "python", |
69 "-u", | 69 "-u", |
70 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 70 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
71 "--show-path", | 71 "--show-path", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 "libyuv_unittest.exe" | 120 "libyuv_unittest.exe" |
121 ], | 121 ], |
122 "name": "libyuv_unittest" | 122 "name": "libyuv_unittest" |
123 }, | 123 }, |
124 { | 124 { |
125 "name": "$result", | 125 "name": "$result", |
126 "recipe_result": null, | 126 "recipe_result": null, |
127 "status_code": 0 | 127 "status_code": 0 |
128 } | 128 } |
129 ] | 129 ] |
OLD | NEW |