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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.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 Builder-Trybot\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}" 130 "{\"buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastern ame\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \ "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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "--build_revision", 176 "--build_revision",
177 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 177 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
178 "--factory-properties", 178 "--factory-properties",
179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
180 "--build-properties", 180 "--build-properties",
181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
182 ], 182 ],
183 "name": "package build" 183 "name": "package build"
184 } 184 }
185 ] 185 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698