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

Enabling full-android build on pull requests #25698

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

cliffamzn
Copy link
Contributor

@cliffamzn cliffamzn commented Mar 15, 2023

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

@github-actions
Copy link

PR #25698: Size comparison from 346a817 to 534c851

Full report (1 build for cc32xx)
platform target config section 346a817 534c851 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 645489 645489 0 0.0
(read/write) 203848 203848 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197248 197248 0 0.0
.comment 194 194 0 0.0
.data 1480 1480 0 0.0
.debug_abbrev 930293 930293 0 0.0
.debug_aranges 87384 87384 0 0.0
.debug_frame 300248 300248 0 0.0
.debug_info 20245969 20245969 0 0.0
.debug_line 2660979 2660979 0 0.0
.debug_loc 2804909 2804909 0 0.0
.debug_ranges 283168 283168 0 0.0
.debug_str 3026947 3026947 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106009 106009 0 0.0
.shstrtab 232 232 0 0.0
.stab 204 204 0 0.0
.stabstr 441 441 0 0.0
.stack 2048 2048 0 0.0
.strtab 380271 380271 0 0.0
.symtab 257312 257312 0 0.0
.text 537360 537360 0 0.0

Copy link
Contributor

@andy31415 andy31415 left a 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.
@cliffamzn
Copy link
Contributor Author

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.

Sounds good - added the tv casting and server app to be built on smoketest-android

@github-actions
Copy link

PR #25698: Size comparison from 804892e to 96651da

Decreases (1 build for cc32xx)
platform target config section 804892e 96651da change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20248010 20248009 -1 -0.0
Full report (1 build for cc32xx)
platform target config section 804892e 96651da change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 645601 645601 0 0.0
(read/write) 203848 203848 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197248 197248 0 0.0
.comment 194 194 0 0.0
.data 1480 1480 0 0.0
.debug_abbrev 930289 930289 0 0.0
.debug_aranges 87400 87400 0 0.0
.debug_frame 300316 300316 0 0.0
.debug_info 20248010 20248009 -1 -0.0
.debug_line 2661469 2661469 0 0.0
.debug_loc 2805592 2805592 0 0.0
.debug_ranges 283208 283208 0 0.0
.debug_str 3027174 3027174 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105993 105993 0 0.0
.shstrtab 232 232 0 0.0
.stab 204 204 0 0.0
.stabstr 441 441 0 0.0
.stack 2048 2048 0 0.0
.strtab 380421 380421 0 0.0
.symtab 257408 257408 0 0.0
.text 537488 537488 0 0.0

@andy31415 andy31415 merged commit 784aad3 into project-chip:master Mar 20, 2023
@cliffamzn cliffamzn deleted the android-build branch March 20, 2023 23:22
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Workflow] Enable CI on PRs for CHIP Tool and other examples
4 participants