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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/arm.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, 10 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_arm", 10 "linux_arm",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "-u", 104 "-u",
105 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 105 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
106 "--output", 106 "--output",
107 "/path/to/tmp/json", 107 "/path/to/tmp/json",
108 "--", 108 "--",
109 "--build-config-fs", 109 "--build-config-fs",
110 "Release", 110 "Release",
111 "--paths", 111 "--paths",
112 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 112 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
113 "--properties", 113 "--properties",
114 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"T estSlavename\"}" 114 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"mastername\": \" tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\ ": \"linux\"}"
115 ], 115 ],
116 "name": "get compile targets for scripts", 116 "name": "get compile targets for scripts",
117 "~followup_annotations": [ 117 "~followup_annotations": [
118 "@@@STEP_LOG_LINE@json.output@{}@@@", 118 "@@@STEP_LOG_LINE@json.output@{}@@@",
119 "@@@STEP_LOG_END@json.output@@@" 119 "@@@STEP_LOG_END@json.output@@@"
120 ] 120 ]
121 }, 121 },
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "python", 124 "python",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "@@@STEP_TEXT@No compile necessary@@@", 174 "@@@STEP_TEXT@No compile necessary@@@",
175 "@@@STEP_LOG_LINE@json.output@{@@@", 175 "@@@STEP_LOG_LINE@json.output@{@@@",
176 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 176 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
177 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 177 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
178 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 178 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
179 "@@@STEP_LOG_LINE@json.output@}@@@", 179 "@@@STEP_LOG_LINE@json.output@}@@@",
180 "@@@STEP_LOG_END@json.output@@@" 180 "@@@STEP_LOG_END@json.output@@@"
181 ] 181 ]
182 } 182 }
183 ] 183 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698