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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Linux_GN.json

Issue 1153933004: Flip GN bots to be purely driven by //testing/buildbot/*.json files for tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: add comment explaining the lack of android tests Created 5 years, 6 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 | Annotate | Revision Log
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.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Linux GN", 10 "Linux GN",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "--goma-dir", 167 "--goma-dir",
168 "[BUILD]/goma", 168 "[BUILD]/goma",
169 "--", 169 "--",
170 "base_unittests", 170 "base_unittests",
171 "all" 171 "all"
172 ], 172 ],
173 "cwd": "[SLAVE_BUILD]", 173 "cwd": "[SLAVE_BUILD]",
174 "name": "compile" 174 "name": "compile"
175 }, 175 },
176 { 176 {
177 "allow_subannotations": true,
177 "cmd": [ 178 "cmd": [
178 "python", 179 "python",
179 "-u", 180 "-u",
180 "[DEPOT_TOOLS]/gn.py", 181 "[BUILD]/scripts/slave/runtest.py",
181 "--root=[SLAVE_BUILD]/src", 182 "--target",
182 "check", 183 "Release",
183 "//out/Release" 184 "--xvfb",
185 "--factory-properties",
186 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux GN\", \"buildnumber\": 571, \"mastername\": \"chromium.we brtc.fyi\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"wor kdir\": \"/path/to/workdir/TestSlavename\"}",
187 "--build-properties",
188 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux GN\", \"buildnumber\": 571, \"mastername\": \"chromium.we brtc.fyi\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"wor kdir\": \"/path/to/workdir/TestSlavename\"}",
189 "--annotate=gtest",
190 "--test-type=base_unittests",
191 "--step-name=base_unittests",
192 "--test-launcher-summary-output",
193 "/path/to/tmp/json",
194 "--generate-json-file",
195 "-o",
196 "gtest-results/base_unittests",
197 "--builder-name=Linux GN",
198 "--slave-name=TestSlavename",
199 "--build-number=571",
200 "base_unittests"
184 ], 201 ],
185 "cwd": "[SLAVE_BUILD]", 202 "cwd": "[SLAVE_BUILD]",
186 "name": "gn check" 203 "name": "base_unittests"
187 } 204 }
188 ] 205 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698