Skip to content

[build] update for Nightly build#17101

Merged
VietND96 merged 1 commit intotrunkfrom
fix-nightly
Feb 18, 2026
Merged

[build] update for Nightly build#17101
VietND96 merged 1 commit intotrunkfrom
fix-nightly

Conversation

@VietND96
Copy link
Member

🔗 Related Issues

💥 What does this PR do?

Fix ./go java:build due to missing publish

🔧 Implementation Notes

💡 Additional Considerations

🔄 Types of changes

  • Cleanup (formatting, renaming)
  • Bug fix (backwards compatible)
  • New feature (non-breaking change which adds functionality and tests!)
  • Breaking change (fix or feature that would cause existing functionality to change)

Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
Copilot AI review requested due to automatic review settings February 18, 2026 06:14
@qodo-code-review
Copy link
Contributor

PR Type

Bug fix


Description

  • Add missing Kubernetes module to Java release targets

  • Ensures Kubernetes publish target included in nightly builds


File Walkthrough

Relevant files
Bug fix
java.rake
Add Kubernetes module to release targets                                 

rake_tasks/java.rake

  • Added
    //java/src/org/openqa/selenium/grid/node/kubernetes:kubernetes.publish
    to JAVA_RELEASE_TARGETS array
  • Ensures Kubernetes module is included in the nightly build publish
    process
+1/-0     

@selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Feb 18, 2026
@qodo-code-review
Copy link
Contributor

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🟡
🎫 #5678
🔴 Investigate and fix the "Error: ConnectFailure (Connection refused)" messages that appear
when instantiating multiple ChromeDriver instances (Chrome 65 / ChromeDriver 2.35) on
Ubuntu 16.04 / Selenium 3.9.0.
Ensure subsequent ChromeDriver instantiations do not log the ConnectFailure errors (first
instance is fine; later instances fail).
🟡
🎫 #1234
🔴 Fix the regression where click() no longer triggers JavaScript in a link's href in
Selenium 2.48.x (works in 2.47.1) with Firefox 42.
Ensure the provided test case alerts as expected when clicking the link in affected
Firefox versions.
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.publish to the JAVA_RELEASE_TARGETS array

@VietND96 VietND96 merged commit 2e70dd1 into trunk Feb 18, 2026
34 checks passed
@VietND96 VietND96 deleted the fix-nightly branch February 18, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-build Includes scripting, bazel and CI integrations Review effort 1/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants