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

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

Powered by Google App Engine
This is Rietveld 408576698