Conversation
📝 WalkthroughWalkthroughThis PR restructures CI configurations across Azure Pipelines, M4 templates, CircleCI, and Travis. It makes Azure pipelines explicit with per-JDK job variants (including JDK 25), rewires dependencies so non-canary jobs depend on their *_jdk25 counterparts, and expands jobs into detailed blocks with pools, containers, timeouts, and steps. M4 files are reformatted to generate explicit job hierarchies and dependencies; new job invocations (e.g., inference_job(canary_version), misc_job(25)) are added. CircleCI and Travis YAMLs are corrected for indentation and comment handling without changing command semantics. Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 5
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (8)
.azure/azure-pipelines-daily.yml(1 hunks).azure/azure-pipelines-daily.yml.m4(3 hunks).azure/azure-pipelines.yml(1 hunks).azure/azure-pipelines.yml.m4(1 hunks).azure/defs.m4(1 hunks).azure/jobs.m4(2 hunks).circleci/config.yml(17 hunks).travis.yml(3 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). (7)
- GitHub Check: typetools.checker-framework (typecheck_part2_jdk25)
- GitHub Check: typetools.checker-framework (typecheck_part1_jdk25)
- GitHub Check: typetools.checker-framework (misc_jdk25)
- GitHub Check: typetools.checker-framework (inference_part2_jdk25)
- GitHub Check: typetools.checker-framework (nonjunit_jdk25)
- GitHub Check: typetools.checker-framework (inference_part1_jdk25)
- GitHub Check: typetools.checker-framework (junit_jdk25)
No description provided.