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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_cronet.json

Issue 2308683002: [Android] Set up continuous builder + trybot for cronet. (Closed)
Patch Set: update expectations Created 4 years, 3 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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Cronet_Builder.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/android_compile_x64_dbg", 7 "[BUILDER_CACHE]/android_cronet",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@" 21 "@@@STEP_LOG_END@python.inline@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--master", 29 "--master",
30 "tryserver.chromium.android", 30 "tryserver.chromium.android",
31 "--builder", 31 "--builder",
32 "android_compile_x64_dbg", 32 "android_cronet",
33 "--slave", 33 "--slave",
34 "TestSlavename", 34 "TestSlavename",
35 "--spec", 35 "--spec",
36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']", 36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']",
37 "--root", 37 "--root",
38 "src", 38 "src",
39 "--revision_mapping_file", 39 "--revision_mapping_file",
40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
41 "--git-cache-dir", 41 "--git-cache-dir",
42 "[GIT_CACHE]", 42 "[GIT_CACHE]",
43 "--issue", 43 "--issue",
44 "12853011", 44 "12853011",
45 "--patchset", 45 "--patchset",
46 "1", 46 "1",
47 "--rietveld_server", 47 "--rietveld_server",
48 "https://codereview.chromium.org", 48 "https://codereview.chromium.org",
49 "--output_json", 49 "--output_json",
50 "/path/to/tmp/json", 50 "/path/to/tmp/json",
51 "--revision", 51 "--revision",
52 "src@HEAD", 52 "src@HEAD",
53 "--output_manifest" 53 "--output_manifest"
54 ], 54 ],
55 "cwd": "[BUILDER_CACHE]/android_compile_x64_dbg", 55 "cwd": "[BUILDER_CACHE]/android_cronet",
56 "env": { 56 "env": {
57 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 57 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
59 }, 59 },
60 "name": "bot_update", 60 "name": "bot_update",
61 "~followup_annotations": [ 61 "~followup_annotations": [
62 "@@@STEP_TEXT@Some step text@@@", 62 "@@@STEP_TEXT@Some step text@@@",
63 "@@@STEP_LOG_LINE@json.output@{@@@", 63 "@@@STEP_LOG_LINE@json.output@{@@@",
64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "@@@STEP_LOG_END@json.output@@@" 191 "@@@STEP_LOG_END@json.output@@@"
192 ] 192 ]
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
196 "python", 196 "python",
197 "-u", 197 "-u",
198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
199 "runhooks" 199 "runhooks"
200 ], 200 ],
201 "cwd": "[BUILDER_CACHE]/android_compile_x64_dbg/src", 201 "cwd": "[BUILDER_CACHE]/android_cronet/src",
202 "env": { 202 "env": {
203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
204 "GYP_CHROMIUM_NO_ACTION": "1", 204 "GYP_CHROMIUM_NO_ACTION": "1",
205 "GYP_CROSSCOMPILE": "1", 205 "GYP_CROSSCOMPILE": "1",
206 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 use_goma=1", 206 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=arm use_goma=1",
207 "PATH": "[BUILDER_CACHE]/android_compile_x64_dbg/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_compile_x64_dbg/src/build/androi d:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 207 "PATH": "[BUILDER_CACHE]/android_cronet/src/third_party/android_tools/sdk/ platform-tools:[BUILDER_CACHE]/android_cronet/src/build/android:%(PATH)s:RECIPE_ PACKAGE_REPO[depot_tools]"
208 }, 208 },
209 "name": "gclient runhooks (with patch)" 209 "name": "gclient runhooks (with patch)"
210 }, 210 },
211 { 211 {
212 "cmd": [ 212 "cmd": [
213 "python", 213 "python",
214 "-u", 214 "-u",
215 "[BUILDER_CACHE]/android_compile_x64_dbg/src/testing/scripts/get_compile_t argets.py", 215 "[BUILDER_CACHE]/android_cronet/src/testing/scripts/get_compile_targets.py ",
216 "--output", 216 "--output",
217 "/path/to/tmp/json", 217 "/path/to/tmp/json",
218 "--", 218 "--",
219 "--build-config-fs", 219 "--build-config-fs",
220 "Debug", 220 "Release",
221 "--paths", 221 "--paths",
222 "{\"checkout\": \"[BUILDER_CACHE]/android_compile_x64_dbg/src\", \"runit.p y\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RE CIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", 222 "{\"checkout\": \"[BUILDER_CACHE]/android_cronet/src\", \"runit.py\": \"RE CIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/slave/runtest.py\"}",
223 "--properties", 223 "--properties",
224 "{\"buildername\": \"android_compile_x64_dbg\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.android\", \"slavename\": \"TestSlavename\", \" target_platform\": \"android\"}" 224 "{\"buildername\": \"android_cronet\", \"buildnumber\": 571, \"mastername\ ": \"tryserver.chromium.android\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"android\"}"
225 ], 225 ],
226 "name": "get compile targets for scripts", 226 "name": "get compile targets for scripts",
227 "~followup_annotations": [ 227 "~followup_annotations": [
228 "@@@STEP_LOG_LINE@json.output@{}@@@", 228 "@@@STEP_LOG_LINE@json.output@{}@@@",
229 "@@@STEP_LOG_END@json.output@@@" 229 "@@@STEP_LOG_END@json.output@@@"
230 ] 230 ]
231 }, 231 },
232 { 232 {
233 "cmd": [ 233 "cmd": [
234 "python", 234 "python",
235 "-u", 235 "-u",
236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
237 "[BUILDER_CACHE]/android_compile_x64_dbg/src/testing/buildbot/chromium.and roid.json", 237 "[BUILDER_CACHE]/android_cronet/src/testing/buildbot/chromium.android.json ",
238 "/path/to/tmp/json" 238 "/path/to/tmp/json"
239 ], 239 ],
240 "name": "read test spec (chromium.android.json)", 240 "name": "read test spec (chromium.android.json)",
241 "~followup_annotations": [ 241 "~followup_annotations": [
242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/android_compile_x64_dbg/src/testing/bu ildbot/chromium.android.json@@@", 242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/android_cronet/src/testing/buildbot/ch romium.android.json@@@",
243 "@@@STEP_LOG_LINE@json.output@{}@@@", 243 "@@@STEP_LOG_LINE@json.output@{}@@@",
244 "@@@STEP_LOG_END@json.output@@@" 244 "@@@STEP_LOG_END@json.output@@@"
245 ] 245 ]
246 }, 246 },
247 { 247 {
248 "cmd": [ 248 "cmd": [
249 "git", 249 "git",
250 "diff", 250 "diff",
251 "--cached", 251 "--cached",
252 "--name-only" 252 "--name-only"
253 ], 253 ],
254 "cwd": "[BUILDER_CACHE]/android_compile_x64_dbg/src", 254 "cwd": "[BUILDER_CACHE]/android_cronet/src",
255 "name": "git diff to analyze patch", 255 "name": "git diff to analyze patch",
256 "stdout": "/path/to/tmp/", 256 "stdout": "/path/to/tmp/",
257 "~followup_annotations": [ 257 "~followup_annotations": [
258 "@@@STEP_LOG_LINE@files@foo.cc@@@", 258 "@@@STEP_LOG_LINE@files@foo.cc@@@",
259 "@@@STEP_LOG_END@files@@@", 259 "@@@STEP_LOG_END@files@@@",
260 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 260 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 267 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
268 "[BUILDER_CACHE]/android_compile_x64_dbg/src/testing/buildbot/trybot_analy ze_config.json", 268 "[BUILDER_CACHE]/android_cronet/src/testing/buildbot/trybot_analyze_config .json",
269 "/path/to/tmp/json" 269 "/path/to/tmp/json"
270 ], 270 ],
271 "name": "read filter exclusion spec", 271 "name": "read filter exclusion spec",
272 "~followup_annotations": [ 272 "~followup_annotations": [
273 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 273 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
274 "@@@STEP_LOG_LINE@json.output@{@@@", 274 "@@@STEP_LOG_LINE@json.output@{@@@",
275 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 275 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
276 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 276 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
277 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", 277 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
278 "@@@STEP_LOG_LINE@json.output@ ]@@@", 278 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "import sys; sys.exit(0)" 312 "import sys; sys.exit(0)"
313 ], 313 ],
314 "name": "mark: before_tests" 314 "name": "mark: before_tests"
315 }, 315 },
316 { 316 {
317 "name": "$result", 317 "name": "$result",
318 "recipe_result": null, 318 "recipe_result": null,
319 "status_code": 0 319 "status_code": 0
320 } 320 }
321 ] 321 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Cronet_Builder.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698