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

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

Powered by Google App Engine
This is Rietveld 408576698