Skip to content

Use smaller runtime images for non-build CI steps#320

Merged
matthewdcong merged 4 commits into
mainfrom
ci/smaller_runtime_images
Nov 5, 2025
Merged

Use smaller runtime images for non-build CI steps#320
matthewdcong merged 4 commits into
mainfrom
ci/smaller_runtime_images

Conversation

@matthewdcong

@matthewdcong matthewdcong commented Nov 4, 2025

Copy link
Copy Markdown
Contributor

Our C++ tests and documentation tests don't run any build steps so the cudnn-devel image pulls in more than we need when the cudnn-runtime image would be sufficient. This saves about a minute of job time and about 5GB in bandwidth for each (uncached) pull.

We can't apply the same optimization to the PyTests because we build wheels to test against during that job.

Signed-off-by: Matthew Cong <mcong@nvidia.com>
@matthewdcong matthewdcong requested a review from a team as a code owner November 4, 2025 22:11
Signed-off-by: Matthew Cong <mcong@nvidia.com>
@matthewdcong matthewdcong force-pushed the ci/smaller_runtime_images branch from 99cf479 to 02a5157 Compare November 4, 2025 22:17
Signed-off-by: Matthew Cong <mcong@nvidia.com>
@matthewdcong matthewdcong force-pushed the ci/smaller_runtime_images branch from 7eaf34d to 939c602 Compare November 4, 2025 22:45
Signed-off-by: Matthew Cong <mcong@nvidia.com>
@matthewdcong matthewdcong merged commit 7fa025b into main Nov 5, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants