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

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

Issue 1574943003: add instrumentation tests to cloud bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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/recipe_modules/chromium_tests/chromium_fyi.py ('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 "[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 Cloud Tests", 10 "Android Cloud Tests",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "[SLAVE_BUILD]/src", 199 "[SLAVE_BUILD]/src",
200 "--build-tool", 200 "--build-tool",
201 "ninja", 201 "ninja",
202 "--compiler", 202 "--compiler",
203 "goma", 203 "goma",
204 "--goma-jsonstatus", 204 "--goma-jsonstatus",
205 "/path/to/tmp/json", 205 "/path/to/tmp/json",
206 "--goma-dir", 206 "--goma-dir",
207 "[BUILD]/goma", 207 "[BUILD]/goma",
208 "--", 208 "--",
209 "android_webview_test_apk",
209 "base_junit_tests", 210 "base_junit_tests",
210 "chrome_junit_tests", 211 "chrome_junit_tests",
212 "chrome_public_test_apk",
213 "chrome_sync_shell_test_apk",
211 "components_junit_tests", 214 "components_junit_tests",
212 "content_junit_tests", 215 "content_junit_tests",
216 "content_shell_test_apk",
213 "junit_unit_tests", 217 "junit_unit_tests",
214 "net_junit_tests" 218 "net_junit_tests"
215 ], 219 ],
216 "cwd": "[SLAVE_BUILD]", 220 "cwd": "[SLAVE_BUILD]",
217 "env": { 221 "env": {
218 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 222 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
219 }, 223 },
220 "name": "compile", 224 "name": "compile",
221 "~followup_annotations": [ 225 "~followup_annotations": [
222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
223 "@@@STEP_LOG_END@json.output (invalid)@@@" 227 "@@@STEP_LOG_END@json.output (invalid)@@@"
224 ] 228 ]
225 }, 229 },
226 { 230 {
227 "cmd": [ 231 "cmd": [
228 "python", 232 "python",
229 "-u", 233 "-u",
230 "RECIPE_MODULE[chromium_android]/resources/gce_manager.py", 234 "RECIPE_MODULE[chromium_android]/resources/gce_manager.py",
231 "TestSlavename", 235 "TestSlavename",
232 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 236 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
233 "--n", 237 "--n",
234 "6", 238 "10",
235 "launch", 239 "launch",
236 "--snapshot", 240 "--snapshot",
237 "clean-19-l-phone-snapshot" 241 "clean-19-l-phone-snapshot"
238 ], 242 ],
239 "cwd": "[SLAVE_BUILD]", 243 "cwd": "[SLAVE_BUILD]",
240 "name": "launch_instances" 244 "name": "launch_instances"
241 }, 245 },
242 { 246 {
243 "cmd": [ 247 "cmd": [
244 "[BUILD]/scripts/slave/daemonizer.py", 248 "[BUILD]/scripts/slave/daemonizer.py",
(...skipping 21 matching lines...) Expand all
266 "--emulators" 270 "--emulators"
267 ], 271 ],
268 "cwd": "[SLAVE_BUILD]", 272 "cwd": "[SLAVE_BUILD]",
269 "env": { 273 "env": {
270 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 274 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
271 }, 275 },
272 "name": "provision_devices" 276 "name": "provision_devices"
273 }, 277 },
274 { 278 {
275 "cmd": [ 279 "cmd": [
280 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
281 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
282 "-v",
283 "--blacklist-file",
284 "[SLAVE_BUILD]/src/out/bad_devices.json",
285 "--release"
286 ],
287 "cwd": "[SLAVE_BUILD]",
288 "env": {
289 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
290 },
291 "name": "install AndroidWebView.apk"
292 },
293 {
294 "cmd": [
276 "python", 295 "python",
277 "-u", 296 "-u",
278 "[SLAVE_BUILD]/src/build/android/test_runner.py", 297 "[SLAVE_BUILD]/src/build/android/test_runner.py",
298 "instrumentation",
299 "--test-apk",
300 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
301 "--blacklist-file",
302 "[SLAVE_BUILD]/src/out/bad_devices.json",
303 "--apk-under-test",
304 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
305 "--isolate-file-path",
306 "android_webview/android_webview_test_apk.isolate",
307 "--flakiness-dashboard-server",
308 "test-results.appspot.com",
309 "--verbose",
310 "--release",
311 "--json-results-file",
312 "/path/to/tmp/json"
313 ],
314 "cwd": "[SLAVE_BUILD]",
315 "name": "Instrumentation test AndroidWebViewTest",
316 "~followup_annotations": [
317 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
318 ]
319 },
320 {
321 "cmd": [
322 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
323 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
324 "-v",
325 "--blacklist-file",
326 "[SLAVE_BUILD]/src/out/bad_devices.json",
327 "--release"
328 ],
329 "cwd": "[SLAVE_BUILD]",
330 "env": {
331 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
332 },
333 "name": "install ChromePublic.apk"
334 },
335 {
336 "cmd": [
337 "python",
338 "-u",
339 "[SLAVE_BUILD]/src/build/android/test_runner.py",
340 "instrumentation",
341 "--test-apk",
342 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
343 "--blacklist-file",
344 "[SLAVE_BUILD]/src/out/bad_devices.json",
345 "--apk-under-test",
346 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
347 "--additional-apk",
348 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
349 "--additional-apk",
350 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
351 "--isolate-file-path",
352 "chrome/chrome_public_test_apk.isolate",
353 "--flakiness-dashboard-server",
354 "test-results.appspot.com",
355 "--verbose",
356 "--release",
357 "--json-results-file",
358 "/path/to/tmp/json"
359 ],
360 "cwd": "[SLAVE_BUILD]",
361 "name": "Instrumentation test ChromePublicTest",
362 "~followup_annotations": [
363 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
364 ]
365 },
366 {
367 "cmd": [
368 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
369 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
370 "-v",
371 "--blacklist-file",
372 "[SLAVE_BUILD]/src/out/bad_devices.json",
373 "--release"
374 ],
375 "cwd": "[SLAVE_BUILD]",
376 "env": {
377 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
378 },
379 "name": "install ContentShell.apk"
380 },
381 {
382 "cmd": [
383 "python",
384 "-u",
385 "[SLAVE_BUILD]/src/build/android/test_runner.py",
386 "instrumentation",
387 "--test-apk",
388 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
389 "--blacklist-file",
390 "[SLAVE_BUILD]/src/out/bad_devices.json",
391 "--apk-under-test",
392 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
393 "--isolate-file-path",
394 "content/content_shell_test_apk.isolate",
395 "--flakiness-dashboard-server",
396 "test-results.appspot.com",
397 "--verbose",
398 "--release",
399 "--json-results-file",
400 "/path/to/tmp/json"
401 ],
402 "cwd": "[SLAVE_BUILD]",
403 "name": "Instrumentation test ContentShellTest",
404 "~followup_annotations": [
405 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
406 ]
407 },
408 {
409 "cmd": [
410 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
411 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
412 "-v",
413 "--blacklist-file",
414 "[SLAVE_BUILD]/src/out/bad_devices.json",
415 "--release"
416 ],
417 "cwd": "[SLAVE_BUILD]",
418 "env": {
419 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
420 },
421 "name": "install ChromeSyncShell.apk"
422 },
423 {
424 "cmd": [
425 "python",
426 "-u",
427 "[SLAVE_BUILD]/src/build/android/test_runner.py",
428 "instrumentation",
429 "--test-apk",
430 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
431 "--blacklist-file",
432 "[SLAVE_BUILD]/src/out/bad_devices.json",
433 "--apk-under-test",
434 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
435 "--flakiness-dashboard-server",
436 "test-results.appspot.com",
437 "--verbose",
438 "--release",
439 "--json-results-file",
440 "/path/to/tmp/json"
441 ],
442 "cwd": "[SLAVE_BUILD]",
443 "name": "Instrumentation test ChromeSyncShellTest",
444 "~followup_annotations": [
445 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
446 ]
447 },
448 {
449 "cmd": [
450 "python",
451 "-u",
452 "[SLAVE_BUILD]/src/build/android/test_runner.py",
279 "junit", 453 "junit",
280 "-s", 454 "-s",
281 "base_junit_tests", 455 "base_junit_tests",
282 "--verbose", 456 "--verbose",
283 "--release", 457 "--release",
284 "--json-results-file", 458 "--json-results-file",
285 "/path/to/tmp/json" 459 "/path/to/tmp/json"
286 ], 460 ],
287 "cwd": "[SLAVE_BUILD]", 461 "cwd": "[SLAVE_BUILD]",
288 "env": { 462 "env": {
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "name": "stack_tool_for_tombstones" 618 "name": "stack_tool_for_tombstones"
445 }, 619 },
446 { 620 {
447 "cmd": [ 621 "cmd": [
448 "python", 622 "python",
449 "-u", 623 "-u",
450 "RECIPE_MODULE[chromium_android]/resources/gce_manager.py", 624 "RECIPE_MODULE[chromium_android]/resources/gce_manager.py",
451 "TestSlavename", 625 "TestSlavename",
452 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 626 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
453 "--n", 627 "--n",
454 "6", 628 "10",
455 "shutdown" 629 "shutdown"
456 ], 630 ],
457 "cwd": "[SLAVE_BUILD]", 631 "cwd": "[SLAVE_BUILD]",
458 "name": "shutdown_instances" 632 "name": "shutdown_instances"
459 }, 633 },
460 { 634 {
461 "cmd": [ 635 "cmd": [
462 "python", 636 "python",
463 "-u", 637 "-u",
464 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re port)\n", 638 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re port)\n",
(...skipping 11 matching lines...) Expand all
476 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 650 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
477 "@@@STEP_LOG_END@python.inline@@@" 651 "@@@STEP_LOG_END@python.inline@@@"
478 ] 652 ]
479 }, 653 },
480 { 654 {
481 "name": "$result", 655 "name": "$result",
482 "recipe_result": null, 656 "recipe_result": null,
483 "status_code": 0 657 "status_code": 0
484 } 658 }
485 ] 659 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698