CI: Extend BuildRunTests() to accept configurable dockerfile and test options

- enable configurable dockerfile, runtime-opt, and ctest-opt parameters in
  the XML file for the Build_Run_Tests step
- pass runtime options to `docker run` to support ctest execution with CUDA
- allow additional ctest options for selective test execution and labeling
This commit is contained in:
Jaroslava Fiedlerova
2026-04-01 22:57:03 +02:00
parent 84d9cd3c93
commit b05985e7ab
3 changed files with 10 additions and 6 deletions

View File

@@ -8,6 +8,7 @@
<testCase>
<class>Build_Run_Tests</class>
<desc>Build and Run UnitTests</desc>
<dockerfile>docker/Dockerfile.unittest.ubuntu</dockerfile>
<node>obelix</node>
</testCase>