Share Java build job across public and official CI - #58
Draft
Ahmed Muhsin (ahmedmuhsin) wants to merge 1 commit into
Draft
Share Java build job across public and official CI#58Ahmed Muhsin (ahmedmuhsin) wants to merge 1 commit into
Ahmed Muhsin (ahmedmuhsin) wants to merge 1 commit into
Conversation
Use one parameterized build-and-test template for public and official CI. Both pipelines now select Java 11 for the main build and Java 17 for the MCP module, while the official E2E tail explicitly switches to Java 8. The shared job inherits each entry pipeline's pool and keeps E2E optional.
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.
Summary
Why
The duplicated templates drifted. Public received the Java 11/17 updates, while official kept using the agent-default Java 8 and has failed with incompatible class files for months.
Validation