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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_basic_cq.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, 9 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 "[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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "-u", 107 "-u",
108 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 108 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
109 "--output", 109 "--output",
110 "/path/to/tmp/json", 110 "/path/to/tmp/json",
111 "--", 111 "--",
112 "--build-config-fs", 112 "--build-config-fs",
113 "Release", 113 "Release",
114 "--paths", 114 "--paths",
115 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 115 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
116 "--properties", 116 "--properties",
117 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}" 117 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}"
118 ], 118 ],
119 "name": "get compile targets for scripts", 119 "name": "get compile targets for scripts",
120 "~followup_annotations": [ 120 "~followup_annotations": [
121 "@@@STEP_LOG_LINE@json.output@{}@@@", 121 "@@@STEP_LOG_LINE@json.output@{}@@@",
122 "@@@STEP_LOG_END@json.output@@@" 122 "@@@STEP_LOG_END@json.output@@@"
123 ] 123 ]
124 }, 124 },
125 { 125 {
126 "cmd": [ 126 "cmd": [
127 "python", 127 "python",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 { 495 {
496 "cmd": [ 496 "cmd": [
497 "python", 497 "python",
498 "-u", 498 "-u",
499 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py", 499 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py",
500 "--build-config-fs", 500 "--build-config-fs",
501 "Release", 501 "Release",
502 "--paths", 502 "--paths",
503 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 503 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
504 "--properties", 504 "--properties",
505 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}", 505 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}",
506 "run", 506 "run",
507 "--output", 507 "--output",
508 "/path/to/tmp/json" 508 "/path/to/tmp/json"
509 ], 509 ],
510 "name": "nacl_integration (with patch)", 510 "name": "nacl_integration (with patch)",
511 "~followup_annotations": [ 511 "~followup_annotations": [
512 "@@@STEP_LOG_LINE@json.output@{@@@", 512 "@@@STEP_LOG_LINE@json.output@{@@@",
513 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 513 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
514 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 514 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
515 "@@@STEP_LOG_LINE@json.output@}@@@", 515 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 "https://chromium-swarm.appspot.com", 558 "https://chromium-swarm.appspot.com",
559 "--decorate", 559 "--decorate",
560 "--print-status-updates", 560 "--print-status-updates",
561 "--shards", 561 "--shards",
562 "5", 562 "5",
563 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_re l/571" 563 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_re l/571"
564 ], 564 ],
565 "name": "browser_tests (with patch)" 565 "name": "browser_tests (with patch)"
566 } 566 }
567 ] 567 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698