Skip to content

Conversation

@shelkesagar29
Copy link
Collaborator

This PR updates mlir-tensorrt CI to save cache after each (normal and ASAN) build. Previously, cache was being saved at the end of job but this is problematic when build needs to run again (which takes long time!) just because of single test failure.
Now, cicd_build.sh script is separated in build and test phases. Cache is saved immediately after build. This way, even when test fails, next build is faster.

This PR updates mlir-tensorrt CI to save cache after each (normal and ASAN) build.
Previously, cache was being saved at the end of job but this is problematic
when build needs to run again (which takes long time!) just because of single
test failure.
Now, `cicd_build.sh` script is separated in build and test phases. Cache is saved
immediately after build. This way, even when test fails, next build is faster.
@shelkesagar29 shelkesagar29 merged commit ef9d39b into main Jul 1, 2025
1 check passed
@shelkesagar29 shelkesagar29 deleted the update_ci branch July 1, 2025 18:01
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.

5 participants