Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All tests are run from the single job. #2388

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

nsumrakTT
Copy link
Contributor

Ticket

#2243

Problem description

Refurbishment of the tt-mlir build and test CI workflows.
The goal is to make it simpler and more efficient with fewer builds.

What's changed

All test jobs are within single workflow.
Only two (release) tt-mlir builds remains.

@nsumrakTT nsumrakTT marked this pull request as ready for review March 6, 2025 16:29
{runs-on: ubuntu-latest, enable_perf: OFF, enable_op_model: OFF, enable_emitc: ON, enable_async: OFF, enable_runtime_debug: OFF, name: "emitc", ttrt_flags: ""},
{runs-on: ubuntu-latest, enable_perf: OFF, enable_op_model: OFF, enable_emitc: OFF, enable_async: ON, enable_runtime_debug: OFF, name: "async", ttrt_flags: ""},
{runs-on: ubuntu-latest, enable_perf: OFF, enable_op_model: OFF, enable_emitc: OFF, enable_async: OFF, enable_runtime_debug: ON, name: "runtime_debug", ttrt_flags: ""},
{runs-on: n150, enable_perf: OFF, enable_op_model: ON, enable_emitc: ON, enable_async: ON, enable_runtime_debug: OFF, name: "speedy", ttrt_flags: ""},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make sense to move common properties to defaults in build-tt-mlir-action, and remove them from matrix config leaving just name, enable_perf and enable_async?

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