Skip to content

Commit

Permalink
Move pipelines out of unit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Dec 23, 2024
1 parent f03b814 commit fde66da
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgs:
- pkg_type: chimaera_run
pkg_name: chimaera_run
sleep: 5
do_dbg: false
do_dbg: true
dbg_port: 4000
modules: ['hermes_core']
- pkg_type: hermes_run
Expand All @@ -13,8 +13,8 @@ pkgs:
dbg_port: 4000
- pkg_type: hermes_unit_tests
pkg_name: hermes_unit_tests
do_dbg: false
do_dbg: true
dbg_port: 4001
nprocs: 1
ppn: 8
TEST_CASE: # TestHermesPutGet
TEST_CASE: TestHermesAsyncPut # TestHermesPutGet
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fde66da

Please sign in to comment.