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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_builder.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.memory", 8 "chromium.memory",
9 "--builder", 9 "--builder",
10 "Linux ASan LSan Builder", 10 "Linux ASan LSan Builder",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "-u", 112 "-u",
113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
114 "--output", 114 "--output",
115 "/path/to/tmp/json", 115 "/path/to/tmp/json",
116 "--", 116 "--",
117 "--build-config-fs", 117 "--build-config-fs",
118 "Release", 118 "Release",
119 "--paths", 119 "--paths",
120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
121 "--properties", 121 "--properties",
122 "{\"buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}" 122 "{\"buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"ma stername\": \"chromium.memory\", \"slavename\": \"TestSlavename\", \"target_plat form\": \"linux\"}"
123 ], 123 ],
124 "name": "get compile targets for scripts", 124 "name": "get compile targets for scripts",
125 "~followup_annotations": [ 125 "~followup_annotations": [
126 "@@@STEP_LOG_LINE@json.output@{}@@@", 126 "@@@STEP_LOG_LINE@json.output@{}@@@",
127 "@@@STEP_LOG_END@json.output@@@" 127 "@@@STEP_LOG_END@json.output@@@"
128 ] 128 ]
129 }, 129 },
130 { 130 {
131 "cmd": [ 131 "cmd": [
132 "python", 132 "python",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "--build_revision", 168 "--build_revision",
169 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 169 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
170 "--factory-properties", 170 "--factory-properties",
171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"mastername\" : \"chromium.memory\", \"recipe\": \"chromium\", \"revision\": \"123456\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"mastername\" : \"chromium.memory\", \"recipe\": \"chromium\", \"revision\": \"123456\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
172 "--build-properties", 172 "--build-properties",
173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"mastername\" : \"chromium.memory\", \"recipe\": \"chromium\", \"revision\": \"123456\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"mastername\" : \"chromium.memory\", \"recipe\": \"chromium\", \"revision\": \"123456\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
174 ], 174 ],
175 "name": "package build" 175 "name": "package build"
176 } 176 }
177 ] 177 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698