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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_gpu_unittests.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 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "--goma-dir", 255 "--goma-dir",
256 "[BUILD]\\goma", 256 "[BUILD]\\goma",
257 "--goma-hermetic", 257 "--goma-hermetic",
258 "error", 258 "error",
259 "--", 259 "--",
260 "gpu_unittests_run" 260 "gpu_unittests_run"
261 ], 261 ],
262 "name": "compile (with patch)" 262 "name": "compile (with patch)"
263 } 263 }
264 ] 264 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698