| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 122 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 123 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 123 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 124 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 124 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 125 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 125 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
| 126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 127 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 127 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
| 128 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 128 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 129 ] | 129 ] |
| 130 }, | 130 }, |
| 131 { | 131 { |
| 132 "cmd": [], | |
| 133 "cwd": "[SLAVE_BUILD]", | |
| 134 "name": "ensure_goma" | |
| 135 }, | |
| 136 { | |
| 137 "cmd": [ | |
| 138 "python", | |
| 139 "-u", | |
| 140 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | |
| 141 "--platform", | |
| 142 "windows-386", | |
| 143 "--dest-directory", | |
| 144 "[SLAVE_BUILD]\\cipd", | |
| 145 "--json-output", | |
| 146 "/path/to/tmp/json" | |
| 147 ], | |
| 148 "cwd": "[SLAVE_BUILD]", | |
| 149 "name": "ensure_goma.install cipd", | |
| 150 "~followup_annotations": [ | |
| 151 "@@@STEP_NEST_LEVEL@1@@@", | |
| 152 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 153 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 154 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | |
| 155 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 156 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 157 "@@@STEP_LOG_END@json.output@@@" | |
| 158 ] | |
| 159 }, | |
| 160 { | |
| 161 "cmd": [ | |
| 162 "[SLAVE_BUILD]\\cipd\\cipd", | |
| 163 "ensure", | |
| 164 "--root", | |
| 165 "[CACHE]\\cipd\\goma", | |
| 166 "--list", | |
| 167 "infra_internal/goma/client/windows-amd64 release", | |
| 168 "--json-output", | |
| 169 "/path/to/tmp/json", | |
| 170 "--service-account-json", | |
| 171 "C:\\creds\\service_accounts\\service-account-goma-client.json" | |
| 172 ], | |
| 173 "cwd": "[SLAVE_BUILD]", | |
| 174 "name": "ensure_goma.ensure_installed", | |
| 175 "~followup_annotations": [ | |
| 176 "@@@STEP_NEST_LEVEL@1@@@", | |
| 177 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 178 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 179 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 180 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 181 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | |
| 182 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 183 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 184 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 185 "@@@STEP_LOG_END@json.output@@@" | |
| 186 ] | |
| 187 }, | |
| 188 { | |
| 189 "cmd": [ | 132 "cmd": [ |
| 190 "python", | 133 "python", |
| 191 "-u", | 134 "-u", |
| 192 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 135 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 193 "runhooks" | 136 "runhooks" |
| 194 ], | 137 ], |
| 195 "cwd": "[SLAVE_BUILD]", | 138 "cwd": "[SLAVE_BUILD]", |
| 196 "env": { | 139 "env": { |
| 197 "GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=sta
tic_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACH
E]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1", | 140 "GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=sta
tic_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUIL
D]\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1", |
| 198 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 141 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 199 }, | 142 }, |
| 200 "name": "gclient runhooks" | 143 "name": "gclient runhooks" |
| 201 }, | 144 }, |
| 202 { | 145 { |
| 203 "cmd": [ | 146 "cmd": [ |
| 204 "python", | 147 "python", |
| 205 "-u", | 148 "-u", |
| 206 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 149 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 207 "--output", | 150 "--output", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 "--goma-cache-dir", | 211 "--goma-cache-dir", |
| 269 "[GOMA_CACHE]", | 212 "[GOMA_CACHE]", |
| 270 "--build-tool", | 213 "--build-tool", |
| 271 "ninja", | 214 "ninja", |
| 272 "--build-data-dir", | 215 "--build-data-dir", |
| 273 "[ROOT]\\build_data_dir", | 216 "[ROOT]\\build_data_dir", |
| 274 "--compiler", | 217 "--compiler", |
| 275 "goma", | 218 "goma", |
| 276 "--goma-jsonstatus", | 219 "--goma-jsonstatus", |
| 277 "/path/to/tmp/json", | 220 "/path/to/tmp/json", |
| 278 "--goma-service-account-json-file", | |
| 279 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
| 280 "--goma-dir", | 221 "--goma-dir", |
| 281 "[CACHE]\\cipd\\goma", | 222 "[BUILD]\\goma", |
| 282 "--", | 223 "--", |
| 283 "browser_tests", | 224 "browser_tests", |
| 284 "chromium_builder_webrtc", | 225 "chromium_builder_webrtc", |
| 285 "content_browsertests", | 226 "content_browsertests", |
| 286 "content_unittests", | 227 "content_unittests", |
| 287 "media_unittests", | 228 "media_unittests", |
| 288 "remoting_unittests" | 229 "remoting_unittests" |
| 289 ], | 230 ], |
| 290 "cwd": "[SLAVE_BUILD]", | 231 "cwd": "[SLAVE_BUILD]", |
| 291 "name": "compile", | 232 "name": "compile", |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 "~followup_annotations": [ | 319 "~followup_annotations": [ |
| 379 "@@@STEP_TEXT@Win7 Tester@@@" | 320 "@@@STEP_TEXT@Win7 Tester@@@" |
| 380 ] | 321 ] |
| 381 }, | 322 }, |
| 382 { | 323 { |
| 383 "name": "$result", | 324 "name": "$result", |
| 384 "recipe_result": null, | 325 "recipe_result": null, |
| 385 "status_code": 0 | 326 "status_code": 0 |
| 386 } | 327 } |
| 387 ] | 328 ] |
| OLD | NEW |