Skip to content

Commit

Permalink
[CI][Capnproto] Added Basic Regression Test with CAPNPROTO Disabled
Browse files Browse the repository at this point in the history
There has been some regressions with regard to CAPNPROTO being disabled
since all of the CI tests have CAPNPROTO enabled.

Added a basic regression test to the CI which will run the vtr_reg_basic
tests with CAPNPROTO disabled. This will test both that everything
builds and basic VPR tests will run.

In the future we should test direct features that disabling CAPNPROTO
would affect (such as writing and reading routing files); however, for
now this will prevent the regressions previous seen.
  • Loading branch information
AlexandreSinger committed Mar 20, 2024
1 parent 2233544 commit 62e3195
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ jobs:
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=off',
suite: 'vtr_reg_basic'
},
{
name: 'Basic with CAPNPROTO disabled',
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_CAPNPROTO=off',
suite: 'vtr_reg_basic'
},
{
name: 'Basic with VTR_ENABLE_DEBUG_LOGGING',
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_DEBUG_LOGGING=on',
Expand Down

0 comments on commit 62e3195

Please sign in to comment.