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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_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.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "-u", 137 "-u",
138 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 138 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
139 "--output", 139 "--output",
140 "/path/to/tmp/json", 140 "/path/to/tmp/json",
141 "--", 141 "--",
142 "--build-config-fs", 142 "--build-config-fs",
143 "Release", 143 "Release",
144 "--paths", 144 "--paths",
145 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 145 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
146 "--properties", 146 "--properties",
147 "{\"buildername\": \"Mac Builder\", \"buildnumber\": 571, \"slavename\": \ "TestSlavename\"}" 147 "{\"buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.mac\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\" }"
148 ], 148 ],
149 "name": "get compile targets for scripts", 149 "name": "get compile targets for scripts",
150 "~followup_annotations": [ 150 "~followup_annotations": [
151 "@@@STEP_LOG_LINE@json.output@{}@@@", 151 "@@@STEP_LOG_LINE@json.output@{}@@@",
152 "@@@STEP_LOG_END@json.output@@@" 152 "@@@STEP_LOG_END@json.output@@@"
153 ] 153 ]
154 }, 154 },
155 { 155 {
156 "cmd": [ 156 "cmd": [
157 "python", 157 "python",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "--build_revision", 240 "--build_revision",
241 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 241 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
242 "--factory-properties", 242 "--factory-properties",
243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
244 "--build-properties", 244 "--build-properties",
245 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 245 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
246 ], 246 ],
247 "name": "package build" 247 "name": "package build"
248 } 248 }
249 ] 249 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698