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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__dbg_.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 "ClangToTLinux (dbg)", 10 "ClangToTLinux (dbg)",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "-u", 107 "-u",
108 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 108 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
109 "--output", 109 "--output",
110 "/path/to/tmp/json", 110 "/path/to/tmp/json",
111 "--", 111 "--",
112 "--build-config-fs", 112 "--build-config-fs",
113 "Debug", 113 "Debug",
114 "--paths", 114 "--paths",
115 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 115 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
116 "--properties", 116 "--properties",
117 "{\"buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"slaven ame\": \"TestSlavename\"}" 117 "{\"buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"master name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
118 ], 118 ],
119 "name": "get compile targets for scripts", 119 "name": "get compile targets for scripts",
120 "~followup_annotations": [ 120 "~followup_annotations": [
121 "@@@STEP_LOG_LINE@json.output@{}@@@", 121 "@@@STEP_LOG_LINE@json.output@{}@@@",
122 "@@@STEP_LOG_END@json.output@@@" 122 "@@@STEP_LOG_END@json.output@@@"
123 ] 123 ]
124 }, 124 },
125 { 125 {
126 "cmd": [ 126 "cmd": [
127 "python", 127 "python",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "--build_revision", 163 "--build_revision",
164 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 164 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
165 "--factory-properties", 165 "--factory-properties",
166 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 166 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
167 "--build-properties", 167 "--build-properties",
168 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 168 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
169 ], 169 ],
170 "name": "package build" 170 "name": "package build"
171 } 171 }
172 ] 172 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698