Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json

Issue 1936943002: Revert all of the run-webkit-test wrapper changes from this weekend. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "python", 385 "python",
386 "-u", 386 "-u",
387 "import sys; sys.exit(0)" 387 "import sys; sys.exit(0)"
388 ], 388 ],
389 "name": "mark: before_tests" 389 "name": "mark: before_tests"
390 }, 390 },
391 { 391 {
392 "cmd": [ 392 "cmd": [
393 "python", 393 "python",
394 "-u", 394 "-u",
395 "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webkit-tests ", 395 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
396 "--target", 396 "--target",
397 "Release", 397 "Release",
398 "--results-directory", 398 "--factory-properties",
399 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_rel\ ", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\ ", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \" recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"someone@ch romium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.or g\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/pat h/to/workdir/TestSlavename\"}",
400 "--build-properties",
401 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_rel\ ", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\ ", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \" recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"someone@ch romium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.or g\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/pat h/to/workdir/TestSlavename\"}",
402 "--step-name=webkit_tests (with patch)",
403 "--builder-name=win_blink_rel",
404 "--slave-name=TestSlavename",
405 "--build-number=571",
406 "--run-python-script",
407 "[BUILD]\\scripts\\slave\\chromium\\layout_test_wrapper.py",
408 "--target",
409 "Release",
410 "-o",
399 "[SLAVE_BUILD]\\layout-test-results", 411 "[SLAVE_BUILD]\\layout-test-results",
400 "--build-dir", 412 "--build-dir",
401 "[SLAVE_BUILD]\\src\\out", 413 "[SLAVE_BUILD]\\src\\out",
402 "--json-test-results", 414 "--json-test-results",
403 "/path/to/tmp/json", 415 "/path/to/tmp/json",
404 "--test-results-server", 416 "--test-results-server",
405 "test-results.appspot.com", 417 "test-results.appspot.com",
406 "--build-number", 418 "--build-number",
407 "571", 419 "571",
408 "--builder-name", 420 "--builder-name",
409 "win_blink_rel", 421 "win_blink_rel",
410 "--step-name", 422 "--step-name",
411 "webkit_tests (with patch)", 423 "webkit_tests (with patch)"
412 "--master-name",
413 "tryserver.blink",
414 "--debug-rwt-logging"
415 ], 424 ],
416 "name": "webkit_tests (with patch)", 425 "name": "webkit_tests (with patch)",
417 "~followup_annotations": [ 426 "~followup_annotations": [
418 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 427 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
419 ] 428 ]
420 }, 429 },
421 { 430 {
422 "cmd": [ 431 "cmd": [
423 "python", 432 "python",
424 "-u", 433 "-u",
(...skipping 24 matching lines...) Expand all
449 "Release" 458 "Release"
450 ], 459 ],
451 "name": "process_dumps" 460 "name": "process_dumps"
452 }, 461 },
453 { 462 {
454 "name": "$result", 463 "name": "$result",
455 "recipe_result": null, 464 "recipe_result": null,
456 "status_code": 0 465 "status_code": 0
457 } 466 }
458 ] 467 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698