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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_mac_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.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac GN", 10 "Mac GN",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "--goma-dir", 175 "--goma-dir",
176 "[BUILD]/goma", 176 "[BUILD]/goma",
177 "--", 177 "--",
178 "base_unittests", 178 "base_unittests",
179 "all" 179 "all"
180 ], 180 ],
181 "cwd": "[SLAVE_BUILD]", 181 "cwd": "[SLAVE_BUILD]",
182 "name": "compile" 182 "name": "compile"
183 }, 183 },
184 { 184 {
185 "allow_subannotations": true,
185 "cmd": [ 186 "cmd": [
186 "python", 187 "python",
187 "-u", 188 "-u",
188 "[DEPOT_TOOLS]/gn.py", 189 "[BUILD]/scripts/slave/runtest.py",
189 "--root=[SLAVE_BUILD]/src", 190 "--target",
190 "check", 191 "Release",
191 "//out/Release" 192 "--factory-properties",
193 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac GN\", \"buildnumber\": 571, \"mastername\": \"chromium.mac\ ", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}",
194 "--build-properties",
195 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac GN\", \"buildnumber\": 571, \"mastername\": \"chromium.mac\ ", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}",
196 "--annotate=gtest",
197 "--test-type=base_unittests",
198 "--step-name=base_unittests",
199 "--test-launcher-summary-output",
200 "/path/to/tmp/json",
201 "--generate-json-file",
202 "-o",
203 "gtest-results/base_unittests",
204 "--builder-name=Mac GN",
205 "--slave-name=TestSlavename",
206 "--build-number=571",
207 "base_unittests"
192 ], 208 ],
193 "cwd": "[SLAVE_BUILD]", 209 "cwd": "[SLAVE_BUILD]",
194 "name": "gn check" 210 "name": "base_unittests"
195 } 211 }
196 ] 212 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698