ci: revive selenium grid as wired nightly track#139
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a Java Selenium Grid track to the Nightly workflow with pinned Hub and browser-node images. The job waits for Grid readiness, runs the Java regression suite with
-DuseSeleniumGrid=true, and uploads Surefire XML under the Grid slice. Java docs now explain local Grid parity and cloud-provider placeholders without requiring secrets.Why
proposal Phase 9 / R18: the old Grid path was decorative because it never activated the remote profile. This makes the advanced/nightly track prove real remote WebDriver execution while keeping provider credentials out of scope.
Verification
rtk docker run --rm -v "$PWD:/repo:ro" -w /repo rhysd/actionlint:1.7.12@sha256:b1934ee5f1c509618f2508e6eb47ee0d3520686341fec936f3b79331f9315667 -colorpassed.rtk git ls-files -z '*.md' | xargs -0 npx --yes markdownlint-cli2@0.23.0passed with 0 errors.rtk python3 tools/check-scenarios.py --write-matrix && rtk git diff --exit-code docs/scenario-matrix.mdpassed.maven:3.9.11-eclipse-temurin-25with-DuseSeleniumGrid=true: 7 tests, 0 failures, 0 errors, 0 skipped.Out of scope
Cloud-provider execution, new secrets, branch protection, and remote branch deletion.