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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder__dbg_.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
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "-u", 135 "-u",
136 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 136 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
137 "--output", 137 "--output",
138 "/path/to/tmp/json", 138 "/path/to/tmp/json",
139 "--", 139 "--",
140 "--build-config-fs", 140 "--build-config-fs",
141 "Debug", 141 "Debug",
142 "--paths", 142 "--paths",
143 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 143 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
144 "--properties", 144 "--properties",
145 "{\"buildername\": \"Win Builder (dbg)\", \"buildnumber\": 571, \"slavenam e\": \"TestSlavename\"}" 145 "{\"buildername\": \"Win Builder (dbg)\", \"buildnumber\": 571, \"masterna me\": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \ "win\"}"
146 ], 146 ],
147 "name": "get compile targets for scripts", 147 "name": "get compile targets for scripts",
148 "~followup_annotations": [ 148 "~followup_annotations": [
149 "@@@STEP_LOG_LINE@json.output@{}@@@", 149 "@@@STEP_LOG_LINE@json.output@{}@@@",
150 "@@@STEP_LOG_END@json.output@@@" 150 "@@@STEP_LOG_END@json.output@@@"
151 ] 151 ]
152 }, 152 },
153 { 153 {
154 "cmd": [ 154 "cmd": [
155 "python", 155 "python",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "--build_revision", 238 "--build_revision",
239 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 239 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
240 "--factory-properties", 240 "--factory-properties",
241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
242 "--build-properties", 242 "--build-properties",
243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
244 ], 244 ],
245 "name": "package build" 245 "name": "package build"
246 } 246 }
247 ] 247 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698