-
Notifications
You must be signed in to change notification settings - Fork 9
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
[SL-ONY] Add custom silabs worklfows to build sample apps #178
Merged
+177
−0
Conversation
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
mkardous-silabs
force-pushed
the
feature/add_lighting_app_ci
branch
from
December 13, 2024 20:11
661b61e
to
92902e5
Compare
mkardous-silabs
force-pushed
the
feature/add_lighting_app_ci
branch
from
December 14, 2024 17:40
e9a902f
to
cecae58
Compare
mkardous-silabs
force-pushed
the
feature/add_lighting_app_ci
branch
from
January 17, 2025 15:41
cecae58
to
6727b4a
Compare
mkardous-silabs
changed the title
WIP
[SL-ONY] Add custom silabs worklfows to build sample apps
Jan 17, 2025
mkardous-silabs
added
the
sl-only
This TAG indicates that this commit is a silabs-specific commit that cannot be upstream to CSA.
label
Jan 17, 2025
Don't merge till |
jmartinez-silabs
approved these changes
Jan 20, 2025
lpbeliveau-silabs
approved these changes
Jan 20, 2025
mkardous-silabs
force-pushed
the
feature/add_lighting_app_ci
branch
from
January 20, 2025 15:16
fd8800a
to
44a82e5
Compare
reverted |
mkardous-silabs
force-pushed
the
feature/add_lighting_app_ci
branch
from
January 20, 2025 18:35
44a82e5
to
257a5e0
Compare
mkardous-silabs
added a commit
that referenced
this pull request
Jan 20, 2025
mkardous-silabs
added a commit
that referenced
this pull request
Jan 20, 2025
mkardous-silabs
added a commit
that referenced
this pull request
Jan 21, 2025
mkardous-silabs
added a commit
that referenced
this pull request
Jan 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
sl-only
This TAG indicates that this commit is a silabs-specific commit that cannot be upstream to CSA.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
PR adds the framework to run our own custom CI to build our samples.
The logic is broken down into three core files sets.
silabs-builds-<platform>.json
: These files define the builds that need to be run for each platform. There is a default set of builds for all apps and we can define builds specific for each app.silabs-build-examples.yaml
: Defines all the jobs that will be triggered. All the samples need to be defined here.
silabs-common-build.yaml`: Common workflow to avoid duplication. We define the platforms here for the strategy to avoid doing it for each platform.See
https://github.com/SiliconLabsSoftware/matter-gn-build-action/blob/main/README.md
for information on the custom action.See
https://confluence.silabs.com/display/MATTER/Matter+SDK+Github+Repository+Build+Process
for more information on the wofklows in this repoTests
CI