Conversation
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR TypeBug fix Description
|
| Relevant files | |||
|---|---|---|---|
| Bug fix |
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
There was a problem hiding this comment.
Pull request overview
This PR adds the selenium-node-kubernetes module to the Java release targets list, fixing a build failure in ./go java:build. The kubernetes module is a new Grid node implementation that enables running browser sessions as Kubernetes Jobs, and it was missing from the Maven publish targets list.
Changes:
- Added
//java/src/org/openqa/selenium/grid/node/kubernetes:kubernetes.publishto theJAVA_RELEASE_TARGETSarray
🔗 Related Issues
💥 What does this PR do?
Fix
./go java:builddue to missing publish🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes