[CI] Split Spark lake tests to reduce pipeline time#3717
Open
litiliu wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
@luoyuxia @loserwang1024 PTAL |
litiliu
force-pushed
the
codex/split-spark-ci-tests
branch
from
July 22, 2026 02:18
c7fc6fe to
d4c79e3
Compare
Contributor
Author
|
CI / Java 11 / spark3 (pull_request)Successful in 27m |
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.
Purpose
Related issue: #3273
The Spark 3 CI lanes currently run the same 264-test suite for both Scala 2.12 and Scala 2.13. Most of the runtime is spent in lake integration tests, while the Spark 3.4 and 3.5 wrapper modules finish quickly.
Following the CI-stage splitting approach in #3692 and the representative-version coverage strategy described in #3273, this change keeps complete Spark coverage on Scala 2.12 while using Scala 2.13 as a non-lake compatibility lane. This reduces duplicated work and lowers the risk of Spark jobs approaching the CI timeout as more tests are added.
Brief change log
SparkLakeTestScalaTest tag and apply it to the four Paimon and Iceberg lake suites.spark3(214 non-lake tests) andspark3-lake(50 lake tests), which run as independent matrix jobs.spark3-scala213as a 214-test non-lake compatibility lane.spark3-laketo the existingtest-spark3coverage profile.Tests
bash -n .github/workflows/stage.shspark3: 214 testsspark3-lake: 50 testsspark3-scala213: 214 testsAPI and Format
No public API or storage format changes.
Documentation
No documentation changes. This change only updates CI configuration and Spark test grouping.
Generative AI disclosure:
Generated-by: Codex (OpenAI) following the guidelines