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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json

Issue 1104533002: Add recipe for split AMP/local CQ. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Parent builder Android Builder (dbg) and expectation changes. 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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "Debug", 170 "Debug",
171 "--src-dir", 171 "--src-dir",
172 "[SLAVE_BUILD]/src", 172 "[SLAVE_BUILD]/src",
173 "--build-tool", 173 "--build-tool",
174 "ninja", 174 "ninja",
175 "--compiler", 175 "--compiler",
176 "goma", 176 "goma",
177 "--goma-dir", 177 "--goma-dir",
178 "[BUILD]/goma", 178 "[BUILD]/goma",
179 "--", 179 "--",
180 "android_webview_test_apk",
181 "android_webview_unittests_apk",
180 "base_junit_tests", 182 "base_junit_tests",
183 "base_unittests_apk",
184 "breakpad_unittests_deps",
185 "cc_unittests_apk",
186 "chrome_junit_tests",
187 "chrome_shell_test_apk",
188 "chrome_sync_shell_test_apk",
181 "components_browsertests_apk", 189 "components_browsertests_apk",
182 "gfx_unittests_apk" 190 "components_unittests_apk",
191 "content_browsertests_apk",
192 "content_junit_tests",
193 "content_shell_test_apk",
194 "content_unittests_apk",
195 "events_unittests_apk",
196 "gfx_unittests_apk",
197 "gl_tests_apk",
198 "gpu_unittests_apk",
199 "ipc_tests_apk",
200 "junit_unit_tests",
201 "media_unittests_apk",
202 "net_unittests_apk",
navabi 2015/06/23 21:38:30 are these the expectation changes you had in mind?
jbudorick 2015/06/23 21:39:57 Yep, this is what I expected.
203 "sandbox_linux_unittests_deps",
204 "sql_unittests_apk",
205 "sync_unit_tests_apk",
206 "ui_android_unittests_apk",
207 "ui_base_unittests_apk",
208 "ui_touch_selection_unittests_apk",
209 "unit_tests_apk"
183 ], 210 ],
184 "cwd": "[SLAVE_BUILD]", 211 "cwd": "[SLAVE_BUILD]",
185 "env": { 212 "env": {
186 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 213 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
187 }, 214 },
188 "name": "compile" 215 "name": "compile"
189 }, 216 },
190 { 217 {
191 "allow_subannotations": true, 218 "allow_subannotations": true,
192 "cmd": [ 219 "cmd": [
193 "python", 220 "python",
194 "-u", 221 "-u",
195 "[BUILD]/scripts/slave/zip_build.py", 222 "[BUILD]/scripts/slave/zip_build.py",
196 "--target", 223 "--target",
197 "Debug", 224 "Debug",
198 "--build-url", 225 "--build-url",
199 "gs://chromium-fyi-archive/chromium.fyi/Android Builder (dbg)", 226 "gs://chromium-fyi-archive/chromium.fyi/Android Builder (dbg)",
200 "--build_revision", 227 "--build_revision",
201 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 228 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
202 "--factory-properties", 229 "--factory-properties",
203 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 230 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
204 "--build-properties", 231 "--build-properties",
205 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 232 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
206 ], 233 ],
207 "cwd": "[SLAVE_BUILD]", 234 "cwd": "[SLAVE_BUILD]",
208 "name": "package build" 235 "name": "package build"
209 } 236 }
210 ] 237 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698