Skip to content
Snippets Groups Projects
Commit 403ae53f authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[ci] Restrict omp tests to TRM; exclude TRF

parent 1ff3c767
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ function(AddTest)
# OpenMP tests for specific processes only. TODO (CL) Once all processes can
# be assembled OpenMP parallel, the condition should be removed.
if("${labels}" MATCHES "TH2M|ThermoRichards|^HydroMechanics")
if("${labels}" MATCHES "TH2M|ThermoRichardsMechanics|^HydroMechanics")
_add_test(${TEST_NAME}-omp)
_set_omp_test_properties()
endif()
......@@ -323,7 +323,7 @@ function(AddTest)
# Run the tester
_add_test_tester(${TEST_NAME})
if("${labels}" MATCHES "TH2M|ThermoRichards|^HydroMechanics")
if("${labels}" MATCHES "TH2M|ThermoRichardsMechanics|^HydroMechanics")
_add_test_tester(${TEST_NAME}-omp)
endif()
......
......@@ -84,7 +84,7 @@ function(OgsTest)
# OpenMP tests for specific processes only. TODO (CL) Once all processes can
# be assembled OpenMP parallel, the condition should be removed.
if("${labels}" MATCHES "TH2M|ThermoRichards|^HydroMechanics")
if("${labels}" MATCHES "TH2M|ThermoRichardsMechanics|^HydroMechanics")
_ogs_add_test(${TEST_NAME}-omp)
_set_omp_test_properties()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment