-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Enabling full-android build on pull requests #25698
Conversation
PR #25698: Size comparison from 346a817 to 534c851 Full report (1 build for cc32xx)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was done on purpose to not slow down PRs.
We have https://github.com/project-chip/connectedhomeip/blob/master/.github/workflows/smoketest-android.yaml to run on every PR.
We want to ensure the example casting and server app are built on every PR to ensure it doesn't break due to API changes. Enabling that here in the smoke tests.
534c851
to
96651da
Compare
Sounds good - added the tv casting and server app to be built on |
PR #25698: Size comparison from 804892e to 96651da Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
We want to ensure the example casting and server app are built on every PR to ensure it doesn't break due to API changes. Enabling that here in the smoke tests.
It is useful to ensure chip-tool and the tv-app continue to build on every check-in, adding in the workflow to do that here.
Fixes #25699