| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
| 112 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | 112 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" |
| 113 ] | 113 ] |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 "cmd": [], |
| 117 "name": "ensure_goma" |
| 118 }, |
| 119 { |
| 120 "cmd": [ |
| 121 "python", |
| 122 "-u", |
| 123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 124 "--platform", |
| 125 "windows-386", |
| 126 "--dest-directory", |
| 127 "[SLAVE_BUILD]\\cipd", |
| 128 "--json-output", |
| 129 "/path/to/tmp/json" |
| 130 ], |
| 131 "name": "ensure_goma.install cipd", |
| 132 "~followup_annotations": [ |
| 133 "@@@STEP_NEST_LEVEL@1@@@", |
| 134 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 135 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 136 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 139 "@@@STEP_LOG_END@json.output@@@" |
| 140 ] |
| 141 }, |
| 142 { |
| 143 "cmd": [ |
| 144 "[SLAVE_BUILD]\\cipd\\cipd", |
| 145 "ensure", |
| 146 "--root", |
| 147 "[CACHE]\\cipd\\goma", |
| 148 "--list", |
| 149 "infra_internal/goma/client/windows-amd64 release", |
| 150 "--json-output", |
| 151 "/path/to/tmp/json", |
| 152 "--service-account-json", |
| 153 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 154 ], |
| 155 "name": "ensure_goma.ensure_installed", |
| 156 "~followup_annotations": [ |
| 157 "@@@STEP_NEST_LEVEL@1@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 166 "@@@STEP_LOG_END@json.output@@@" |
| 167 ] |
| 168 }, |
| 169 { |
| 116 "cmd": [ | 170 "cmd": [ |
| 117 "python", | 171 "python", |
| 118 "-u", | 172 "-u", |
| 173 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 174 "[SLAVE_BUILD]\\src\\out\\Release" |
| 175 ], |
| 176 "name": "rmtree clobber", |
| 177 "~followup_annotations": [ |
| 178 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 179 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 180 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 181 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 182 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 183 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 184 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 185 "@@@STEP_LOG_END@python.inline@@@" |
| 186 ] |
| 187 }, |
| 188 { |
| 189 "cmd": [ |
| 190 "python", |
| 191 "-u", |
| 119 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 192 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 120 "runhooks" | 193 "runhooks" |
| 121 ], | 194 ], |
| 122 "cwd": "[SLAVE_BUILD]\\src", | 195 "cwd": "[SLAVE_BUILD]\\src", |
| 123 "env": { | 196 "env": { |
| 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 125 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=0", | 198 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1"
, |
| 126 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 199 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 127 }, | 200 }, |
| 128 "name": "gclient runhooks" | 201 "name": "gclient runhooks" |
| 129 }, | 202 }, |
| 130 { | 203 { |
| 131 "cmd": [ | 204 "cmd": [ |
| 132 "python", | 205 "python", |
| 133 "-u", | 206 "-u", |
| 134 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 207 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 135 "--show-path", | 208 "--show-path", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "--target", | 248 "--target", |
| 176 "Release", | 249 "Release", |
| 177 "--src-dir", | 250 "--src-dir", |
| 178 "[SLAVE_BUILD]\\src", | 251 "[SLAVE_BUILD]\\src", |
| 179 "--goma-cache-dir", | 252 "--goma-cache-dir", |
| 180 "[GOMA_CACHE]", | 253 "[GOMA_CACHE]", |
| 181 "--build-tool", | 254 "--build-tool", |
| 182 "ninja", | 255 "ninja", |
| 183 "--build-data-dir", | 256 "--build-data-dir", |
| 184 "[ROOT]\\build_data_dir", | 257 "[ROOT]\\build_data_dir", |
| 258 "--compiler", |
| 259 "goma-clang", |
| 260 "--goma-jsonstatus", |
| 261 "/path/to/tmp/json", |
| 262 "--goma-service-account-json-file", |
| 263 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 185 "--mode", | 264 "--mode", |
| 186 "official", | 265 "official", |
| 266 "--goma-dir", |
| 267 "[CACHE]\\cipd\\goma", |
| 187 "--", | 268 "--", |
| 188 "chrome", | 269 "chrome", |
| 189 "chromium_builder_perf" | 270 "chromium_builder_perf" |
| 190 ], | 271 ], |
| 191 "env": { | 272 "env": { |
| 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 193 }, | 274 }, |
| 194 "name": "compile" | 275 "name": "compile", |
| 276 "~followup_annotations": [ |
| 277 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 278 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 279 ] |
| 195 }, | 280 }, |
| 196 { | 281 { |
| 197 "allow_subannotations": true, | 282 "allow_subannotations": true, |
| 198 "cmd": [ | 283 "cmd": [ |
| 199 "python", | 284 "python", |
| 200 "-u", | 285 "-u", |
| 201 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 286 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 202 "--show-path", | 287 "--show-path", |
| 203 "python", | 288 "python", |
| 204 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 289 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 290 }, | 375 }, |
| 291 "name": "process_dumps" | 376 "name": "process_dumps" |
| 292 }, | 377 }, |
| 293 { | 378 { |
| 294 "name": "$result", | 379 "name": "$result", |
| 295 "recipe_result": null, | 380 "recipe_result": null, |
| 296 "status_code": 0 | 381 "status_code": 0 |
| 297 } | 382 } |
| 298 ] | 383 ] |
| OLD | NEW |