| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 116 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 117 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 117 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 119 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 119 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
| 120 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 120 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 121 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 121 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
| 122 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 122 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 123 ] | 123 ] |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 "cmd": [], | |
| 127 "cwd": "[SLAVE_BUILD]", | |
| 128 "name": "ensure_goma" | |
| 129 }, | |
| 130 { | |
| 131 "cmd": [ | |
| 132 "python", | |
| 133 "-u", | |
| 134 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | |
| 135 "--platform", | |
| 136 "windows-386", | |
| 137 "--dest-directory", | |
| 138 "[SLAVE_BUILD]\\cipd", | |
| 139 "--json-output", | |
| 140 "/path/to/tmp/json" | |
| 141 ], | |
| 142 "cwd": "[SLAVE_BUILD]", | |
| 143 "name": "ensure_goma.install cipd", | |
| 144 "~followup_annotations": [ | |
| 145 "@@@STEP_NEST_LEVEL@1@@@", | |
| 146 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 147 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 148 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | |
| 149 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 150 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 151 "@@@STEP_LOG_END@json.output@@@" | |
| 152 ] | |
| 153 }, | |
| 154 { | |
| 155 "cmd": [ | |
| 156 "[SLAVE_BUILD]\\cipd\\cipd", | |
| 157 "ensure", | |
| 158 "--root", | |
| 159 "[CACHE]\\cipd\\goma", | |
| 160 "--list", | |
| 161 "infra_internal/goma/client/windows-amd64 release", | |
| 162 "--json-output", | |
| 163 "/path/to/tmp/json", | |
| 164 "--service-account-json", | |
| 165 "C:\\creds\\service_accounts\\service-account-goma-client.json" | |
| 166 ], | |
| 167 "cwd": "[SLAVE_BUILD]", | |
| 168 "name": "ensure_goma.ensure_installed", | |
| 169 "~followup_annotations": [ | |
| 170 "@@@STEP_NEST_LEVEL@1@@@", | |
| 171 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 172 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 173 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 174 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 175 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | |
| 176 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 177 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 178 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 179 "@@@STEP_LOG_END@json.output@@@" | |
| 180 ] | |
| 181 }, | |
| 182 { | |
| 183 "cmd": [ | 126 "cmd": [ |
| 184 "python", | 127 "python", |
| 185 "-u", | 128 "-u", |
| 186 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 129 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 187 "runhooks" | 130 "runhooks" |
| 188 ], | 131 ], |
| 189 "cwd": "[SLAVE_BUILD]", | 132 "cwd": "[SLAVE_BUILD]", |
| 190 "env": { | 133 "env": { |
| 191 "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", | 134 "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", |
| 192 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 135 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 193 }, | 136 }, |
| 194 "name": "gclient runhooks" | 137 "name": "gclient runhooks" |
| 195 }, | 138 }, |
| 196 { | 139 { |
| 197 "cmd": [ | 140 "cmd": [ |
| 198 "python", | 141 "python", |
| 199 "-u", | 142 "-u", |
| 200 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 143 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 201 "--output", | 144 "--output", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 "--goma-cache-dir", | 205 "--goma-cache-dir", |
| 263 "[GOMA_CACHE]", | 206 "[GOMA_CACHE]", |
| 264 "--build-tool", | 207 "--build-tool", |
| 265 "ninja", | 208 "ninja", |
| 266 "--build-data-dir", | 209 "--build-data-dir", |
| 267 "[ROOT]\\build_data_dir", | 210 "[ROOT]\\build_data_dir", |
| 268 "--compiler", | 211 "--compiler", |
| 269 "goma", | 212 "goma", |
| 270 "--goma-jsonstatus", | 213 "--goma-jsonstatus", |
| 271 "/path/to/tmp/json", | 214 "/path/to/tmp/json", |
| 272 "--goma-service-account-json-file", | |
| 273 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
| 274 "--goma-dir", | 215 "--goma-dir", |
| 275 "[CACHE]\\cipd\\goma", | 216 "[BUILD]\\goma", |
| 276 "--", | 217 "--", |
| 277 "browser_tests", | 218 "browser_tests", |
| 278 "chromium_builder_webrtc", | 219 "chromium_builder_webrtc", |
| 279 "content_browsertests", | 220 "content_browsertests", |
| 280 "content_unittests", | 221 "content_unittests", |
| 281 "media_unittests", | 222 "media_unittests", |
| 282 "remoting_unittests" | 223 "remoting_unittests" |
| 283 ], | 224 ], |
| 284 "cwd": "[SLAVE_BUILD]", | 225 "cwd": "[SLAVE_BUILD]", |
| 285 "name": "compile", | 226 "name": "compile", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 "~followup_annotations": [ | 344 "~followup_annotations": [ |
| 404 "@@@STEP_TEXT@Win8 Tester@@@" | 345 "@@@STEP_TEXT@Win8 Tester@@@" |
| 405 ] | 346 ] |
| 406 }, | 347 }, |
| 407 { | 348 { |
| 408 "name": "$result", | 349 "name": "$result", |
| 409 "recipe_result": null, | 350 "recipe_result": null, |
| 410 "status_code": 0 | 351 "status_code": 0 |
| 411 } | 352 } |
| 412 ] | 353 ] |
| OLD | NEW |