-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
CircleCI todos #15855
Comments
Currently I'm leaning towards not caching the NDK, as you said it's slower than downloading and extracting the archives. To add to your list:
The custom image could be set up ahead of time with the Android SDKs and NDK, but as you pointed out in the PR keeping the image up to date may be more trouble than it's worth. Some work has already gone into setting up such an image, see the |
Once the test APK is built and native libraries are compiled, we may be able to fan out into three separate jobs that run unit tests, integration tests, and end to end tests in parallel, if that speeds up things. For these three, we may be able to use the basic android docker images, installing node on the last two as needed. |
it is working fine on our projects |
@facebook-github-bot no-template |
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! See "What to Expect from Maintainers" to learn more. |
Re-opening as this is a discussion task. |
@hramos is Circle CI robust enough that we can actually run the unit and integration tests on tvOS? At the moment I believe we're just testing that tvOS compiles.... |
@dlowder-salesforce I think yeah, there's full OS X machine with different simulators, so no reason why it wouldn't be possible. I think it's even advised as we are hitting few tvOS bugs from time to time :) |
@hramos what's the status of this issue? Anything left to get this closed? |
Just making a note of a few things to look at after we get fully running on CircleCI 2.
resource_class
for Android builds: https://circleci.com/docs/2.0/configuration-reference/#resource_classThe text was updated successfully, but these errors were encountered: