Skip to content

Commit

Permalink
Add splitting decoupling line examples to rocky profiling workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: pipeacosta <[email protected]>
  • Loading branch information
pipeacosta committed Nov 7, 2024
1 parent 5c1ee8c commit 1e5e002
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/build_test_linux_rocky_profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,33 @@ jobs:

## Tests ##
test-examples-1:
name: Test Examples 1/2
name: Test Examples 1/4
needs: [profiling]
uses: sogno-platform/dpsim/.github/workflows/run_and_profile_example.yaml@${{github.ref}}
with:
path: ./build/dpsim/examples/cxx/WSCC_9bus_mult_decoupled
name: WSCC_9bus_mult_decoupled

test-examples-2:
name: Test Examples 2/2
name: Test Examples 2/4
needs: [profiling]
uses: sogno-platform/dpsim/.github/workflows/run_and_profile_example.yaml@${{github.ref}}
with:
path: ./build/dpsim/examples/cxx/WSCC_9bus_mult_coupled
name: WSCC_9bus_mult_coupled

test-examples-3:
name: Test Examples 3/4
needs: [profiling]
uses: sogno-platform/dpsim/.github/workflows/run_and_profile_example.yaml@${{github.ref}}
with:
path: ./build/dpsim/examples/cxx/EMT_WSCC_9bus_split_decoupled
name: WSCC_9bus_split_decoupled

test-examples-4:
name: Test Examples 4/4
needs: [profiling]
uses: sogno-platform/dpsim/.github/workflows/run_and_profile_example.yaml@${{github.ref}}
with:
path: ./build/dpsim/examples/cxx/DP_WSCC_9bus_split_decoupled
name: WSCC_9bus_split_decoupled

0 comments on commit 1e5e002

Please sign in to comment.