Anton Malinski
Anton Malinski
0.8.0 added support for as much incrementality as reasonably possible, should help a bit
Updated the main readme with a basic overview
I've seen this when running large test runs. Unfortunately nothing much can be done from marathon's side. To limit the blast radius i suggest running mutiple adb servers. My suspicion...
Did you update any of the components recently? I know API 13/14 are more prone to this sort of behavior
One thing that can help you understand why this happens is to run `tcpdump` (probably with filters) and check which side is closing the socket here for adb connection
Hey @alvar-bolt . Thanks for submitting such a detailed issue. I'm pretty sure that removing the remote directory will impact performance of incremental transfer using rsync for ssh workers. A...
I'm pretty sure you can hardcode your language in the test app, get bundle resources for that language andget the appropriate `title` for the language. You essentially hardcode via environment...
All versions released during the last year have this behaviour
Sure thing, here is an example: https://bitbucket.org/atlassianlabs/atlascode/raw/main/resources/schemas/pipelines-schema.json ```json "script": { "description": "Contains a list of commands that are executed in sequence. \n\nScripts are executed in the order in which they...
Hey @LukasAnda, to my knowledge adb as a protocol supports sideloading as a generic way to push packages to the device for flashing: https://malinskiy.github.io/adam/docs/package-management/sideload/ Fastboot is a complementary protocol for...