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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_ARM_Cross_Compile.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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "-u", 94 "-u",
95 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 95 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
96 "--output", 96 "--output",
97 "/path/to/tmp/json", 97 "/path/to/tmp/json",
98 "--", 98 "--",
99 "--build-config-fs", 99 "--build-config-fs",
100 "Release", 100 "Release",
101 "--paths", 101 "--paths",
102 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 102 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
103 "--properties", 103 "--properties",
104 "{\"buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}" 104 "{\"buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"ma stername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor m\": \"linux\"}"
105 ], 105 ],
106 "name": "get compile targets for scripts", 106 "name": "get compile targets for scripts",
107 "~followup_annotations": [ 107 "~followup_annotations": [
108 "@@@STEP_LOG_LINE@json.output@{}@@@", 108 "@@@STEP_LOG_LINE@json.output@{}@@@",
109 "@@@STEP_LOG_END@json.output@@@" 109 "@@@STEP_LOG_END@json.output@@@"
110 ] 110 ]
111 }, 111 },
112 { 112 {
113 "cmd": [ 113 "cmd": [
114 "python", 114 "python",
(...skipping 12 matching lines...) Expand all
127 "--src-dir", 127 "--src-dir",
128 "[SLAVE_BUILD]/src", 128 "[SLAVE_BUILD]/src",
129 "--build-tool", 129 "--build-tool",
130 "ninja", 130 "ninja",
131 "--", 131 "--",
132 "browser_tests_run" 132 "browser_tests_run"
133 ], 133 ],
134 "name": "compile" 134 "name": "compile"
135 } 135 }
136 ] 136 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698