Skip to content

ci: build e2e image once and reuse across jobs#3575

Open
tao12345666333 wants to merge 1 commit intomainfrom
jt/ci-share-e2e-image
Open

ci: build e2e image once and reuse across jobs#3575
tao12345666333 wants to merge 1 commit intomainfrom
jt/ci-share-e2e-image

Conversation

@tao12345666333
Copy link
Member

@tao12345666333 tao12345666333 commented Mar 12, 2026

What this PR does / why we need it:

Thanks to the optimization in this PR, the GitHub Actions runner runs 2 minutes less per CI. However, the overall CI duration improvement may not be obvious, because previously the two jobs were running in parallel, but now they have to run one after the other.

Which issue this PR fixes

Fixes #2948

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect significant changes

@tao12345666333 tao12345666333 requested a review from a team as a code owner March 12, 2026 14:31
@tao12345666333 tao12345666333 force-pushed the jt/ci-share-e2e-image branch from 7d51350 to 97869b1 Compare March 12, 2026 14:33
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
@tao12345666333 tao12345666333 force-pushed the jt/ci-share-e2e-image branch from 97869b1 to ac70fa3 Compare March 12, 2026 14:35
@tao12345666333 tao12345666333 self-assigned this Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimize CI: Share docker image between e2e test jobs

1 participant