Reduce change-time Java E2E matrix - #1170
Merged
Merged
Conversation
Run a representative smoke matrix on pull requests and main while reserving the exhaustive compatibility matrix for scheduled, manual, and release-branch runs. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 235c81b4-58ae-494e-9907-e19c841c6a53
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reduces PR-time Java E2E workload by shifting the exhaustive “versions/distributions” matrix to scheduled/manual/release-branch runs, while introducing a smaller smoke matrix that runs on pull requests and main.
Changes:
- Remove
main+pull_requesttriggers from the existing exhaustive E2E workflow, keeping it on a 12-hour schedule,workflow_dispatch, and release branches. - Add a new “smoke” E2E workflow with a small representative OS/distribution/version/package matrix for
pull_requestandmainpushes.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/e2e-versions.yml | Stops running the exhaustive matrix on PRs and main pushes; keeps schedule/manual/release coverage. |
| .github/workflows/e2e-smoke.yml | Adds a PR + main push smoke E2E matrix to keep fast per-change validation. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Low
Comment on lines
3
to
8
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| - releases/* | ||
| paths-ignore: | ||
| - '**.md' |
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
Validation