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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder.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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "-u", 145 "-u",
146 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 146 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
147 "--output", 147 "--output",
148 "/path/to/tmp/json", 148 "/path/to/tmp/json",
149 "--", 149 "--",
150 "--build-config-fs", 150 "--build-config-fs",
151 "Release", 151 "Release",
152 "--paths", 152 "--paths",
153 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 153 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
154 "--properties", 154 "--properties",
155 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"slavename\": \ "TestSlavename\"}" 155 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\" }"
156 ], 156 ],
157 "name": "get compile targets for scripts", 157 "name": "get compile targets for scripts",
158 "~followup_annotations": [ 158 "~followup_annotations": [
159 "@@@STEP_LOG_LINE@json.output@{}@@@", 159 "@@@STEP_LOG_LINE@json.output@{}@@@",
160 "@@@STEP_LOG_END@json.output@@@" 160 "@@@STEP_LOG_END@json.output@@@"
161 ] 161 ]
162 }, 162 },
163 { 163 {
164 "cmd": [ 164 "cmd": [
165 "python", 165 "python",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "--build_revision", 249 "--build_revision",
250 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 250 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
251 "--factory-properties", 251 "--factory-properties",
252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
253 "--build-properties", 253 "--build-properties",
254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
255 ], 255 ],
256 "name": "package build" 256 "name": "package build"
257 } 257 }
258 ] 258 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698