| 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 }, |
| 11 { | 11 { |
| 12 "cmd": [ | 12 "cmd": [ |
| 13 "python", | 13 "python", |
| 14 "-u", | 14 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 16 "--master", |
| 17 "chromium.fyi", | 17 "chromium.win", |
| 18 "--builder", | 18 "--builder", |
| 19 "Win10 Tests (1)", | 19 "Win10 Tests x64", |
| 20 "--slave", | 20 "--slave", |
| 21 "TestSlavename", | 21 "TestSlavename", |
| 22 "--spec", | 22 "--spec", |
| 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
| 24 "--root", | 24 "--root", |
| 25 "src", | 25 "src", |
| 26 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 28 "--git-cache-dir", | 28 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 29 "[GIT_CACHE]", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [ | 124 "cmd": [ |
| 125 "python", | 125 "python", |
| 126 "-u", | 126 "-u", |
| 127 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 127 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 128 "runhooks" | 128 "runhooks" |
| 129 ], | 129 ], |
| 130 "cwd": "[SLAVE_BUILD]", | 130 "cwd": "[SLAVE_BUILD]", |
| 131 "env": { | 131 "env": { |
| 132 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 132 "GYP_CHROMIUM_NO_ACTION": "1", |
| 133 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 133 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 134 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 134 }, | 135 }, |
| 135 "name": "gclient runhooks" | 136 "name": "gclient runhooks" |
| 136 }, | 137 }, |
| 137 { | 138 { |
| 138 "cmd": [ | 139 "cmd": [ |
| 139 "python", | 140 "python", |
| 140 "-u", | 141 "-u", |
| 141 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 142 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 142 "--output", | 143 "--output", |
| 143 "/path/to/tmp/json", | 144 "/path/to/tmp/json", |
| 144 "--", | 145 "--", |
| 145 "--build-config-fs", | 146 "--build-config-fs", |
| 146 "Release", | 147 "Release_x64", |
| 148 "--use-src-side-runtest-py", |
| 147 "--paths", | 149 "--paths", |
| 148 "{\"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\"}", | 150 "{\"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\"}", |
| 149 "--properties", | 151 "--properties", |
| 150 "{\"buildername\": \"Win10 Tests (1)\", \"buildnumber\": 571, \"mastername
\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w
in\"}" | 152 "{\"buildername\": \"Win10 Tests x64\", \"buildnumber\": 571, \"mastername
\": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w
in\"}" |
| 151 ], | 153 ], |
| 152 "cwd": "[SLAVE_BUILD]", | 154 "cwd": "[SLAVE_BUILD]", |
| 153 "name": "get compile targets for scripts", | 155 "name": "get compile targets for scripts", |
| 154 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 155 "@@@STEP_LOG_LINE@json.output@{}@@@", | 157 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 156 "@@@STEP_LOG_END@json.output@@@" | 158 "@@@STEP_LOG_END@json.output@@@" |
| 157 ] | 159 ] |
| 158 }, | 160 }, |
| 159 { | 161 { |
| 160 "cmd": [ | 162 "cmd": [ |
| 161 "python", | 163 "python", |
| 162 "-u", | 164 "-u", |
| 163 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 165 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 164 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 166 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 165 "/path/to/tmp/json" | 167 "/path/to/tmp/json" |
| 166 ], | 168 ], |
| 167 "cwd": "[SLAVE_BUILD]", | 169 "cwd": "[SLAVE_BUILD]", |
| 168 "name": "read test spec", | 170 "name": "read test spec", |
| 169 "~followup_annotations": [ | 171 "~followup_annotations": [ |
| 170 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 172 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@{@@@", | 173 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ \"Win10 Tests (1)\": {@@@", | 174 "@@@STEP_LOG_LINE@json.output@ \"Win10 Tests x64\": {@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ {@@@", | 176 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 179 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ }@@@", | 181 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 182 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ }@@@", | 183 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@}@@@", | 184 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 193 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 195 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 194 ], | 196 ], |
| 195 "cwd": "[SLAVE_BUILD]", | 197 "cwd": "[SLAVE_BUILD]", |
| 196 "name": "cleanup_temp" | 198 "name": "cleanup_temp" |
| 197 }, | 199 }, |
| 198 { | 200 { |
| 199 "cmd": [ | 201 "cmd": [ |
| 200 "python", | 202 "python", |
| 201 "-u", | 203 "-u", |
| 202 "\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", | 204 "\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", |
| 203 "[SLAVE_BUILD]\\src\\out\\Release" | 205 "[SLAVE_BUILD]\\src\\out\\Release_x64" |
| 204 ], | 206 ], |
| 205 "cwd": "[SLAVE_BUILD]", | 207 "cwd": "[SLAVE_BUILD]", |
| 206 "name": "rmtree build directory", | 208 "name": "rmtree build directory", |
| 207 "~followup_annotations": [ | 209 "~followup_annotations": [ |
| 208 "@@@STEP_LOG_LINE@python.inline@@@@", | 210 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 209 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 211 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 210 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 212 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 211 "@@@STEP_LOG_LINE@python.inline@@@@", | 213 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 212 "@@@STEP_LOG_LINE@python.inline@@@@", | 214 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 213 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 215 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 214 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 216 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 215 "@@@STEP_LOG_END@python.inline@@@" | 217 "@@@STEP_LOG_END@python.inline@@@" |
| 216 ] | 218 ] |
| 217 }, | 219 }, |
| 218 { | 220 { |
| 219 "cmd": [ | 221 "cmd": [ |
| 220 "python", | 222 "python", |
| 221 "-u", | 223 "-u", |
| 222 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 224 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 223 "--show-path", | 225 "--show-path", |
| 224 "python", | 226 "python", |
| 225 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", | 227 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", |
| 226 "--target", | 228 "--target", |
| 227 "Release", | 229 "Release_x64", |
| 228 "--build-archive-url", | 230 "--build-archive-url", |
| 229 "gs://test-domain/test-archive.zip", | 231 "gs://test-domain/test-archive.zip", |
| 230 "--master-name", | 232 "--master-name", |
| 231 "chromium.fyi", | 233 "chromium.win", |
| 232 "--build-number", | 234 "--build-number", |
| 233 "571" | 235 "571" |
| 234 ], | 236 ], |
| 235 "cwd": "[SLAVE_BUILD]", | 237 "cwd": "[SLAVE_BUILD]", |
| 236 "name": "extract build" | 238 "name": "extract build" |
| 237 }, | 239 }, |
| 238 { | 240 { |
| 239 "cmd": [ | 241 "cmd": [ |
| 240 "python", | 242 "python", |
| 241 "-u", | 243 "-u", |
| 242 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 244 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 243 "--build-dir", | 245 "--build-dir", |
| 244 "[SLAVE_BUILD]\\src\\out\\Release", | 246 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 245 "--output-json", | 247 "--output-json", |
| 246 "/path/to/tmp/json" | 248 "/path/to/tmp/json" |
| 247 ], | 249 ], |
| 248 "cwd": "[SLAVE_BUILD]", | 250 "cwd": "[SLAVE_BUILD]", |
| 249 "name": "find isolated tests", | 251 "name": "find isolated tests", |
| 250 "~followup_annotations": [ | 252 "~followup_annotations": [ |
| 251 "@@@STEP_LOG_LINE@json.output@{@@@", | 253 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@}@@@", | 256 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 255 "@@@STEP_LOG_END@json.output@@@", | 257 "@@@STEP_LOG_END@json.output@@@", |
| 256 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 258 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 257 ] | 259 ] |
| 258 }, | 260 }, |
| 259 { | 261 { |
| 260 "cmd": [ | 262 "cmd": [ |
| 261 "python", | 263 "python", |
| 262 "-u", | 264 "-u", |
| 263 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | 265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 264 "--target", | 266 "--target", |
| 265 "Release" | 267 "Release_x64" |
| 266 ], | 268 ], |
| 267 "cwd": "[SLAVE_BUILD]", | 269 "cwd": "[SLAVE_BUILD]", |
| 268 "name": "start_crash_service" | 270 "name": "start_crash_service" |
| 269 }, | 271 }, |
| 270 { | 272 { |
| 271 "cmd": [ | 273 "cmd": [ |
| 272 "python", | 274 "python", |
| 273 "-u", | 275 "-u", |
| 274 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 276 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 275 "trigger", | 277 "trigger", |
| 276 "--swarming", | 278 "--swarming", |
| 277 "https://chromium-swarm.appspot.com", | 279 "https://chromium-swarm.appspot.com", |
| 278 "--isolate-server", | 280 "--isolate-server", |
| 279 "https://isolateserver.appspot.com", | 281 "https://isolateserver.appspot.com", |
| 280 "--priority", | 282 "--priority", |
| 281 "35", | 283 "25", |
| 282 "--shards", | 284 "--shards", |
| 283 "1", | 285 "1", |
| 284 "--task-name", | 286 "--task-name", |
| 285 "browser_tests/Windows-10-SP0/ffffffffff/Win10 Tests (1)/571", | 287 "browser_tests/Windows-10-10240/ffffffffff/Win10 Tests x64/571", |
| 286 "--dump-json", | 288 "--dump-json", |
| 287 "/path/to/tmp/json", | 289 "/path/to/tmp/json", |
| 288 "--expiration", | 290 "--expiration", |
| 289 "3600", | 291 "3600", |
| 290 "--io-timeout", | 292 "--io-timeout", |
| 291 "1200", | 293 "1200", |
| 292 "--hard-timeout", | 294 "--hard-timeout", |
| 293 "3600", | 295 "3600", |
| 294 "--dimension", | 296 "--dimension", |
| 295 "cpu", | 297 "cpu", |
| 296 "x86-64", | 298 "x86-64", |
| 297 "--dimension", | 299 "--dimension", |
| 298 "gpu", | 300 "gpu", |
| 299 "none", | 301 "none", |
| 300 "--dimension", | 302 "--dimension", |
| 301 "os", | 303 "os", |
| 302 "Windows-10-SP0", | 304 "Windows-10-10240", |
| 303 "--dimension", | 305 "--dimension", |
| 304 "pool", | 306 "pool", |
| 305 "Chrome", | 307 "Chrome", |
| 306 "--tag", | 308 "--tag", |
| 307 "buildername:Win10 Tests (1)", | 309 "buildername:Win10 Tests x64", |
| 308 "--tag", | 310 "--tag", |
| 309 "buildnumber:571", | 311 "buildnumber:571", |
| 310 "--tag", | 312 "--tag", |
| 311 "data:ffffffffffffffffffffffffffffffffffffffff", | 313 "data:ffffffffffffffffffffffffffffffffffffffff", |
| 312 "--tag", | 314 "--tag", |
| 313 "master:chromium.fyi", | 315 "master:chromium.win", |
| 314 "--tag", | 316 "--tag", |
| 315 "name:browser_tests", | 317 "name:browser_tests", |
| 316 "--tag", | 318 "--tag", |
| 317 "os:Windows-10-SP0", | 319 "os:Windows-10-10240", |
| 318 "--tag", | 320 "--tag", |
| 319 "project:chromium", | 321 "project:chromium", |
| 320 "--tag", | 322 "--tag", |
| 321 "purpose:CI", | 323 "purpose:CI", |
| 322 "--tag", | 324 "--tag", |
| 323 "purpose:post-commit", | 325 "purpose:post-commit", |
| 324 "--tag", | 326 "--tag", |
| 325 "slavename:TestSlavename", | 327 "slavename:TestSlavename", |
| 326 "--tag", | 328 "--tag", |
| 327 "stepname:browser_tests on Windows-10-SP0", | 329 "stepname:browser_tests on Windows-10-10240", |
| 328 "--idempotent", | 330 "--idempotent", |
| 329 "ffffffffffffffffffffffffffffffffffffffff", | 331 "ffffffffffffffffffffffffffffffffffffffff", |
| 330 "--", | 332 "--", |
| 331 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 333 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 332 ], | 334 ], |
| 333 "cwd": "[SLAVE_BUILD]", | 335 "cwd": "[SLAVE_BUILD]", |
| 334 "name": "[trigger] browser_tests on Windows-10-SP0", | 336 "name": "[trigger] browser_tests on Windows-10-10240", |
| 335 "~followup_annotations": [ | 337 "~followup_annotations": [ |
| 336 "@@@STEP_LOG_LINE@json.output@{@@@", | 338 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 337 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-10-SP0/ffffffffff/Win10 Tests (1)/571\", @@@", | 339 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-10-10240/ffffffffff/Win10 Tests x64/571\", @@@", |
| 338 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 340 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 339 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-10-SP0/fffffffff
f/Win10 Tests (1)/571\": {@@@", | 341 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-10-10240/fffffff
fff/Win10 Tests x64/571\": {@@@", |
| 340 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 342 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 341 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 343 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 342 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 344 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 343 "@@@STEP_LOG_LINE@json.output@ }@@@", | 345 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 344 "@@@STEP_LOG_LINE@json.output@ }@@@", | 346 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 345 "@@@STEP_LOG_LINE@json.output@}@@@", | 347 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 346 "@@@STEP_LOG_END@json.output@@@", | 348 "@@@STEP_LOG_END@json.output@@@", |
| 347 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 349 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 348 ] | 350 ] |
| 349 }, | 351 }, |
| 350 { | 352 { |
| 351 "cmd": [ | 353 "cmd": [ |
| 352 "python", | 354 "python", |
| 353 "-u", | 355 "-u", |
| 354 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py", | 356 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py", |
| 355 "--build-dir", | 357 "--build-dir", |
| 356 "[SLAVE_BUILD]\\src\\out", | 358 "[SLAVE_BUILD]\\src\\out", |
| 357 "--target", | 359 "--target", |
| 358 "Release", | 360 "Release_x64", |
| 359 "--force-clean", | 361 "--force-clean", |
| 360 "--config", | 362 "--config", |
| 361 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", | 363 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", |
| 362 "--write-full-results-to", | 364 "--write-full-results-to", |
| 363 "/path/to/tmp/json" | 365 "/path/to/tmp/json" |
| 364 ], | 366 ], |
| 365 "cwd": "[SLAVE_BUILD]", | 367 "cwd": "[SLAVE_BUILD]", |
| 366 "name": "test_installer" | 368 "name": "test_installer" |
| 367 }, | 369 }, |
| 368 { | 370 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 380 "--merged-test-output", | 382 "--merged-test-output", |
| 381 "/path/to/tmp/json", | 383 "/path/to/tmp/json", |
| 382 "--", | 384 "--", |
| 383 "collect", | 385 "collect", |
| 384 "--swarming", | 386 "--swarming", |
| 385 "https://chromium-swarm.appspot.com", | 387 "https://chromium-swarm.appspot.com", |
| 386 "--decorate", | 388 "--decorate", |
| 387 "--print-status-updates", | 389 "--print-status-updates", |
| 388 "--shards", | 390 "--shards", |
| 389 "1", | 391 "1", |
| 390 "browser_tests/Windows-10-SP0/ffffffffff/Win10 Tests (1)/571" | 392 "browser_tests/Windows-10-10240/ffffffffff/Win10 Tests x64/571" |
| 391 ], | 393 ], |
| 392 "cwd": "[SLAVE_BUILD]", | 394 "cwd": "[SLAVE_BUILD]", |
| 393 "name": "browser_tests on Windows-10-SP0", | 395 "name": "browser_tests on Windows-10-10240", |
| 394 "~followup_annotations": [ | 396 "~followup_annotations": [ |
| 395 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 397 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 396 ] | 398 ] |
| 397 }, | 399 }, |
| 398 { | 400 { |
| 399 "cmd": [ | 401 "cmd": [ |
| 400 "python", | 402 "python", |
| 401 "-u", | 403 "-u", |
| 402 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", | 404 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", |
| 403 "--input-gtest-json", | 405 "--input-gtest-json", |
| 404 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 406 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
| 405 "--master-name", | 407 "--master-name", |
| 406 "chromium.fyi", | 408 "chromium.win", |
| 407 "--builder-name", | 409 "--builder-name", |
| 408 "Win10 Tests (1)", | 410 "Win10 Tests x64", |
| 409 "--build-number", | 411 "--build-number", |
| 410 "571", | 412 "571", |
| 411 "--test-type", | 413 "--test-type", |
| 412 "browser_tests on Windows-10-SP0", | 414 "browser_tests on Windows-10-10240", |
| 413 "--test-results-server", | 415 "--test-results-server", |
| 414 "test-results.appspot.com", | 416 "test-results.appspot.com", |
| 415 "--chrome-revision", | 417 "--chrome-revision", |
| 416 "170242" | 418 "170242" |
| 417 ], | 419 ], |
| 418 "cwd": "[SLAVE_BUILD]", | 420 "cwd": "[SLAVE_BUILD]", |
| 419 "name": "Upload to test-results [browser_tests on Windows-10-SP0]" | 421 "name": "Upload to test-results [browser_tests on Windows-10-10240]" |
| 420 }, | 422 }, |
| 421 { | 423 { |
| 422 "cmd": [ | 424 "cmd": [ |
| 423 "python", | 425 "python", |
| 424 "-u", | 426 "-u", |
| 425 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 427 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 426 "--target", | 428 "--target", |
| 427 "Release" | 429 "Release_x64" |
| 428 ], | 430 ], |
| 429 "cwd": "[SLAVE_BUILD]", | 431 "cwd": "[SLAVE_BUILD]", |
| 430 "name": "process_dumps" | 432 "name": "process_dumps" |
| 431 }, | 433 }, |
| 432 { | 434 { |
| 433 "name": "$result", | 435 "name": "$result", |
| 434 "recipe_result": null, | 436 "recipe_result": null, |
| 435 "status_code": 0 | 437 "status_code": 0 |
| 436 } | 438 } |
| 437 ] | 439 ] |
| OLD | NEW |