Skip to content

CI: Exploit parallel Router End to End testing in CI#2115

Merged
elevran merged 4 commits into
llm-d:mainfrom
shmuelk:e2e-parallel-3
Jul 21, 2026
Merged

CI: Exploit parallel Router End to End testing in CI#2115
elevran merged 4 commits into
llm-d:mainfrom
shmuelk:e2e-parallel-3

Conversation

@shmuelk

@shmuelk shmuelk commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?
/kind test

What this PR does / why we need it:
Currently the llm-d-router End to End tests are manually broken up into slices to enable them to run in parallel. This is wasteful as each slice goes through all of the cluster setup and teardown. In addition the slicing needs to be managed manually.

This PR exploits the parallel end to end test capabilities added as part of PR #2033. In addition it removes all of the labels that were used to slice the test suite.

Which issue(s) this PR fixes:
Fixes #1931

Release note (write NONE if no user-facing change):

NONE

Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
@shmuelk
shmuelk requested a review from a team as a code owner July 21, 2026 11:38
@shmuelk
shmuelk requested review from ahg-g and elevran July 21, 2026 11:38
@github-actions github-actions Bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 21, 2026
@shmuelk shmuelk changed the title E2e parallel 3 CI: Exploit parallel Router End to End testing in CI Jul 21, 2026
shmuelk added 3 commits July 21, 2026 16:20
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
@elevran elevran self-assigned this Jul 21, 2026
@elevran
elevran enabled auto-merge (squash) July 21, 2026 13:29
@elevran
elevran merged commit e7ab21c into llm-d:main Jul 21, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: Exploit Ginkgo's ability to run tests in parallel in the End to End tests

2 participants