-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add dry-run option #129
base: master
Are you sure you want to change the base?
Add dry-run option #129
Conversation
@EPecherkin @jaimerson @pluff I don't have the capacity for CrystalBall right now, appreciate if you could take this over. |
any suggestions are appreciated. Thanks guys. |
so far it's working with |
crystalball changes See merge request devops/rts-crystalball!1
Hey, folks! I am planning to work on a POC next week to implement selective running of RSPEC and Cucumber tests that are load balanced by Knapsack Pro. Any guidance on the status of this PR? Any reason it can't be merged into mainstream? Maybe something I can help with? |
This PR is meant to tackle the issue of #117
Background:
I would like to output the prediction of a list of Rspec tests, so that the Knapsack Gem can accept the string and run the tests in parallel, as described here.
Personally, I came from Java world and am really new to the Ruby, actually this is my first Ruby project. Therefore, I am creating this prototype PR so that I can get more feedback in the beginning. Again, this PR is not meant to be merged but to discuss my proposal. All comments and suggestions are welcoming.