-
Notifications
You must be signed in to change notification settings - Fork 31
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
Test change for Metadata checks #500
Conversation
a371f9f
to
a453bc8
Compare
Failed to upload unit test results to DataDog. See https://github.com/youtube/cobalt_sandbox/actions/runs/5627428359 for details about the error. |
Failed to upload unit test results to DataDog. See https://github.com/youtube/cobalt_sandbox/actions/runs/5627428362 for details about the error. |
a453bc8
to
b321116
Compare
Failed to upload unit test results to DataDog. See https://github.com/youtube/cobalt_sandbox/actions/runs/5627451155 for details about the error. |
Failed to upload unit test results to DataDog. See https://github.com/youtube/cobalt_sandbox/actions/runs/5627451154 for details about the error. |
Failed to upload unit test results to DataDog. See https://github.com/youtube/cobalt_sandbox/actions/runs/5627451356 for details about the error. |
Failed to upload unit test results to DataDog. See https://github.com/youtube/cobalt_sandbox/actions/runs/5627451862 for details about the error. |
Failed to upload unit test results to DataDog. See https://github.com/youtube/cobalt_sandbox/actions/runs/5627671613 for details about the error. |
Failed to upload unit test results to DataDog. See https://github.com/youtube/cobalt_sandbox/actions/runs/5627770110 for details about the error. |
For AOSP Evergreen builds, we do not have an automated way to build unittest targets before. This CL adds e.g. base_unittests_evergreen_loader_install target to Android builds that copies the evergreen test binary(e.g. base_unittests.so) and packages it as base_unittests_evergreen_loader.apk that can be executed successfully on the device with `adb shell "am start --esa args '--evergreen_library=app/cobalt/lib/libbase_unittests.so,--evergreen_content=app/cobalt/content' dev.cobalt.coat"` b/268244534
…sts (#1962) Refer to the original PR: youtube/cobalt#500 For AOSP Evergreen builds, we do not have an automated way to build unittest targets before. This CL adds e.g. base_unittests_evergreen_loader_install target to Android builds that copies the evergreen test binary(e.g. base_unittests.so) and packages it as base_unittests_evergreen_loader.apk that can be executed successfully on the device with `adb shell "am start --esa args '--evergreen_library=app/cobalt/lib/libbase_unittests.so,--evergreen_content=app/cobalt/content' dev.cobalt.coat"` b/268244534 Co-authored-by: johnxwork <[email protected]>
b/123