-
Notifications
You must be signed in to change notification settings - Fork 60
Don't test under JDK 24 #665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughRemoves JDK 24 CI jobs, Dockerfiles, and upload references across Azure Pipelines and CircleCI; updates M4 templates/comments to use a canary_version (25) gating scheme and adjusts dependency guidance to drive execution by canary_jobs; preserves remaining JDK25 and other job logic. (39 words) Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Dev as Commit/PR
participant M4 as M4 templates
participant CI as CI Orchestrator
participant Canary as canary_jobs (JDK25)
participant Matrix as Remaining jobs (JDK25 + others)
Dev->>M4: Update templates (changecom, replace jdk24 with canary_version)
Dev->>CI: Push/PR with updated configs
CI->>Canary: Run canary_jobs (JDK25)
alt canary success
CI->>Matrix: Run remaining jobs (JDK25 and others)
else canary failure
CI--xMatrix: Skip remaining jobs
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (3)
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (5)
.azure/azure-pipelines.yml(1 hunks).azure/azure-pipelines.yml.m4(1 hunks).azure/jobs.m4(0 hunks).circleci/config.yml(0 hunks).circleci/config.yml.m4(0 hunks)
💤 Files with no reviewable changes (3)
- .azure/jobs.m4
- .circleci/config.yml.m4
- .circleci/config.yml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
- GitHub Check: codespecs.daikon (kvasir_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (typecheck_latest_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (nonquick_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (misc_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (typecheck_bundled_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (quick_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (nontxt_ubuntu_jdk25)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (7)
.azure/azure-pipelines.yml(1 hunks).azure/azure-pipelines.yml.m4(1 hunks)scripts/Dockerfile-README(0 hunks)scripts/Dockerfile-rockylinux-jdk24(0 hunks)scripts/Dockerfile-rockylinux-jdk24-plus(0 hunks)scripts/Dockerfile-ubuntu-jdk24(0 hunks)scripts/Dockerfile-ubuntu-jdk24-plus(0 hunks)
💤 Files with no reviewable changes (5)
- scripts/Dockerfile-ubuntu-jdk24-plus
- scripts/Dockerfile-README
- scripts/Dockerfile-rockylinux-jdk24
- scripts/Dockerfile-rockylinux-jdk24-plus
- scripts/Dockerfile-ubuntu-jdk24
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
- GitHub Check: codespecs.daikon (misc_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (typecheck_latest_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (nonquick_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (typecheck_bundled_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (quick_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (nontxt_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (kvasir_ubuntu_jdk25)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 5
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
.azure/azure-pipelines.yml.m4 (1)
31-37: Azure canary dependsOn set is complete; mirror in CircleCI.You gate on quick/nonquick/nontxt/misc/kvasir + both typecheck jobs. CircleCI’s canary-jobs currently only requires bundled. Add latest there for consistency.
If desired, I can open a PR patching .circleci/config.yml.m4 accordingly.
♻️ Duplicate comments (1)
.azure/azure-pipelines.yml (1)
22-23: Comment fix LGTM and the wildcard before jdk21 is present.Matches prior guidance; generated plan is clear.
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (5)
.azure/azure-pipelines.yml(1 hunks).azure/azure-pipelines.yml.m4(2 hunks).azure/defs.m4(1 hunks).circleci/config.yml.m4(1 hunks).circleci/defs.m4(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
- GitHub Check: codespecs.daikon (typecheck_bundled_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (nonquick_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (nontxt_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (typecheck_latest_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (misc_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (quick_ubuntu_jdk25)
- GitHub Check: codespecs.daikon (kvasir_ubuntu_jdk25)
- GitHub Check: build
Summary by CodeRabbit
Chores
Tests