Adding KIND provider for the prombench#390
Conversation
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
|
cc @geekodour This PR is ready for review |
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
|
@geekodour circleCI has been passed |
5292317 to
de43323
Compare
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
|
The tests seem to be failing aswell 🤔 |
Doc format failure |
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
|
@geekodour , I made the changes as per your suggestion and build is also passed. PTAL |
geekodour
left a comment
There was a problem hiding this comment.
Few more changes and suggestions about logging and validation.
geekodour
left a comment
There was a problem hiding this comment.
few more suggestions and improvements :)
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
c9bcf41 to
a951969
Compare
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
b9c8b1a to
1940fb7
Compare
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
1940fb7 to
3a6eea3
Compare
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
|
I remember @gouthamve requesting local running of prombench, It runs locally now with this PR. :) but still need improvements, also have to figure out running prombench from local images thing. Do you have any other suggestions/requests for local running of prombench? But this should make adding and testing new components in the test-infra easier ✨ |
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
|
🎉 merged. thanks for all your work! :) Will add info on E2E test-infra tests and supporting local images in another PR. |
This PR adds support of running test-infra components locally using the KIND provider. KIND specific commands are added to the infra CLI. When running locally, we don't have lot of CPU and memory resources. LOADGEN_SCALE_UP_REPLICAS deployment variable was added which makes sure that when run locally we're only scale to 2 fake-webservers. Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
Proposed Changes
Issue: #333