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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "-u", 133 "-u",
134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
135 "--output", 135 "--output",
136 "/path/to/tmp/json", 136 "/path/to/tmp/json",
137 "--", 137 "--",
138 "--build-config-fs", 138 "--build-config-fs",
139 "Release", 139 "Release",
140 "--paths", 140 "--paths",
141 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 141 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
142 "--properties", 142 "--properties",
143 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}" 143 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\" : \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu x\"}"
144 ], 144 ],
145 "name": "get compile targets for scripts", 145 "name": "get compile targets for scripts",
146 "~followup_annotations": [ 146 "~followup_annotations": [
147 "@@@STEP_LOG_LINE@json.output@{}@@@", 147 "@@@STEP_LOG_LINE@json.output@{}@@@",
148 "@@@STEP_LOG_END@json.output@@@" 148 "@@@STEP_LOG_END@json.output@@@"
149 ] 149 ]
150 }, 150 },
151 { 151 {
152 "cmd": [ 152 "cmd": [
153 "python", 153 "python",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "--build_revision", 236 "--build_revision",
237 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 237 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
238 "--factory-properties", 238 "--factory-properties",
239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
240 "--build-properties", 240 "--build-properties",
241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
242 ], 242 ],
243 "name": "package build" 243 "name": "package build"
244 } 244 }
245 ] 245 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698