Remove Spring Bazel jobs from bazel.yml and keep PR branch current with master#4760
Conversation
bazel.yml and keep PR branch current with master
|
@copilot please fix windows builds, look like there may be a path problem? |
Fixed in |
|
@copilot windows build is still failing. CodeQL is also, please fix. |
Fixed in
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, Copilot The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Spring module builds/tests were duplicated in
bazel.ymleven though Spring coverage already exists inspring.yml. This change removes the duplicate Spring Bazel jobs so CI ownership is clearer and non-overlapping.Workflow scope cleanup (
.github/workflows/bazel.yml)Build Spring modules (Java 17+)Test Spring modules (Java 17+)Branch currency
origin/masterinto the PR branch to keep it current with upstream changes.