Skip to content

[Request]: CI: Pre-pull most-used images for CI tests. #1491

@jglogan

Description

@jglogan

Feature or enhancement request details

A potentially significant performance bottleneck for CI runs is image pull. The containerization ImageStore does not deduplicate concurrent requests for the same image, and while such a workload would be very uncommon in real life, it is what happens on a CI integration test run.

Pre-pulling a few of the most used images should improve integration test runtimes. We don't need to pull all images, and probably don't want to because preserving some nondeterminism/chaos by having multiple real image fetches running at once is a good stress test.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

No fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions