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

[SL-ONLY] Optimize build behavior for the sample apps builder #263

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

mkardous-silabs
Copy link
Contributor

Description

PR optimizes the CI behavior when building the sample apps. In changes two behavior in relation to concurrency and the matrix strategies

  • We prevent concurrent builds for a same reference. In other words, we cancel on-going build steps if a new build is started.
  • If one of the runs in the matrix fails, it will not stop the other strategies. This will allow us to leverage the CI to determine if there a multiple failures for a change without needing to re-run the CI
  • Add workflow dispatch to be able to trigger the workflow manually

manual tests to validate the scenarios

@mkardous-silabs mkardous-silabs marked this pull request as ready for review January 29, 2025 02:46
@mkardous-silabs mkardous-silabs requested a review from a team as a code owner January 29, 2025 02:46
@mkardous-silabs mkardous-silabs merged commit 9d297f3 into main Jan 29, 2025
63 of 118 checks passed
@mkardous-silabs mkardous-silabs deleted the feature/opt_build_ci branch January 29, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants