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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__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, 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 Trusty (dbg)", 10 "Linux Trusty (dbg)",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "-u", 93 "-u",
94 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 94 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
95 "--output", 95 "--output",
96 "/path/to/tmp/json", 96 "/path/to/tmp/json",
97 "--", 97 "--",
98 "--build-config-fs", 98 "--build-config-fs",
99 "Debug", 99 "Debug",
100 "--paths", 100 "--paths",
101 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 101 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
102 "--properties", 102 "--properties",
103 "{\"buildername\": \"Linux Trusty (dbg)\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}" 103 "{\"buildername\": \"Linux Trusty (dbg)\", \"buildnumber\": 571, \"mastern ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
104 ], 104 ],
105 "name": "get compile targets for scripts", 105 "name": "get compile targets for scripts",
106 "~followup_annotations": [ 106 "~followup_annotations": [
107 "@@@STEP_LOG_LINE@json.output@{}@@@", 107 "@@@STEP_LOG_LINE@json.output@{}@@@",
108 "@@@STEP_LOG_END@json.output@@@" 108 "@@@STEP_LOG_END@json.output@@@"
109 ] 109 ]
110 }, 110 },
111 { 111 {
112 "cmd": [ 112 "cmd": [
113 "python", 113 "python",
(...skipping 16 matching lines...) Expand all
130 "--compiler", 130 "--compiler",
131 "goma", 131 "goma",
132 "--goma-dir", 132 "--goma-dir",
133 "[BUILD]/goma", 133 "[BUILD]/goma",
134 "--", 134 "--",
135 "all" 135 "all"
136 ], 136 ],
137 "name": "compile" 137 "name": "compile"
138 } 138 }
139 ] 139 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698