| 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]", | |
| 9 "name": "taskkill" | 8 "name": "taskkill" |
| 10 }, | 9 }, |
| 11 { | 10 { |
| 12 "cmd": [ | 11 "cmd": [ |
| 13 "python", | 12 "python", |
| 14 "-u", | 13 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 15 "--master", |
| 17 "chromium.webkit", | 16 "chromium.webkit", |
| 18 "--builder", | 17 "--builder", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 29 "[GIT_CACHE]", | 28 "[GIT_CACHE]", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "src@7496f63cbefd34b2d791022fbad64a82838a3f3f", | 32 "src@7496f63cbefd34b2d791022fbad64a82838a3f3f", |
| 34 "--revision", | 33 "--revision", |
| 35 "src/third_party/WebKit@191275", | 34 "src/third_party/WebKit@191275", |
| 36 "--force", | 35 "--force", |
| 37 "--output_manifest" | 36 "--output_manifest" |
| 38 ], | 37 ], |
| 39 "cwd": "[SLAVE_BUILD]", | |
| 40 "env": { | 38 "env": { |
| 41 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 42 }, | 40 }, |
| 43 "name": "bot_update", | 41 "name": "bot_update", |
| 44 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 45 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"src\": \"7496f63cbefd34b2d791022fbad64
a82838a3f3f\", @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"7496f63cbefd34b2d791022fbad64
a82838a3f3f\", @@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 106 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 110 ] | 108 ] |
| 111 }, | 109 }, |
| 112 { | 110 { |
| 113 "cmd": [], | 111 "cmd": [], |
| 114 "cwd": "[SLAVE_BUILD]", | |
| 115 "name": "ensure_goma" | 112 "name": "ensure_goma" |
| 116 }, | 113 }, |
| 117 { | 114 { |
| 118 "cmd": [ | 115 "cmd": [ |
| 119 "python", | 116 "python", |
| 120 "-u", | 117 "-u", |
| 121 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 122 "--platform", | 119 "--platform", |
| 123 "windows-386", | 120 "windows-386", |
| 124 "--dest-directory", | 121 "--dest-directory", |
| 125 "[SLAVE_BUILD]\\cipd", | 122 "[SLAVE_BUILD]\\cipd", |
| 126 "--json-output", | 123 "--json-output", |
| 127 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
| 128 ], | 125 ], |
| 129 "cwd": "[SLAVE_BUILD]", | |
| 130 "name": "ensure_goma.install cipd", | 126 "name": "ensure_goma.install cipd", |
| 131 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 132 "@@@STEP_NEST_LEVEL@1@@@", | 128 "@@@STEP_NEST_LEVEL@1@@@", |
| 133 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 134 "@@@STEP_LOG_LINE@json.output@{@@@", | 130 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 136 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@}@@@", | 133 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 138 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
| 139 ] | 135 ] |
| 140 }, | 136 }, |
| 141 { | 137 { |
| 142 "cmd": [ | 138 "cmd": [ |
| 143 "[SLAVE_BUILD]\\cipd\\cipd", | 139 "[SLAVE_BUILD]\\cipd\\cipd", |
| 144 "ensure", | 140 "ensure", |
| 145 "--root", | 141 "--root", |
| 146 "[CACHE]\\cipd\\goma", | 142 "[CACHE]\\cipd\\goma", |
| 147 "--list", | 143 "--list", |
| 148 "infra_internal/goma/client/windows-amd64 release", | 144 "infra_internal/goma/client/windows-amd64 release", |
| 149 "--json-output", | 145 "--json-output", |
| 150 "/path/to/tmp/json", | 146 "/path/to/tmp/json", |
| 151 "--service-account-json", | 147 "--service-account-json", |
| 152 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 148 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 153 ], | 149 ], |
| 154 "cwd": "[SLAVE_BUILD]", | |
| 155 "name": "ensure_goma.ensure_installed", | 150 "name": "ensure_goma.ensure_installed", |
| 156 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 157 "@@@STEP_NEST_LEVEL@1@@@", | 152 "@@@STEP_NEST_LEVEL@1@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@{@@@", | 153 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ {@@@", | 155 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 156 "@@@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\"@@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ }@@@", | 158 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@}@@@", | 160 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 166 "@@@STEP_LOG_END@json.output@@@" | 161 "@@@STEP_LOG_END@json.output@@@" |
| 167 ] | 162 ] |
| 168 }, | 163 }, |
| 169 { | 164 { |
| 170 "cmd": [ | 165 "cmd": [ |
| 171 "python", | 166 "python", |
| 172 "-u", | 167 "-u", |
| 173 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 168 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 174 "--version" | 169 "--version" |
| 175 ], | 170 ], |
| 176 "cwd": "[SLAVE_BUILD]", | |
| 177 "name": "swarming.py --version", | 171 "name": "swarming.py --version", |
| 178 "stdout": "/path/to/tmp/", | 172 "stdout": "/path/to/tmp/", |
| 179 "~followup_annotations": [ | 173 "~followup_annotations": [ |
| 180 "@@@STEP_TEXT@0.4.10@@@" | 174 "@@@STEP_TEXT@0.4.10@@@" |
| 181 ] | 175 ] |
| 182 }, | 176 }, |
| 183 { | 177 { |
| 184 "cmd": [ | 178 "cmd": [ |
| 185 "python", | 179 "python", |
| 186 "-u", | 180 "-u", |
| 187 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 188 "runhooks" | 182 "runhooks" |
| 189 ], | 183 ], |
| 190 "cwd": "[SLAVE_BUILD]", | |
| 191 "env": { | 184 "env": { |
| 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 193 "GYP_CHROMIUM_NO_ACTION": "1", | 186 "GYP_CHROMIUM_NO_ACTION": "1", |
| 194 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom
a=1", | 187 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom
a=1", |
| 195 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 188 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 196 }, | 189 }, |
| 197 "name": "gclient runhooks" | 190 "name": "gclient runhooks" |
| 198 }, | 191 }, |
| 199 { | 192 { |
| 200 "cmd": [ | 193 "cmd": [ |
| 201 "python", | 194 "python", |
| 202 "-u", | 195 "-u", |
| 203 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 196 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 204 "--output", | 197 "--output", |
| 205 "/path/to/tmp/json", | 198 "/path/to/tmp/json", |
| 206 "--", | 199 "--", |
| 207 "--build-config-fs", | 200 "--build-config-fs", |
| 208 "Release", | 201 "Release", |
| 209 "--paths", | 202 "--paths", |
| 210 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 203 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 211 "--properties", | 204 "--properties", |
| 212 "{\"buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" | 205 "{\"buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" |
| 213 ], | 206 ], |
| 214 "cwd": "[SLAVE_BUILD]", | |
| 215 "name": "get compile targets for scripts", | 207 "name": "get compile targets for scripts", |
| 216 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 217 "@@@STEP_LOG_LINE@json.output@{}@@@", | 209 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 218 "@@@STEP_LOG_END@json.output@@@" | 210 "@@@STEP_LOG_END@json.output@@@" |
| 219 ] | 211 ] |
| 220 }, | 212 }, |
| 221 { | 213 { |
| 222 "cmd": [ | 214 "cmd": [ |
| 223 "python", | 215 "python", |
| 224 "-u", | 216 "-u", |
| 225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 226 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 218 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
| 227 "/path/to/tmp/json" | 219 "/path/to/tmp/json" |
| 228 ], | 220 ], |
| 229 "cwd": "[SLAVE_BUILD]", | |
| 230 "name": "read test spec", | 221 "name": "read test spec", |
| 231 "~followup_annotations": [ | 222 "~followup_annotations": [ |
| 232 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", | 223 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@{}@@@", | 224 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 234 "@@@STEP_LOG_END@json.output@@@" | 225 "@@@STEP_LOG_END@json.output@@@" |
| 235 ] | 226 ] |
| 236 }, | 227 }, |
| 237 { | 228 { |
| 238 "cmd": [ | 229 "cmd": [ |
| 239 "python", | 230 "python", |
| 240 "-u", | 231 "-u", |
| 241 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 232 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 242 "--show-path", | 233 "--show-path", |
| 243 "python", | 234 "python", |
| 244 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 235 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 245 ], | 236 ], |
| 246 "cwd": "[SLAVE_BUILD]", | |
| 247 "name": "cleanup_temp" | 237 "name": "cleanup_temp" |
| 248 }, | 238 }, |
| 249 { | 239 { |
| 250 "cmd": [ | 240 "cmd": [ |
| 251 "python", | 241 "python", |
| 252 "-u", | 242 "-u", |
| 253 "\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", | 243 "\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", |
| 254 "[SLAVE_BUILD]\\src\\out\\Release" | 244 "[SLAVE_BUILD]\\src\\out\\Release" |
| 255 ], | 245 ], |
| 256 "cwd": "[SLAVE_BUILD]", | |
| 257 "name": "rmtree build directory", | 246 "name": "rmtree build directory", |
| 258 "~followup_annotations": [ | 247 "~followup_annotations": [ |
| 259 "@@@STEP_LOG_LINE@python.inline@@@@", | 248 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 260 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 249 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 261 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 250 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 262 "@@@STEP_LOG_LINE@python.inline@@@@", | 251 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 263 "@@@STEP_LOG_LINE@python.inline@@@@", | 252 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 264 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 253 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 265 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 254 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 266 "@@@STEP_LOG_END@python.inline@@@" | 255 "@@@STEP_LOG_END@python.inline@@@" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 278 "Release", | 267 "Release", |
| 279 "--build-url", | 268 "--build-url", |
| 280 "gs://chromium-webkit-archive/chromium.webkit/WebKit Win Builder/full-buil
d-win32.zip", | 269 "gs://chromium-webkit-archive/chromium.webkit/WebKit Win Builder/full-buil
d-win32.zip", |
| 281 "--build_revision", | 270 "--build_revision", |
| 282 "7496f63cbefd34b2d791022fbad64a82838a3f3f", | 271 "7496f63cbefd34b2d791022fbad64a82838a3f3f", |
| 283 "--master-name", | 272 "--master-name", |
| 284 "chromium.webkit", | 273 "chromium.webkit", |
| 285 "--build-number", | 274 "--build-number", |
| 286 "571" | 275 "571" |
| 287 ], | 276 ], |
| 288 "cwd": "[SLAVE_BUILD]", | |
| 289 "name": "extract build" | 277 "name": "extract build" |
| 290 }, | 278 }, |
| 291 { | 279 { |
| 292 "cmd": [ | 280 "cmd": [ |
| 293 "python", | 281 "python", |
| 294 "-u", | 282 "-u", |
| 295 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 283 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 296 "--target", | 284 "--target", |
| 297 "Release", | 285 "Release", |
| 298 "--factory-properties", | 286 "--factory-properties", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 315 "/path/to/tmp/json", | 303 "/path/to/tmp/json", |
| 316 "--test-results-server", | 304 "--test-results-server", |
| 317 "test-results.appspot.com", | 305 "test-results.appspot.com", |
| 318 "--build-number", | 306 "--build-number", |
| 319 "571", | 307 "571", |
| 320 "--builder-name", | 308 "--builder-name", |
| 321 "WebKit Win7", | 309 "WebKit Win7", |
| 322 "--step-name", | 310 "--step-name", |
| 323 "webkit_tests" | 311 "webkit_tests" |
| 324 ], | 312 ], |
| 325 "cwd": "[SLAVE_BUILD]", | |
| 326 "name": "webkit_tests", | 313 "name": "webkit_tests", |
| 327 "~followup_annotations": [ | 314 "~followup_annotations": [ |
| 328 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 315 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 329 ] | 316 ] |
| 330 }, | 317 }, |
| 331 { | 318 { |
| 332 "cmd": [ | 319 "cmd": [ |
| 333 "python", | 320 "python", |
| 334 "-u", | 321 "-u", |
| 335 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", | 322 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", |
| 336 "--results-dir", | 323 "--results-dir", |
| 337 "[SLAVE_BUILD]\\layout-test-results", | 324 "[SLAVE_BUILD]\\layout-test-results", |
| 338 "--build-dir", | 325 "--build-dir", |
| 339 "[SLAVE_BUILD]\\src\\out", | 326 "[SLAVE_BUILD]\\src\\out", |
| 340 "--build-number", | 327 "--build-number", |
| 341 "571", | 328 "571", |
| 342 "--builder-name", | 329 "--builder-name", |
| 343 "WebKit Win7", | 330 "WebKit Win7", |
| 344 "--gs-bucket", | 331 "--gs-bucket", |
| 345 "gs://chromium-layout-test-archives" | 332 "gs://chromium-layout-test-archives" |
| 346 ], | 333 ], |
| 347 "cwd": "[SLAVE_BUILD]", | |
| 348 "name": "archive_webkit_tests_results", | 334 "name": "archive_webkit_tests_results", |
| 349 "~followup_annotations": [ | 335 "~followup_annotations": [ |
| 350 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Win7/571/layout-test-results/results.html@@@", | 336 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Win7/571/layout-test-results/results.html@@@", |
| 351 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Win7/571/layout-test-results.zip@@@" | 337 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Win7/571/layout-test-results.zip@@@" |
| 352 ] | 338 ] |
| 353 }, | 339 }, |
| 354 { | 340 { |
| 355 "cmd": [ | 341 "cmd": [ |
| 356 "python", | 342 "python", |
| 357 "-u", | 343 "-u", |
| 358 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 344 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 359 "--target", | 345 "--target", |
| 360 "Release" | 346 "Release" |
| 361 ], | 347 ], |
| 362 "cwd": "[SLAVE_BUILD]", | |
| 363 "name": "process_dumps" | 348 "name": "process_dumps" |
| 364 }, | 349 }, |
| 365 { | 350 { |
| 366 "name": "$result", | 351 "name": "$result", |
| 367 "recipe_result": null, | 352 "recipe_result": null, |
| 368 "status_code": 0 | 353 "status_code": 0 |
| 369 } | 354 } |
| 370 ] | 355 ] |
| OLD | NEW |