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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Builder", 10 "Linux ChromiumOS Builder",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "-u", 119 "-u",
120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
121 "--output", 121 "--output",
122 "/path/to/tmp/json", 122 "/path/to/tmp/json",
123 "--", 123 "--",
124 "--build-config-fs", 124 "--build-config-fs",
125 "Release", 125 "Release",
126 "--paths", 126 "--paths",
127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
128 "--properties", 128 "--properties",
129 "{\"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"s lavename\": \"TestSlavename\"}" 129 "{\"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"m astername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_pla tform\": \"linux\"}"
130 ], 130 ],
131 "name": "get compile targets for scripts", 131 "name": "get compile targets for scripts",
132 "~followup_annotations": [ 132 "~followup_annotations": [
133 "@@@STEP_LOG_LINE@json.output@{}@@@", 133 "@@@STEP_LOG_LINE@json.output@{}@@@",
134 "@@@STEP_LOG_END@json.output@@@" 134 "@@@STEP_LOG_END@json.output@@@"
135 ] 135 ]
136 }, 136 },
137 { 137 {
138 "cmd": [ 138 "cmd": [
139 "python", 139 "python",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "--build_revision", 222 "--build_revision",
223 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 223 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
224 "--factory-properties", 224 "--factory-properties",
225 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}", 225 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}",
226 "--build-properties", 226 "--build-properties",
227 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}" 227 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}"
228 ], 228 ],
229 "name": "package build" 229 "name": "package build"
230 } 230 }
231 ] 231 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698