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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "-u", 120 "-u",
121 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 121 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
122 "--output", 122 "--output",
123 "/path/to/tmp/json", 123 "/path/to/tmp/json",
124 "--", 124 "--",
125 "--build-config-fs", 125 "--build-config-fs",
126 "Release", 126 "Release",
127 "--paths", 127 "--paths",
128 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 128 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
129 "--properties", 129 "--properties",
130 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"slaven ame\": \"TestSlavename\"}" 130 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}"
131 ], 131 ],
132 "name": "get compile targets for scripts", 132 "name": "get compile targets for scripts",
133 "~followup_annotations": [ 133 "~followup_annotations": [
134 "@@@STEP_LOG_LINE@json.output@{}@@@", 134 "@@@STEP_LOG_LINE@json.output@{}@@@",
135 "@@@STEP_LOG_END@json.output@@@" 135 "@@@STEP_LOG_END@json.output@@@"
136 ] 136 ]
137 }, 137 },
138 { 138 {
139 "cmd": [ 139 "cmd": [
140 "python", 140 "python",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "@@@STEP_TEXT@No compile necessary@@@", 189 "@@@STEP_TEXT@No compile necessary@@@",
190 "@@@STEP_LOG_LINE@json.output@{@@@", 190 "@@@STEP_LOG_LINE@json.output@{@@@",
191 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 191 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
192 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", 192 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@",
193 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 193 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
194 "@@@STEP_LOG_LINE@json.output@}@@@", 194 "@@@STEP_LOG_LINE@json.output@}@@@",
195 "@@@STEP_LOG_END@json.output@@@" 195 "@@@STEP_LOG_END@json.output@@@"
196 ] 196 ]
197 } 197 }
198 ] 198 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698