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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinuxASan.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTLinuxASan", 10 "ClangToTLinuxASan",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "-u", 118 "-u",
119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
120 "--output", 120 "--output",
121 "/path/to/tmp/json", 121 "/path/to/tmp/json",
122 "--", 122 "--",
123 "--build-config-fs", 123 "--build-config-fs",
124 "Release", 124 "Release",
125 "--paths", 125 "--paths",
126 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 126 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
127 "--properties", 127 "--properties",
128 "{\"buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"slavenam e\": \"TestSlavename\"}" 128 "{\"buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"masterna me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \ "linux\"}"
129 ], 129 ],
130 "name": "get compile targets for scripts", 130 "name": "get compile targets for scripts",
131 "~followup_annotations": [ 131 "~followup_annotations": [
132 "@@@STEP_LOG_LINE@json.output@{}@@@", 132 "@@@STEP_LOG_LINE@json.output@{}@@@",
133 "@@@STEP_LOG_END@json.output@@@" 133 "@@@STEP_LOG_END@json.output@@@"
134 ] 134 ]
135 }, 135 },
136 { 136 {
137 "cmd": [ 137 "cmd": [
138 "python", 138 "python",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "--build_revision", 219 "--build_revision",
220 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 220 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
221 "--factory-properties", 221 "--factory-properties",
222 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 222 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
223 "--build-properties", 223 "--build-properties",
224 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 224 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
225 ], 225 ],
226 "name": "package build" 226 "name": "package build"
227 } 227 }
228 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698