| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_rel", | 10 "win_rel", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]\\src", | 91 "cwd": "[SLAVE_BUILD]\\src", |
| 92 "env": { | 92 "env": { |
| 93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 94 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_h264=1 t
arget_arch=ia32 use_goma=1", | 94 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_h264=1 t
arget_arch=ia32 use_goma=1", |
| 95 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 95 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 96 }, | 96 }, |
| 97 "name": "gclient runhooks" | 97 "name": "gclient runhooks" |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 "cmd": [], |
| 101 "name": "ensure_goma" |
| 102 }, |
| 103 { |
| 100 "cmd": [ | 104 "cmd": [ |
| 101 "python", | 105 "python", |
| 102 "-u", | 106 "-u", |
| 107 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 108 "--platform", |
| 109 "windows-386", |
| 110 "--dest-directory", |
| 111 "[SLAVE_BUILD]\\cipd", |
| 112 "--json-output", |
| 113 "/path/to/tmp/json" |
| 114 ], |
| 115 "name": "ensure_goma.install cipd", |
| 116 "~followup_annotations": [ |
| 117 "@@@STEP_NEST_LEVEL@1@@@", |
| 118 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 119 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 120 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 121 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 122 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 123 "@@@STEP_LOG_END@json.output@@@" |
| 124 ] |
| 125 }, |
| 126 { |
| 127 "cmd": [ |
| 128 "[SLAVE_BUILD]\\cipd\\cipd", |
| 129 "ensure", |
| 130 "--root", |
| 131 "[CACHE]\\cipd\\goma", |
| 132 "--list", |
| 133 "infra_internal/goma/client/windows-amd64 release", |
| 134 "--json-output", |
| 135 "/path/to/tmp/json", |
| 136 "--service-account-json", |
| 137 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 138 ], |
| 139 "name": "ensure_goma.ensure_installed", |
| 140 "~followup_annotations": [ |
| 141 "@@@STEP_NEST_LEVEL@1@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] |
| 152 }, |
| 153 { |
| 154 "cmd": [ |
| 155 "python", |
| 156 "-u", |
| 103 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 157 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 104 "--show-path", | 158 "--show-path", |
| 105 "python", | 159 "python", |
| 106 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 160 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 107 "--gsutil-py-path", | 161 "--gsutil-py-path", |
| 108 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 162 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 109 "--ninja-path", | 163 "--ninja-path", |
| 110 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 164 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 111 "--target", | 165 "--target", |
| 112 "Release", | 166 "Release", |
| 113 "--src-dir", | 167 "--src-dir", |
| 114 "[SLAVE_BUILD]\\src", | 168 "[SLAVE_BUILD]\\src", |
| 115 "--goma-cache-dir", | 169 "--goma-cache-dir", |
| 116 "[GOMA_CACHE]", | 170 "[GOMA_CACHE]", |
| 117 "--build-tool", | 171 "--build-tool", |
| 118 "ninja", | 172 "ninja", |
| 119 "--compiler", | 173 "--compiler", |
| 120 "goma", | 174 "goma", |
| 121 "--goma-jsonstatus", | 175 "--goma-jsonstatus", |
| 122 "/path/to/tmp/json", | 176 "/path/to/tmp/json", |
| 123 "--goma-service-account-json-file", | 177 "--goma-service-account-json-file", |
| 124 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 178 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 125 "--goma-dir", | 179 "--goma-dir", |
| 126 "[BUILD]\\goma", | 180 "[CACHE]\\cipd\\goma", |
| 127 "--goma-fail-fast", | 181 "--goma-fail-fast", |
| 128 "--goma-disable-local-fallback", | 182 "--goma-disable-local-fallback", |
| 129 "--", | 183 "--", |
| 130 "All" | 184 "All" |
| 131 ], | 185 ], |
| 132 "env": { | 186 "env": { |
| 133 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 134 }, | 188 }, |
| 135 "name": "compile", | 189 "name": "compile", |
| 136 "~followup_annotations": [ | 190 "~followup_annotations": [ |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 "webrtc_nonparallel_tests.exe" | 574 "webrtc_nonparallel_tests.exe" |
| 521 ], | 575 ], |
| 522 "name": "webrtc_nonparallel_tests" | 576 "name": "webrtc_nonparallel_tests" |
| 523 }, | 577 }, |
| 524 { | 578 { |
| 525 "name": "$result", | 579 "name": "$result", |
| 526 "recipe_result": null, | 580 "recipe_result": null, |
| 527 "status_code": 0 | 581 "status_code": 0 |
| 528 } | 582 } |
| 529 ] | 583 ] |
| OLD | NEW |