ci: refactor 14 E2E jobs into 3 matrix jobs#2046
Merged
Merged
Conversation
Consolidate individual E2E workflow jobs into matrix strategy: - 9 Python E2Es → 1 `e2e-python` matrix job - 3 JS E2Es → 1 `e2e-js` matrix job - 2 Java E2Es + new void-optimization → 1 `e2e-java` matrix job Also absorbs standalone `e2e-java-void-optimization.yaml` into ci.yaml, fixing its mutable `@v6` tag to `@v8.0.0` in the process. Gate job now references 6 needs instead of 17.
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
e2e-pythonmatrix (per-entry: script, expected_improvement, remove_git, extra_deps)e2e-jsmatrix (per-entry: script, js_project_dir, expected_improvement)e2e-javamatrix (per-entry: script, expected_improvement, remove_git)e2e-java-void-optimization.yamlinto ci.yaml (also fixes mutable@v6→@v8.0.0)Test plan
required checks passedgate job succeeds