-
Notifications
You must be signed in to change notification settings - Fork 7
Add CircleCI Test Splitting Feature #76
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
Merged
Merged
Conversation
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
mcafaro
reviewed
Sep 4, 2024
mw-hrastega
approved these changes
Sep 5, 2024
Member
|
Are tests going to be added to the test-deploy.yml for this new feature? |
Collaborator
Author
Yes I have added some test cases for this feature |
mcafaro
reviewed
Sep 9, 2024
nbhoski
reviewed
Sep 17, 2024
Member
|
I think this should be merged only after genscript changes are published on SSD location. |
mcafaro
approved these changes
Nov 13, 2025
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.
Added the "select-by-name" parameter to enable the CircleCI Test Splitting feature within the "run-tests" command.
I have conducted local testing, and the interactive workflow was reviewed to ensure proper integration. For more details, refer to the given Confluence page
Additionally, some checks are failing because changes are required in the genscript function to implement this feature. I have raised a pull request to address these changes. I will be adding the unit tests after the PR is merged.