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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Mac_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 "Mac GN", 10 "Mac GN",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "--goma-dir", 187 "--goma-dir",
188 "[BUILD]/goma", 188 "[BUILD]/goma",
189 "--", 189 "--",
190 "base_unittests", 190 "base_unittests",
191 "all" 191 "all"
192 ], 192 ],
193 "cwd": "[SLAVE_BUILD]", 193 "cwd": "[SLAVE_BUILD]",
194 "name": "compile" 194 "name": "compile"
195 }, 195 },
196 { 196 {
197 "allow_subannotations": true,
197 "cmd": [ 198 "cmd": [
198 "python", 199 "python",
199 "-u", 200 "-u",
200 "[DEPOT_TOOLS]/gn.py", 201 "[BUILD]/scripts/slave/runtest.py",
201 "--root=[SLAVE_BUILD]/src", 202 "--target",
202 "check", 203 "Release",
203 "//out/Release" 204 "--factory-properties",
205 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webr tc.fyi\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workd ir\": \"/path/to/workdir/TestSlavename\"}",
206 "--build-properties",
207 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webr tc.fyi\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workd ir\": \"/path/to/workdir/TestSlavename\"}",
208 "--annotate=gtest",
209 "--test-type=base_unittests",
210 "--step-name=base_unittests",
211 "--test-launcher-summary-output",
212 "/path/to/tmp/json",
213 "--generate-json-file",
214 "-o",
215 "gtest-results/base_unittests",
216 "--builder-name=Mac GN",
217 "--slave-name=TestSlavename",
218 "--build-number=571",
219 "base_unittests"
204 ], 220 ],
205 "cwd": "[SLAVE_BUILD]", 221 "cwd": "[SLAVE_BUILD]",
206 "name": "gn check" 222 "name": "base_unittests"
207 } 223 }
208 ] 224 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698