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_trybot.expected/clobber_analyze.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_clobber_rel_ng", 10 "linux_chromium_clobber_rel_ng",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "-u", 99 "-u",
100 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 100 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
101 "--output", 101 "--output",
102 "/path/to/tmp/json", 102 "/path/to/tmp/json",
103 "--", 103 "--",
104 "--build-config-fs", 104 "--build-config-fs",
105 "Release", 105 "Release",
106 "--paths", 106 "--paths",
107 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 107 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
108 "--properties", 108 "--properties",
109 "{\"buildername\": \"linux_chromium_clobber_rel_ng\", \"buildnumber\": 571 , \"slavename\": \"TestSlavename\"}" 109 "{\"buildername\": \"linux_chromium_clobber_rel_ng\", \"buildnumber\": 571 , \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\" , \"target_platform\": \"linux\"}"
110 ], 110 ],
111 "name": "get compile targets for scripts", 111 "name": "get compile targets for scripts",
112 "~followup_annotations": [ 112 "~followup_annotations": [
113 "@@@STEP_LOG_LINE@json.output@{}@@@", 113 "@@@STEP_LOG_LINE@json.output@{}@@@",
114 "@@@STEP_LOG_END@json.output@@@" 114 "@@@STEP_LOG_END@json.output@@@"
115 ] 115 ]
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "--goma-hermetic", 218 "--goma-hermetic",
219 "error", 219 "error",
220 "--clobber", 220 "--clobber",
221 "--", 221 "--",
222 "base_unittests", 222 "base_unittests",
223 "net_unittests" 223 "net_unittests"
224 ], 224 ],
225 "name": "compile (with patch)" 225 "name": "compile (with patch)"
226 } 226 }
227 ] 227 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698