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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_webkit_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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "Linux GN", 10 "Linux GN",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "--goma-dir", 157 "--goma-dir",
158 "[BUILD]/goma", 158 "[BUILD]/goma",
159 "--", 159 "--",
160 "base_unittests", 160 "base_unittests",
161 "all" 161 "all"
162 ], 162 ],
163 "cwd": "[SLAVE_BUILD]", 163 "cwd": "[SLAVE_BUILD]",
164 "name": "compile" 164 "name": "compile"
165 }, 165 },
166 { 166 {
167 "allow_subannotations": true,
167 "cmd": [ 168 "cmd": [
168 "python", 169 "python",
169 "-u", 170 "-u",
170 "[DEPOT_TOOLS]/gn.py", 171 "[BUILD]/scripts/slave/runtest.py",
171 "--root=[SLAVE_BUILD]/src", 172 "--target",
172 "check", 173 "Release",
173 "//out/Release" 174 "--xvfb",
175 "--factory-properties",
176 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux GN\", \"buildnumber\": 571, \"mastername\": \"chromium.we bkit\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir \": \"/path/to/workdir/TestSlavename\"}",
177 "--build-properties",
178 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux GN\", \"buildnumber\": 571, \"mastername\": \"chromium.we bkit\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir \": \"/path/to/workdir/TestSlavename\"}",
179 "--annotate=gtest",
180 "--test-type=base_unittests",
181 "--step-name=base_unittests",
182 "--test-launcher-summary-output",
183 "/path/to/tmp/json",
184 "--generate-json-file",
185 "-o",
186 "gtest-results/base_unittests",
187 "--builder-name=Linux GN",
188 "--slave-name=TestSlavename",
189 "--build-number=571",
190 "base_unittests"
174 ], 191 ],
175 "cwd": "[SLAVE_BUILD]", 192 "cwd": "[SLAVE_BUILD]",
176 "name": "gn check" 193 "name": "base_unittests"
177 } 194 }
178 ] 195 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698