| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 107 ] | 107 ] |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "cmd": [], | |
| 111 "cwd": "[SLAVE_BUILD]", | |
| 112 "name": "ensure_goma" | |
| 113 }, | |
| 114 { | |
| 115 "cmd": [ | |
| 116 "python", | |
| 117 "-u", | |
| 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | |
| 119 "--platform", | |
| 120 "windows-386", | |
| 121 "--dest-directory", | |
| 122 "[SLAVE_BUILD]\\cipd", | |
| 123 "--json-output", | |
| 124 "/path/to/tmp/json" | |
| 125 ], | |
| 126 "cwd": "[SLAVE_BUILD]", | |
| 127 "name": "ensure_goma.install cipd", | |
| 128 "~followup_annotations": [ | |
| 129 "@@@STEP_NEST_LEVEL@1@@@", | |
| 130 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 131 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 132 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | |
| 133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 134 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 135 "@@@STEP_LOG_END@json.output@@@" | |
| 136 ] | |
| 137 }, | |
| 138 { | |
| 139 "cmd": [ | |
| 140 "[SLAVE_BUILD]\\cipd\\cipd", | |
| 141 "ensure", | |
| 142 "--root", | |
| 143 "[CACHE]\\cipd\\goma", | |
| 144 "--list", | |
| 145 "infra_internal/goma/client/windows-amd64 release", | |
| 146 "--json-output", | |
| 147 "/path/to/tmp/json", | |
| 148 "--service-account-json", | |
| 149 "C:\\creds\\service_accounts\\service-account-goma-client.json" | |
| 150 ], | |
| 151 "cwd": "[SLAVE_BUILD]", | |
| 152 "name": "ensure_goma.ensure_installed", | |
| 153 "~followup_annotations": [ | |
| 154 "@@@STEP_NEST_LEVEL@1@@@", | |
| 155 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 157 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | |
| 160 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 162 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 163 "@@@STEP_LOG_END@json.output@@@" | |
| 164 ] | |
| 165 }, | |
| 166 { | |
| 167 "cmd": [ | 110 "cmd": [ |
| 168 "python", | 111 "python", |
| 169 "-u", | 112 "-u", |
| 170 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 113 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 171 "runhooks" | 114 "runhooks" |
| 172 ], | 115 ], |
| 173 "cwd": "[SLAVE_BUILD]", | 116 "cwd": "[SLAVE_BUILD]", |
| 174 "env": { | 117 "env": { |
| 175 "GYP_CHROMIUM_NO_ACTION": "1", | 118 "GYP_CHROMIUM_NO_ACTION": "1", |
| 176 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32
use_goma=1", | 119 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_go
ma=1", |
| 177 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 120 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 178 }, | 121 }, |
| 179 "name": "gclient runhooks" | 122 "name": "gclient runhooks" |
| 180 }, | 123 }, |
| 181 { | 124 { |
| 182 "cmd": [ | 125 "cmd": [ |
| 183 "python", | 126 "python", |
| 184 "-u", | 127 "-u", |
| 185 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 128 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 186 "--show-path", | 129 "--show-path", |
| 187 "python", | 130 "python", |
| 188 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 131 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 189 ], | 132 ], |
| 190 "cwd": "[SLAVE_BUILD]", | 133 "cwd": "[SLAVE_BUILD]", |
| 191 "name": "cleanup_temp" | 134 "name": "cleanup_temp" |
| 192 }, | 135 }, |
| 193 { | 136 { |
| 194 "cmd": [ | 137 "cmd": [ |
| 195 "python", | 138 "python", |
| 196 "-u", | 139 "-u", |
| 197 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 140 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 198 "gen", | 141 "gen", |
| 199 "-m", | 142 "-m", |
| 200 "chromium.perf", | 143 "chromium.perf", |
| 201 "-b", | 144 "-b", |
| 202 "Win Builder", | 145 "Win Builder", |
| 203 "--config-file", | 146 "--config-file", |
| 204 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 147 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 205 "--goma-dir", | 148 "--goma-dir", |
| 206 "[CACHE]\\cipd\\goma", | 149 "[BUILD]\\goma", |
| 207 "//out/Release" | 150 "//out/Release" |
| 208 ], | 151 ], |
| 209 "cwd": "[SLAVE_BUILD]", | 152 "cwd": "[SLAVE_BUILD]", |
| 210 "name": "generate_build_files" | 153 "name": "generate_build_files" |
| 211 }, | 154 }, |
| 212 { | 155 { |
| 213 "cmd": [ | 156 "cmd": [ |
| 214 "python", | 157 "python", |
| 215 "-u", | 158 "-u", |
| 216 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 159 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 228 "--goma-cache-dir", | 171 "--goma-cache-dir", |
| 229 "[GOMA_CACHE]", | 172 "[GOMA_CACHE]", |
| 230 "--build-tool", | 173 "--build-tool", |
| 231 "ninja", | 174 "ninja", |
| 232 "--build-data-dir", | 175 "--build-data-dir", |
| 233 "[ROOT]\\build_data_dir", | 176 "[ROOT]\\build_data_dir", |
| 234 "--compiler", | 177 "--compiler", |
| 235 "goma", | 178 "goma", |
| 236 "--goma-jsonstatus", | 179 "--goma-jsonstatus", |
| 237 "/path/to/tmp/json", | 180 "/path/to/tmp/json", |
| 238 "--goma-service-account-json-file", | |
| 239 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
| 240 "--mode", | 181 "--mode", |
| 241 "official", | 182 "official", |
| 242 "--goma-dir", | 183 "--goma-dir", |
| 243 "[CACHE]\\cipd\\goma", | 184 "[BUILD]\\goma", |
| 244 "--goma-hermetic", | 185 "--goma-hermetic", |
| 245 "fallback", | 186 "fallback", |
| 246 "--", | 187 "--", |
| 247 "chrome", | 188 "chrome", |
| 248 "chromium_builder_perf" | 189 "chromium_builder_perf" |
| 249 ], | 190 ], |
| 250 "cwd": "[SLAVE_BUILD]", | 191 "cwd": "[SLAVE_BUILD]", |
| 251 "name": "compile", | 192 "name": "compile", |
| 252 "~followup_annotations": [ | 193 "~followup_annotations": [ |
| 253 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 ], | 444 ], |
| 504 "cwd": "[SLAVE_BUILD]", | 445 "cwd": "[SLAVE_BUILD]", |
| 505 "name": "process_dumps" | 446 "name": "process_dumps" |
| 506 }, | 447 }, |
| 507 { | 448 { |
| 508 "name": "$result", | 449 "name": "$result", |
| 509 "recipe_result": null, | 450 "recipe_result": null, |
| 510 "status_code": 0 | 451 "status_code": 0 |
| 511 } | 452 } |
| 512 ] | 453 ] |
| OLD | NEW |