| 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": "chromium_win_pch=0 component=static_library fastbuild=1 ff
mpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_a
rch=ia32 use_goma=1", | 140 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]\\goma' proprietary_codecs=1 target_arch=ia
32 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 ], | 389 ], |
| 447 "cwd": "[SLAVE_BUILD]", | 390 "cwd": "[SLAVE_BUILD]", |
| 448 "name": "process_dumps" | 391 "name": "process_dumps" |
| 449 }, | 392 }, |
| 450 { | 393 { |
| 451 "name": "$result", | 394 "name": "$result", |
| 452 "recipe_result": null, | 395 "recipe_result": null, |
| 453 "status_code": 0 | 396 "status_code": 0 |
| 454 } | 397 } |
| 455 ] | 398 ] |
| OLD | NEW |