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

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

Powered by Google App Engine
This is Rietveld 408576698