From 1e5e00271ecfec47111eb02885f0f6e05f47c7ca Mon Sep 17 00:00:00 2001 From: pipeacosta Date: Thu, 7 Nov 2024 11:22:34 +0100 Subject: [PATCH] Add splitting decoupling line examples to rocky profiling workflow. Signed-off-by: pipeacosta --- .../build_test_linux_rocky_profiling.yaml | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test_linux_rocky_profiling.yaml b/.github/workflows/build_test_linux_rocky_profiling.yaml index c92aa8d046..476a0151ae 100644 --- a/.github/workflows/build_test_linux_rocky_profiling.yaml +++ b/.github/workflows/build_test_linux_rocky_profiling.yaml @@ -38,7 +38,7 @@ 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: @@ -46,9 +46,25 @@ jobs: 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