Skip to content
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

Add more Kokoro configurations #2281

Merged
merged 2 commits into from
Jun 19, 2020
Merged

Conversation

ben-clayton
Copy link
Contributor

@ben-clayton ben-clayton commented Jun 19, 2020

Add three new kokoro configurations that can be used to test the CMake and Android.mk build rules.

Both CI-ubuntu-clang-cmake and CI-ubuntu-gcc-cmake take around 2 minutes to complete.

CI-android-ndk-build uses the ndk_test build script which does not define APP_ABI, so builds a bunch of ABIs by default, and takes around 6 minutes. If we want to shorten this, we can reduce the number of ABIs built by defining the APP_ABI parameter in the Application.mk file (assuming nothing external is depending on this).

Note: landing this PR does not automatically enable these new presubmit tests - we also need to enable another google-private config (cl/317307422) around the same time that this PR lands.

@ben-clayton
Copy link
Contributor Author

Note: new kokoro tests pass long before AppVeyor even starts for me...

@johnkslang
Copy link
Member

Looks good.

@johnkslang johnkslang merged commit e20ac35 into KhronosGroup:master Jun 19, 2020
@ben-clayton ben-clayton deleted the moar-kokoro branch June 19, 2020 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants