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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_missing_isolated.json

Issue 873403002: Add support for cc_perftests and other non-telemetry gtest based tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase again + coverage. Created 5 years, 10 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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_basic_try_job.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_asan_rel", 10 "linux_chromium_asan_rel",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "-u", 103 "-u",
104 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 104 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
105 "--output", 105 "--output",
106 "/path/to/tmp/json", 106 "/path/to/tmp/json",
107 "--", 107 "--",
108 "--build-config-fs", 108 "--build-config-fs",
109 "Release", 109 "Release",
110 "--paths", 110 "--paths",
111 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 111 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
112 "--properties", 112 "--properties",
113 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}" 113 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}"
114 ], 114 ],
115 "name": "get compile targets for scripts", 115 "name": "get compile targets for scripts",
116 "~followup_annotations": [ 116 "~followup_annotations": [
117 "@@@STEP_LOG_LINE@json.output@{}@@@", 117 "@@@STEP_LOG_LINE@json.output@{}@@@",
118 "@@@STEP_LOG_END@json.output@@@" 118 "@@@STEP_LOG_END@json.output@@@"
119 ] 119 ]
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 { 397 {
398 "cmd": [ 398 "cmd": [
399 "python", 399 "python",
400 "-u", 400 "-u",
401 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py", 401 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py",
402 "--build-config-fs", 402 "--build-config-fs",
403 "Release", 403 "Release",
404 "--paths", 404 "--paths",
405 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 405 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
406 "--properties", 406 "--properties",
407 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}", 407 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}",
408 "run", 408 "run",
409 "--output", 409 "--output",
410 "/path/to/tmp/json" 410 "/path/to/tmp/json"
411 ], 411 ],
412 "name": "nacl_integration (with patch)", 412 "name": "nacl_integration (with patch)",
413 "~followup_annotations": [ 413 "~followup_annotations": [
414 "@@@STEP_LOG_LINE@json.output@{@@@", 414 "@@@STEP_LOG_LINE@json.output@{@@@",
415 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 415 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
416 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 416 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
417 "@@@STEP_LOG_LINE@json.output@}@@@", 417 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "@@@STEP_FAILURE@@@", 472 "@@@STEP_FAILURE@@@",
473 "@@@SET_BUILD_PROPERTY@failure_hash@\"639c9bb258abcb602fb0b12e3f6aa8e0d794 a562\"@@@" 473 "@@@SET_BUILD_PROPERTY@failure_hash@\"639c9bb258abcb602fb0b12e3f6aa8e0d794 a562\"@@@"
474 ] 474 ]
475 }, 475 },
476 { 476 {
477 "name": "$final_result", 477 "name": "$final_result",
478 "reason": "1 out of 2 aggregated steps failed. Failures: Step('browser_tests ') failed with return_code 1", 478 "reason": "1 out of 2 aggregated steps failed. Failures: Step('browser_tests ') failed with return_code 1",
479 "status_code": 1 479 "status_code": 1
480 } 480 }
481 ] 481 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_basic_try_job.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698