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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "-u", 125 "-u",
126 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 126 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
127 "--output", 127 "--output",
128 "/path/to/tmp/json", 128 "/path/to/tmp/json",
129 "--", 129 "--",
130 "--build-config-fs", 130 "--build-config-fs",
131 "Debug", 131 "Debug",
132 "--paths", 132 "--paths",
133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
134 "--properties", 134 "--properties",
135 "{\"buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"slavename\ ": \"TestSlavename\"}" 135 "{\"buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername \": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w in\"}"
136 ], 136 ],
137 "name": "get compile targets for scripts", 137 "name": "get compile targets for scripts",
138 "~followup_annotations": [ 138 "~followup_annotations": [
139 "@@@STEP_LOG_LINE@json.output@{}@@@", 139 "@@@STEP_LOG_LINE@json.output@{}@@@",
140 "@@@STEP_LOG_END@json.output@@@" 140 "@@@STEP_LOG_END@json.output@@@"
141 ] 141 ]
142 }, 142 },
143 { 143 {
144 "cmd": [ 144 "cmd": [
145 "python", 145 "python",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "--build_revision", 223 "--build_revision",
224 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 224 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
225 "--factory-properties", 225 "--factory-properties",
226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername\": \"chro mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername\": \"chro mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
227 "--build-properties", 227 "--build-properties",
228 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername\": \"chro mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 228 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername\": \"chro mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
229 ], 229 ],
230 "name": "package build" 230 "name": "package build"
231 } 231 }
232 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698