Skip to content

Commit

Permalink
[e2e CI] Refactor e2e CI tests to make addition of new tests easier
Browse files Browse the repository at this point in the history
-- Currently there are lot of repeated codes which makes :-
   1. Maintaining the codebase
   2. Addition of new tests
   quite cumbersome.
-- Since most tests are bound to go through a certain lowering pipeline,
   decide whether or not to use ukernel, chess, have additional compilation
   flags - it's better to separate those as RunningParams instances.
-- This way they're handled unanimously at the base class instead of each
   subclass.
-- This can further be refined but for now going ahead with the current
   design.

Signed-off-by: Abhishek Varma <abhvarma@amd.com>
  • Loading branch information
Abhishek-Varma committed Feb 7, 2025
1 parent 416a925 commit e856f45
Showing 1 changed file with 276 additions and 246 deletions.
Loading

0 comments on commit e856f45

Please sign in to comment.