troubleshoot flaky connected24 gitlab-ci test
The "connected24" test run in gitlab-ci often fails saying:
:app:connectedDebugAndroidTest
> : No compatible devices connected.[TestRunner] FAILED
Found 1 connected device(s), 0 of which were compatible.
:app:connectedDebugAndroidTest FAILED
This bumps gradle and gradle android plugin used in the build to more recent versions. As a side project, this brings the gradle and gradle android plugin versions in sync with the packages reproducibly built from source in Debian/stretch. This brings us many turtles closer to the "turtles all the way down" goal of reproducible builds everywhere.
Merge request reports
Activity
assigned to @pserwylo
All looks fine. Not sure what the deal with the segfault in your
test
job is, and I can't rerun that task on your behalf. In the meantime I've pushed this branch to my repo and am watching CI to see if it passes. If so, I'll merge this.