-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: benchmark tests email results report #425
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to add some explicit documentation on deploying the benchmark keycloak docker image? (or something like a link to the documentation like referencing 'build and new testing image and deploy from local using values file ###)
|
||
#### Pre-requisites | ||
|
||
- Java 21 if running locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need the java version installed to build the benchmark test runner that will be deployed in openshift? If so is it included in the keycloak repo's asdf tool version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You would need Java 21 only if you are running the tests locally in your machine but when running in the Openshift, the docker image has the Java Runtime pre-installed
Updated documentation with steps to build the images |
No description provided.