-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable androidTest in CircleCI bulid #2922
Conversation
…e, since build doesn't work for others.
SonarCloud Quality Gate failed. 1 Bug No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
It seems coverage is not added |
is it possible to run more executors and do unit tests and android test in parallel? |
taking back executors. it uses all cpus anyway |
I believe running normal unit tests and packaging for android tests takes
long. I believe it would be possible to run this in parallel with CircleCI.
That would save wall time but not cpu cycles/cost. I don't understand why
it's so slow on circleCI, the entire build + test takes only 4.5 minutes on
my laptop.
Robert Buessow . Mobile: +41 78 899 8296
…On Sun, Oct 15, 2023 at 8:47 PM Milos Kozak ***@***.***> wrote:
taking back executors. it uses all cpus anyway
—
Reply to this email directly, view it on GitHub
<#2922 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEW46YNLNU2LGMHWNCGDMO3X7QVUPANCNFSM6AAAAAA6AQ7HDA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
there are only 4CPUs |
You can run the pipeline on multiple machines but I believe that would cost
more CPU cycles.
Robert Buessow . Mobile: +41 78 899 8296
…On Sun, Oct 15, 2023 at 10:15 PM Milos Kozak ***@***.***> wrote:
there are only 4CPUs
—
Reply to this email directly, view it on GitHub
<#2922 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEW46YJBZWX2RX6YP56CHILX7Q74TANCNFSM6AAAAAA6AQ7HDA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
are you somewhere on chat? |
Yes, I am online.
Robert Buessow . Mobile: +41 78 899 8296
…On Tue, Oct 17, 2023 at 12:38 PM Milos Kozak ***@***.***> wrote:
are you somewhere on chat?
—
Reply to this email directly, view it on GitHub
<#2922 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEW46YIYESM7ZEBZNK6M6EDX7ZN3TAVCNFSM6AAAAAA6AQ7HDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGE2DMMJZGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
For now only for database:impl package. The other androidTests needs some fixes that I'll provide later. This makes the entire run much slower (~ 37min). Seems to be mostly because of compilation. I'm not sure why it's so much slower and so slow in general.