-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate out E2E build rules into different directories (#12303)
* Add a lot more host build variants for build_examples * Fix single event loop logic for building * Switch build to build_examples and separate paths for linux in CI workflows * Do not blacklist ipv6 builds * Undo change in test yaml for event loop types * Undo double quoting * Fix separate event loop logic * Fix default of separate event loop: same event loop is the default * Fix typo in super call * Allow more build time since we are building 3 apps now * Do not yet update the tests.yaml file - want to make these changes gradually * Revert "Do not yet update the tests.yaml file - want to make these changes gradually" This reverts commit 90666ba. * Fix up the event loop name logic for test running * Make the matrix logic and scripts much more readable * Remove obsolete logic code * Fix yet another typo in variable replacement * Convert darwin to use build_examples AND test TV apps * Bump the time for darwin tests: it looks like ToT takes 29:45 and 30 is too tight * Disable ASAN builds for linux (according to build history they do not link * Add asan and tsan target support * Restyle fixes * Give a name to the chip tool without special variants * Use empty string for empty tool variant * Code review suggestions * fix typo * Minor bug fix, target list now works * one more typo fix * Typo fix * Match zap version to master * flip order of chip-tool/run to match master ordering * Do not build/test TV app on darwin. It does not seem to work. We can follow up later to figure it out
- Loading branch information
Showing
3 changed files
with
118 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters