ci: Reduce CI time#114
Merged
Merged
Conversation
ae527d8 to
d644be1
Compare
edmont
reviewed
Jun 10, 2026
d644be1 to
3bc3a23
Compare
edmont
approved these changes
Jun 10, 2026
Contributor
|
Recently the approach in NCS was changed. They stopped using the qurantine_integration list to specify which configurations shouldn't be built. Now they use integration_platforms to specify the targets the sample configuration shlould be built for. |
5243256 to
8bf7ba4
Compare
mariusz-nordicsemi
approved these changes
Jun 18, 2026
- Speed up PR sample builds removing integration platforms. - paralleled twister jobs across the samples and variants. - Shared CI across four jobs with ccache and west/pip caching. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
8bf7ba4 to
455c0f2
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Speed up PR sample builds with quarantine and parallel twister. Add integration quarantine rules to cut redundant platform coverage and shared CI across four jobs with ccache and west/pip caching.