-
Notifications
You must be signed in to change notification settings - Fork 523
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 : Helm test functionality exposed via mojos and gradle tasks #3408
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3408 (2024-10-04T03:23:02Z) ⚙️ JKube E2E Tests (11173287868)
|
f67ae30
to
059ad13
Compare
059ad13
to
3b48f3e
Compare
3b48f3e
to
95f1c55
Compare
HelmTest mojo and task tests were failing due to low timeout on waitUntilCondition , as seen in jenkins job logs:
I have increased the timeout to 5 seconds. |
Signed-off-by: Rohan Kumar <[email protected]>
95f1c55
to
912916f
Compare
Quality Gate passedIssues Measures |
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.
LGTM, thx!
Description
🚧 Requires #3399 to be merged firstRelated to #2667
Expose Helm Test functionality via Maven and Gradle:
k8s:helm-test
maven goal for Kubernetes Maven Pluginoc:helm-test
maven goal for OpenShift Maven Plugink8sHelmTest
gradle task for Kubernetes Gradle PluginocHelmTest
gradle task for OpenShift Gradle PluginType of change
test, version modification, documentation, etc.)
Checklist