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

Side by Side Diff: scripts/slave/recipes/chromium.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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Linux ARM Cross-Compile", 10 "Linux ARM Cross-Compile",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "-u", 111 "-u",
112 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 112 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
113 "--output", 113 "--output",
114 "/path/to/tmp/json", 114 "/path/to/tmp/json",
115 "--", 115 "--",
116 "--build-config-fs", 116 "--build-config-fs",
117 "Release", 117 "Release",
118 "--paths", 118 "--paths",
119 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 119 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
120 "--properties", 120 "--properties",
121 "{\"buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}" 121 "{\"buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"ma stername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor m\": \"linux\"}"
122 ], 122 ],
123 "name": "get compile targets for scripts", 123 "name": "get compile targets for scripts",
124 "~followup_annotations": [ 124 "~followup_annotations": [
125 "@@@STEP_LOG_LINE@json.output@{}@@@", 125 "@@@STEP_LOG_LINE@json.output@{}@@@",
126 "@@@STEP_LOG_END@json.output@@@" 126 "@@@STEP_LOG_END@json.output@@@"
127 ] 127 ]
128 }, 128 },
129 { 129 {
130 "cmd": [ 130 "cmd": [
131 "python", 131 "python",
(...skipping 13 matching lines...) Expand all
145 "[SLAVE_BUILD]/src", 145 "[SLAVE_BUILD]/src",
146 "--build-tool", 146 "--build-tool",
147 "ninja", 147 "ninja",
148 "--", 148 "--",
149 "browser_tests", 149 "browser_tests",
150 "browser_tests_run" 150 "browser_tests_run"
151 ], 151 ],
152 "name": "compile" 152 "name": "compile"
153 } 153 }
154 ] 154 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698