Skip to content

Remove Spring Bazel jobs from bazel.yml and keep PR branch current with master#4760

Open
Copilot wants to merge 8 commits into
masterfrom
copilot/switch-to-bazel-for-cicd
Open

Remove Spring Bazel jobs from bazel.yml and keep PR branch current with master#4760
Copilot wants to merge 8 commits into
masterfrom
copilot/switch-to-bazel-for-cicd

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 17, 2026

Spring module builds/tests were duplicated in bazel.yml even though Spring coverage already exists in spring.yml. This change removes the duplicate Spring Bazel jobs so CI ownership is clearer and non-overlapping.

  • Workflow scope cleanup (.github/workflows/bazel.yml)

    • Removed Spring-specific Bazel build step:
      • Build Spring modules (Java 17+)
    • Removed Spring-specific Bazel test step:
      • Test Spring modules (Java 17+)
    • Left core Bazel build/test matrix intact.
  • Branch currency

    • Merged latest origin/master into the PR branch to keep it current with upstream changes.
# Removed from bazel.yml
- name: Build Spring modules (Java 17+)
  run: |
    bazel build --config=ci \
      //spring:client-java-spring-integration \
      //spring-aot:client-java-spring-aot-integration

- name: Test Spring modules (Java 17+)
  run: |
    bazel test --config=ci \
      //spring:tests

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels May 17, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Copilot
Once this PR has been reviewed and has the lgtm label, please ask for approval from brendandburns. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 17, 2026
Copilot AI changed the title Switch CI/CD to Bazel exclusively, align matrix with previous Maven build Remove duplicate spring builds from bazel.yml May 17, 2026
Copilot AI changed the title Remove duplicate spring builds from bazel.yml Remove Spring Bazel jobs from bazel.yml and keep PR branch current with master May 17, 2026
@brendandburns brendandburns marked this pull request as ready for review May 17, 2026 18:32
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants